Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Resources

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

You can’t perform that action at this time.