sorceressofmathematics / contracts

This is the repository for WingsDAO smart contracts templates

Home Page:http://wings.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WINGS Smart Contracts standard travis

Warning: This is an alpha version of the Wings DAO platform contracts, intended to run on devnet and testnet blockchains.

  • Do not use this on the mainnet blockchain.

  • Do not send mainnet cryptocurrencies to addresses generated on the devnet.

Prerequisites

  • Node.js (~6.9.0)
  • testrpc

Development

Fork the repo and then;

git clone git@github.com:<YOUR_GITHUB_USERNAME>/contracts.git
cd contracts && npm install

Setup

Copy truffle.example.js to truffle.js

cp truffle.example.js truffle.js

Configure truffle.js to match your local Ethereum node configuration.

Don't add truffle.js to repository. It is already set to ignore by git.

Build contracts

npm run build

Deployment of contracts

npm run migrate

or

npm run reset-migrate

Tests

To run standard and truffle tests;

npm test

License

Copyright 2017 © Wings Stiftung. All right reserved.

About

This is the repository for WingsDAO smart contracts templates

http://wings.ai

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.5%Language:HTML 1.5%Language:CSS 1.0%