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
- Host: GitHub
- URL: https://github.com/airalab/robonomics_contracts
- Owner: airalab
- License: bsd-3-clause
- Created: 2015-11-21T20:57:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T14:44:10.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:13:41.848Z (20 days ago)
- Topics: ethereum, iot, robotics, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 81
- Watchers: 19
- 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 [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/).