Skip to content

nickyhof/manacoin-contract

Repository files navigation

manacoin-contracts Build Status

A Decentralized Trading Platform Based on Smart Contracts

Setup

Install ganache

https://truffleframework.com/ganache or install the CLI

npm install -g ganache-cli

Globally install truffle

Used for development

npm install -g truffle

See https://truffleframework.com/ for more info

Install package dependencies

npm install

Development

Run ganache using CLI

ganache-cli -p 7545

Compile Contracts

truffle compile

Deploy Contracts

truffle migrate

Run Tests

truffle test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published