0.1.22 • Published 3 years ago

@evmos/proto v0.1.22

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Proto

Protobuf files used to generate cosmos/evmos transactions.

Convert protobuf to Eth Transaction

Example on how to convert protobuf message -> ethereum tx here

Local generation

Requirements:

  • brew install protoc
  • npm install -g protoc-gen-ts

To generate the protobuf files on linux instead of OSX, remove the empty string after sed -i ''

./scripts/get_proto_files.sh
./scripts/create_proto_files.sh
./scripts/remove_grpc.sh
./scripts/remove_unused_dependencies.sh

Note

The lib @grpc/grpc-js was not included in the package.json, and all the services were manually removed from the autogenerated proto files to avoid having that dependency. This lib is just a tool to create the transactions, not to interact with a GRPC server, if you need the complete proto file you can locally run ./scripts/get_proto_files.sh and ./scripts/create_proto_files.sh

0.2.1

3 years ago

0.2.1-rc4

3 years ago

0.2.1-rc3

3 years ago

0.2.1-rc6

3 years ago

0.2.1-rc5

3 years ago

0.2.1-rc0

3 years ago

0.2.1-rc2

3 years ago

0.2.1-rc1

3 years ago

0.2.0-rc.3

3 years ago

0.2.0-rc.2

3 years ago

0.2.0

3 years ago

0.2.0-rc.1

3 years ago

0.2.0-rc.0

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago