https://github.com/aelfproject/contract-plugin
Protoc plugins for code generation of contracts defined in grpc format
https://github.com/aelfproject/contract-plugin
Last synced: about 1 month ago
JSON representation
Protoc plugins for code generation of contracts defined in grpc format
- Host: GitHub
- URL: https://github.com/aelfproject/contract-plugin
- Owner: AElfProject
- License: apache-2.0
- Created: 2019-03-16T02:35:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T04:14:43.000Z (over 2 years ago)
- Last Synced: 2023-09-27T12:53:07.156Z (over 2 years ago)
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contract-plugin
Protoc plugins for code generation of contracts defined in grpc format
## Setup & Build
This project requires cmake & git submodules to build locally.
```
git clone git@github.com:AElfProject/contract-plugin.git
cd contract-plugin
git submodule init
git submodule update
cmake .
make
```