kimyd / NPLC

NPLC smart contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPLC

##Deployment Config In /migrations/2_deploy_contracts.js, we may specify the admin account address and total number of tokens. E.g.

var admin = "0x123";
var totalTokenAmount = 210;

1. compile solidity source code

output is located at build/contracts

$ truffle compile

2. deploy contracts to rinkeby network ethereum

please refer to truffle.js for configuration

$ truffle migrate --network rinkeby

3. contract information

deployed contract information https://etherscan.io/token/0x97fb6fc2ad532033af97043b563131c5204f8a35

About

NPLC smart contract


Languages

Language:JavaScript 91.3%Language:Shell 8.7%