#module #standard #injective #cosmwasm #included #tracking #version

injective-std

Standard library for Injective with CosmWasm support included

7 releases

0.1.6 Mar 19, 2024
0.1.5 Dec 28, 2023
0.1.4 Nov 10, 2023
0.1.3 Jun 13, 2023
0.1.2 May 29, 2023

#379 in Magic Beans

Download history 63/week @ 2024-01-01 71/week @ 2024-01-08 134/week @ 2024-01-15 289/week @ 2024-01-22 435/week @ 2024-01-29 169/week @ 2024-02-05 340/week @ 2024-02-12 189/week @ 2024-02-19 199/week @ 2024-02-26 171/week @ 2024-03-04 207/week @ 2024-03-11 381/week @ 2024-03-18 145/week @ 2024-03-25 184/week @ 2024-04-01 64/week @ 2024-04-08 108/week @ 2024-04-15

504 downloads per month
Used in injective-test-tube

MIT/Apache

665KB
11K SLoC

injective-std

BETA VERSION:

The bindings are currently tracking an unofficial release of Injective.

Injective's proto-generated types and helpers built using Buf. Enables interaction with both custom and standard modules.

Supported Version

  • Injective-Core@e38d508c746a9b90d6e8a261ec2b03f99cc49351

Build Instructions

Pre-requisites:

Buf 1.17.0

In order to generate an individual proto file run:

buf generate [/path/to/injective-core] --template [/path/to/buf.gen.yaml] --output [output-path] --path [/path/to/module/proto]

Example buf.gen.yaml file:

plugins:
  - plugin: buf.build/community/neoeinstein-prost
    out: .
    opt:
      - extern_path=.google.protobuf.Timestamp=crate::shim::Timestamp
      - extern_path=.google.protobuf.Duration=crate::shim::Duration
      - extern_path=.google.protobuf.Any=crate::shim::Any

Dependencies

~8MB
~161K SLoC