/c2c-marketplace-solidity

c2c e-marketplace in solidity smartcontract

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Description

Coverage Status c2c e-marketplace in solidity

Install

Need to install openzeppelin first

npm install openzeppelin-solidity

Commands

  Compile contracts: truffle compile --all --quiet
  Migrate contracts: truffle migrate --reset --quiet
  Test contracts:    truffle test --quiet

Some on console

let accounts = await web3.eth.getAccounts()
let c2CMarketCoinInstance = await C2CMarketCoin.deployed();

Reference