The starter is the easiest way to create your next web3 reputation dapp with Next and True Network JS SDK.
It provides you with all set of helpful methods, APIs, and connections that you might need when developing your dapp.
- Create a new project
npx create-next-app my-app --example https://github.com/truenetworkio/next-starter
- Setup the attestation issuer
npm run setup
- Get testnet tokens from telegram faucet Join the our community group, and use the following command to get some testnet tokens.
/request <your account address from true-network/true.config.ts file>
- Finally register the issuer on-chain Run the following command to start attesting on-chain:
npx reputation-cli register
- Run the app locally
npm run dev
Feel free to add issues, create PRs and improve True Network repositories.
Thanks