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

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

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
```