everything you need to build on Ethereum! 🚀
🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:
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