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.gitinstall and start a local 👷 Hardhat chain:
cd plantation
yarn install
yarn chainin a second terminal window, start a local 📱 frontend:
cd plantation
yarn startin a third terminal window, 🛰 deploy our contracts and oracle:
cd plantation
yarn deploy
yarn oracle