This repository demonstrates how to create a dynamic Nft. Each asset contains a reputation level which can be increased.
This repository also contains "unit" tests written in cameligo and "integration" tests in Typescript.
An instance of this smart contract has been deployed on the Ghostnet
| Name | Contract |
|---|---|
| Collection | KT1GUQQR7n8mqedYcEGwad2koQbWbQXZa7mv |
In order to use this repository, you will need:
dockerto compile and test contractsnodejsto run scripts
Run make install to install dependencies.
Run make to see available commands
A technical documentation is available here