Skip to content

MantraDAO/om-token-contract

Repository files navigation

OM TOKEN

Dependencies

Configuration

- migrations/2_deploy_migration.js

    const name = "OM Token";
    const symbol = "OM";
    const decimals = 18;
        
- .secret
    
    your mnemonic words here 

- .infuraKey

    your infuraKey to deploy here (check for mainnet and rinkeby they might be different)
    

- .fromAddress

    your contract owner wallet address

Publish to Ethereum Network (change rinkeby for live to mainnet)

  $ truffle migrate --compile-all --reset --network rinkeby

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published