Smart Contracts repository for Elastic Bitcoin (XBT)
Implementation of Elastic Bitcoin (XBT)
The official XBT contract addresses are (by target):
- UniswapV2: 0x64fb96d0395f6bf105f35233911e3df2c5bf4ce8
- Etherscan: 0x64fB96d0395f6bf105F35233911e3dF2C5bf4Ce8
- Rebaser: 0xb33d4E433443C0601c69a421152C8698a846E1e5
- Airdrop: 0x2cb3c989d47a87a2bf1a49b9868b1ea533570e2c
- Public Sales: 0xdb6a3ad80d2c3378ba8d921835b37e749515274c
# Install project dependencies
npm install# Run all unit tests
npm test-coverageTo report bugs within this package, please create an issue in this repository. When submitting code ensure that it is free of lint errors and has 100% test coverage.
# Lint code
npm run lint
# View code coverage
npm run test-coverage