Skip to main content

Summary and manual testing

Let's summarize what we've accomplished so far:

  1. We created a decentralized app using Rell and Chromia.
  2. We wrote unit tests and started a test node.
  3. 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.