https://github.com/sec-bit/protobuf-sol
Fork from https://github.com/umegaya/pb3sol
https://github.com/sec-bit/protobuf-sol
Last synced: over 1 year ago
JSON representation
Fork from https://github.com/umegaya/pb3sol
- Host: GitHub
- URL: https://github.com/sec-bit/protobuf-sol
- Owner: sec-bit
- Created: 2018-10-13T12:02:23.000Z (over 7 years ago)
- Default Branch: secbit-mod
- Last Pushed: 2018-10-13T12:08:28.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:27:01.363Z (over 1 year ago)
- Language: Python
- Size: 1.42 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a fork of [pb3sol](https://github.com/umegaya/pb3sol). See original repo README for more information.
- run ```make test_on_host```. There is a linux64 ```protoc``` binary in ```bin/protoc```,
and other binaries could be downloaded via [protobuf](https://github.com/protocolbuffers/protobuf/releases).
- it does:
- install necessary node module by using npm install
- compile proto file ```test/proto/LoopRing.proto``` to solidity source
- run [truffle](http://truffleframework.com/) test at ```test/test/lr_access.js```, which interacts with ```test/contracts/LRTest.sol```