Skip to content

indorseio/connections

Repository files navigation

Indorse Connections Feature

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.

Testing

  1. Install Truffle

npm install -g truffle

  1. Intall all package dependencies:

npm install

  1. EITHER run the test suite using the truffle console:

truffle develop

truffle(develop)>test

  1. OR run truffle test suite directly by starting 'ganache' tool and then:

truffle test

About

Connections feature for the Indorse platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published