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.
- Ethereum ORBS ERC20: 0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA
- Polygon ORBS ERC20: 0x614389eaae0a6821dc49062d56bda3d9d45fa2ff
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.
Orbs received security audits on the token smart contract in May 2018 from SmartDEC, 80Trill and Bok Consulting Pty Ltd.
Installing the dependencies using [yarn][https://yarnpkg.com/]
$ yarn install
In order to run the tests, please execute the scripts/test.sh
script.
$ ./scripts/test.sh
You can see the full code coverage here.
In order to run the test coverage, please execute the scripts/coverage.sh
script.
$ ./scripts/coverage.sh
You can see the full code coverage here.