Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 2.43 KB

README.md

File metadata and controls

60 lines (36 loc) · 2.43 KB
logo

Orbs Platform Token

CircleCI codecov

This is the repository for the Orbs Token smart contract.

Orbs is a public blockchain built for the needs of apps with millions of users, from SLAs to adjustable fee models to on-demand capacity.

Official contract instances

Contracts

Please see the contracts/ directory.

The contracts written in Solidity and tested using Truffle and ganache. It also uses CircleCI for automatic CI and solidity-coverage and codecov for ensuring 100% tests code coverage.

Security Audit

Orbs received security audits on the token smart contract in May 2018 from SmartDEC, 80Trill and Bok Consulting Pty Ltd.

Dependencies

Installing the dependencies using [yarn][https://yarnpkg.com/]

$ yarn install

Test

In order to run the tests, please execute the scripts/test.sh script.

$ ./scripts/test.sh

tests

You can see the full code coverage here.

Code Coverage

In order to run the test coverage, please execute the scripts/coverage.sh script.

$ ./scripts/coverage.sh

coverage

You can see the full code coverage here.