red / RED-token

Red Community Token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RED Token

Red community token

Setup

Prerequisites on Ubuntu

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm -g i yarn

Prerequisites macOS

brew tap ethereum/ethereum
brew install node yarn solidity

Common setup

git clone git@github.com:red/RED-token.git
cd RED-token/
yarn install

Compile with

yarn build

Run test suite continuously:

yarn test --watch

Web interface

Run a local development chain with:

yarn chain

Then in a separate terminal start an auto-updating web server:

yarn web

About

Red Community Token


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:Shell 0.0%