0.2.21 • Published 2 months ago

@quarix/proto v0.2.21

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months 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.21

2 months ago

0.2.20

2 months ago

0.2.19

4 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.18

6 months ago

0.2.17

10 months ago

0.2.12

11 months ago

0.2.11

11 months ago

0.2.10

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago