Skip to content

habibiefaried/c2c-marketplace-solidity

Repository files navigation

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

About

c2c e-marketplace in solidity smartcontract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published