reputation-cli v0.0.15
True Network CLI
True Network's CLI is the entry point tool for developers to get started building.
It provides with a set of core features required for initiating a new project, registering issuer & deploying algorithms.
Quickstart
A simple guide to intergrate TRUE Network for giving on-chain attestations & building algorithms in existing dApps.
Installation
Install the Reputation CLI:
npm i -g reputation-cliIntegrating True Network Project
Run the following command in the existing Node.JS or Next.JS project:
reputation-cli initRespond to the follow up questions to setup the config files for the project.
Registering Issuer On-Chain
Get some testnet tokens by asking in the True Network Community.
And then run the command below to register:
reputation-cli registerCongrats ✨ The Project is registered successfully on-chain, now follow up the docs to understand the detailed usage of the SDK.
Local Setup
To install the CLI locally, use the following command:
npm run install:localIt will uninstall the existing version of CLI and override by building the current state of project directory.
Now, you can simply use the reputation-cli command from anywhere in the terminal.
Contribution
We are appreciate communit contribution to the True Network protocol & it's developer tooling. There are many ways you can contribute & join the ecosystem:
- Building new applications & use-cases on top of True Network
- Fixing issues on the repositories
- Implmenting new features (Join the community to discuss).