jamijam / certificate-store-contract

Ethereum Smart Contract for OpenCerts Certificate Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ethereum Smart Contract for OpenCerts Certificate Store

License:Apache License 2.0


Languages

Language:JavaScript 80.5%Language:Solidity 19.5%