Bonsai ICP 👋
Bonsai ICP Dapp
This demonstrates the three important parts of a dapp and how they should be connected:
- The browser UI (ReactJS + Redux)
- Canister (Rust)
Functionality
Bonsai ICP :
- Buy plants from stock by ICP
- Planting trees in the collection.
- Transfer bonsai to other account.
Future Function:
Each Bonsai is growed from a seed (generate random from Verifiable Random Numbers). The seed determines the quality of the plant as well as other parameters such as growth rate and price (Legendary Bonsai or Normal Bonsai).
The canister has the ability to update properties such as the life of a plant, which will display other forms of the plant such as sprouting, flowering, and fruiting.
It is possible to resell the trees you have planted.
Marketplace NFT for Bonsai
Video Demo
How to run project
cd ui
cp .env.example .env
yarn install
Add infor into .env
yarn start
View in http://localhost:3000
Log in or sign up for Devpost to join the conversation.