This is an example of how to use the Arkiv SDK to create a simple online forum. The forum allows users to create posts and replies. All entities are stored on Arkiv.
Feel free to use this repository as reference or as a starting template for your own project.
- Arkiv Typescript SDK for interacting with the Arkiv network.
- Next.js for the react framework.
- RainbowKit for wallet connection and management.
- DaisyUI for UI components.
To use this repository as a template for your own project, follow these steps:
- Click the "Use this template" button on GitHub to create a new repository based on this one.
- Clone your new repository to your local machine.
- Open the
app/arkiv/client.tsfile and set thevalueofPROJECT_ATTRIBUTEto a unique string that identifies your project. This will help you filter and manage your entities on the Arkiv network. - Install dependencies and start building your app!