- An example application built to use the Flow blockchain.
- The majority of its features are directly powered by on-chain contracts.
You can see a working demo of this app at https://dark-frost-1788.on.fleek.co/. It is hosted on IPFS via https://fleek.co/.
You'll need to complete the following steps before launching this app:
Add your Testnet Flow address to the environment:
# Replace this value with your own!
export FLOW_ADDRESS=0xabcdef12345689
Create a copy of .env.example
:
cd ./web
cp .env.example .env.local
npm install # install dependencies
npm run start:dev # start the web app
If you are wanting to learn more about what is happening in here we recommend checking out the FCL Quick Start Guide. In it you will see a lot of overlap of the code in this project.
If you have any questions, comments, or concerns (or just want to say hi!), we would love to have your company in the Flow Discord server.