tubleronchik / robonomics_contracts

Robonomics network infrastructure based on Ethereum Blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robonomics platform contracts

Build Status GitHub release

Keep all significant smart-contracts in this repository.

How to use

Tested on Truffle@4.1.11

To build contracts run in it's directory:

truffle compile

To run testing framework:

truffle test 

To deploy contracts in testnet run in it's directory:

truffle migrate

Notice

  • Malleable ECDSA signatures is vulnerable, please check it before using, description.

About

Robonomics network infrastructure based on Ethereum Blockchain.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Solidity 58.7%Language:JavaScript 41.3%