Skip to content

Source code of Sipher token and the initial public sale (IBCO).

License

Notifications You must be signed in to change notification settings

Rafellus/token-and-initial-public-sale

 
 

Repository files navigation

Sipher ERC20 & Initial Public Sale Contract

This Contract is coded and developed by Vihali Technology MTV Company Limited and is entirely transferred to Dopa JSC Limited under the Contract for Software Development Services. Accordingly, the ownership and all intellectual property rights including but not limited to rights which arise in the course of or in connection with the Contract shall belong to and are the sole property of Dopa JSC Limited

Usage

Before running you need to install dependencies:

yarn install

Compile

Compile the contracts:

yarn hardhat compile

Test

Before running tests, make sure you are using the project typescript version to prevent any type errors

Run all Mocha tests:

yarn hardhat test

Run specific Mocha test:

yarn hardhat test /test/<test-file-name>

Coverage

Generate coverage report:

yarn hardhat coverage

Clean

Delete smart contracts artifact and generated typechain:

yarn hardhat clean

About

Source code of Sipher token and the initial public sale (IBCO).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.0%
  • Solidity 15.5%
  • JavaScript 0.5%