Summary and manual testing
Let's summarize what we've accomplished so far:
- We created a decentralized app using Rell and Chromia.
- We wrote unit tests and started a test node.
- We connected our React app to the dapp using the FT client wrapper.
Start the frontend app
To view the changes in our frontend app, start it with this command:
npm run dev
Now, you can interact with the dapp. Add or remove followers, create posts, and observe how the content updates on the feed page.
Congratulations! You have successfully built and tested your first dapp on Chromia.