nickyhof / manacoin-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 88.5%Language:HTML 9.0%Language:CSS 2.5%