2 unstable releases

0.2.1 Dec 9, 2023
0.2.0 Dec 9, 2023
0.1.0 Jul 19, 2023

#6 in #cosmos-sdk

28 downloads per month

MIT/Apache

490KB
12K SLoC

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.

To generate C header for use by test-tube go tool cgo -exportheader artifacts/libclassictesttube.docrs.h main.go

running classic-test-tube on darwin/arm64

check go version that it supports darwin/arm64

cargo clean
cargo build

Dependencies

~29–43MB
~831K SLoC