Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 877 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 877 Bytes

🏗 Plantation

everything you need to build on Ethereum! 🚀

🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:

image

🏄‍♂️ How to start

Prerequisites: Node plus Yarn and Git

clone/fork 🏗 plantation:

git clone https://github.com/PlantaFi/plantation.git

install and start a local 👷‍ Hardhat chain:

cd plantation
yarn install
yarn chain

in a second terminal window, start a local 📱 frontend:

cd plantation
yarn start

in a third terminal window, 🛰 deploy our contracts and oracle:

cd plantation
yarn deploy
yarn oracle