This is the code for the smart contract to be used for the Indorse connections feature.
The contract code is in './contracts' and the testing suite exists in './test'.
For testing the code we recommend the use of Truffle for which basic configuration files are provided.
npm install -g truffle
- Intall all package dependencies:
npm install
- EITHER run the test suite using the truffle console:
truffle develop
truffle(develop)>test
- OR run truffle test suite directly by starting 'ganache' tool and then:
truffle test