Skip to content

A library to interact with classic in Rust!

Notifications You must be signed in to change notification settings

bitmos-io/classic-rust

 
 

Repository files navigation

A library to interact with classic chain in Rust!

This repository contains:

  1. classic-proto: a proto library for interacting with classic chain
  2. 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:

  1. classic-rust = {version = "0.1.0", git = "https://github.com/classic-terra/classic-rust.git", package = "classic-rust", rev = "2b3571f272b54acd2119a33706f4abccdaa9f5dd"}
  2. classic-test-tube = {version = "0.1.0", git = "https://github.com/classic-terra/classic-rust.git", package = "classic-test-tube", rev = "2b3571f272b54acd2119a33706f4abccdaa9f5dd"}

Build proto

run cargo build && cargo run classic-rust-generator to generate proto

to update dependencies, go to: main

About

A library to interact with classic in Rust!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.7%
  • Go 9.9%
  • C 1.4%