marketplace-contracts
marketplace-contracts copied to clipboard
Ethereum smart contracts (truffle) for marketplace
Recommended setup
- VSCode with solidity plugin (install through VSCode extensions) OR
- IDEA / WebStorm with intellij-solidity plugin
- Ganache (previously TestRPC) for viewing the transactions in your local Ethereum simulator
npm install
Deployment
npm run deploy(runstruffle migrate)
Running tests
npm run test(runstruffle test)