/certificate-store-contract

Ethereum Smart Contract for OpenCerts Certificate Store

Primary LanguageJavaScriptApache License 2.0Apache-2.0

certificate-contract

Build Status

Setup

$ yarn install
$ yarn lint
$ yarn test
$ yarn truffle <command>

Docker

Starts a test network and then runs lints and tests from the truffle container.

$ docker-compose up -d
$ docker-compose exec truffle yarn run test:ci