Wasmvm
Go bindings to the CosmWasm smart contract framework. In particular, it allows you to easily compile, initialize, and execute these contracts from Go.
Install / Use
/learn @Finschia/WasmvmREADME
wasmvm
This repository is forked from CosmWasm/wasmvm
This is a wrapper around the CosmWasm VM.
It allows you to compile, initialize and execute CosmWasm smart contracts from Go applications, in particular from x/wasm.
For more detail, see the original document
