An open API service indexing awesome lists of open source software.

https://github.com/airalab/robonomics_contracts

Robonomics contracts for Ethereum; Launched on the mainnet in 2019
https://github.com/airalab/robonomics_contracts

ethereum iot robotics smart-contracts solidity

Last synced: 20 days ago
JSON representation

Robonomics contracts for Ethereum; Launched on the mainnet in 2019

Awesome Lists containing this project

README

        

Robonomics platform contracts
=============================

[![Build Status](https://travis-ci.org/airalab/robonomics_contracts.svg?branch=master)](https://travis-ci.org/airalab/robonomics_contracts)
[![GitHub release](https://img.shields.io/github/release/airalab/robonomics_contracts/all.svg)]()

> Keep all significant smart-contracts in this repository.

How to use
----------

Tested on [email protected]

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](https://yondon.blog/2019/01/01/how-not-to-use-ecdsa/).