Chain of Trust is a webapp designed to let you interact with our contract. We aim to bring a little more trust into the crypto game by providing a trust score/reputation based system. As we write each contribution to project onto the chain, everything is transparent and permanent. There is no chance for scammers to just delete their negative review. Once on the chain, always on the chain.
Our Webapp gives you access to:
- Clone this repo.
- Unzip, if needed, and open the folder in an editor of your choice, for example use VS Code.
- From the terminal run:
cd Front_End
npm install
- From the terminal run:
npm run dev
Generate:
$ npm run generate
- Generates a static website ready for deployment.