1 unstable release
0.3.0 | May 16, 2024 |
---|
#5 in #terra-money
440KB
11K
SLoC
A library to interact with classic chain in Rust!
This repository contains:
- classic-proto: a proto library for interacting with classic chain
- classic-test-tube: a library for testing your smart contract against simulated classic chain logic. This library will allow smart contract developers to test contract against real chain logic without the need for spinning up a node. This will save tremendous amount of time by rapid testing.
Import:
classic-rust = {version = "0.1.0", git = "https://github.com/classic-terra/classic-rust.git", package = "classic-rust", rev = "11bc73ebc96d1f5521df6af60e57c1aeed8649f4"}
classic-test-tube = {version = "0.1.0", git = "https://github.com/classic-terra/classic-rust.git", package = "classic-test-tube", rev = "11bc73ebc96d1f5521df6af60e57c1aeed8649f4"}
Build proto
clone submodules: git submodule update --init --recursive
run cargo build && cargo run classic-rust-generator
to generate proto
to update dependencies, go to: main
Dependencies
~6.5–9MB
~182K SLoC