SDChain / contract

Six Domain Asset(SDA) Issue

Home Page:https://sdchain.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Six Domain Asset (SDA) ERC20 Smart-Contract

Prerequisites

  1. nodejs, and make sure it's version above 8.0.0
  2. npm
  3. truffle

Build

  1. First run npm install to install node_modules.
  2. Then run truffle compile
  3. Run truffle migrate to deploy the contracts onto your network of choice (default "development").

Run tests

  1. git checkout unit-test
  2. run ./testrpc.sh in terminal
  3. run truffle test in another terminal to execute tests.

About

Six Domain Asset(SDA) Issue

https://sdchain.io


Languages

Language:JavaScript 97.0%Language:Shell 3.0%