Skip to content

AnthonyFon/plantation

 
 

Repository files navigation

🏗 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.4%
  • JavaScript 15.9%
  • Solidity 2.8%
  • Shell 0.6%
  • Dockerfile 0.1%
  • HTML 0.1%
  • Other 0.1%