8000 GitHub - krimac/ulti-coin: Solidity contracts of Ulti Coin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

krimac/ulti-coin

Open more actions menu
 
 

Repository files navigation

ULTI Coin contracts

Lint Tests

Deployments

Audits

Usage

Format files:

  • yarn format

Lint files:

  • yarn lint

Compile files:

  • yarn compile

Run tests:

  • yarn test

Deploy - choose network nad put your mnemonic to .secrets.json:

  • yarn coin-deploy-testnet
  • yarn coin-deploy-kovan
  • yarn coin-deploy-mainnet

Verify - choose network:

  • yarn verify-testnet CONTRACT_ADDRESS PARAM1 PARAM2...
  • yarn verify-kovan CONTRACT_ADDRESS PARAM1 PARAM2...
  • yarn verify-mainnet CONTRACT_ADDRESS PARAM1 PARAM2...

Generate bytecode:

  • yarn coin-bytecode

About

Solidity contracts of Ulti Coin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 84.4%
  • TypeScript 15.6%
0