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: 8 months ago
JSON representation
Robonomics contracts for Ethereum; Launched on the mainnet in 2019
- Host: GitHub
- URL: https://github.com/airalab/robonomics_contracts
- Owner: airalab
- License: bsd-3-clause
- Created: 2015-11-21T20:57:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T14:44:10.000Z (almost 3 years ago)
- Last Synced: 2025-10-12T17:23:21.016Z (8 months ago)
- Topics: ethereum, iot, robotics, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 81
- Watchers: 18
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.md
Awesome Lists containing this project
README
Robonomics platform contracts
=============================
[](https://travis-ci.org/airalab/robonomics_contracts)
[]()
> 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](https://yondon.blog/2019/01/01/how-not-to-use-ecdsa/).