ykoyote / wasmvm

Go bindings to the CosmWasm smart contract framework. In particular, it allows you to easily compile, initialize, and execute these contracts from Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasmvm

Tests

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

About

Go bindings to the CosmWasm smart contract framework. In particular, it allows you to easily compile, initialize, and execute these contracts from Go.

License:Apache License 2.0


Languages

Language:Go 55.8%Language:Rust 28.9%Language:C 11.5%Language:Makefile 2.3%Language:Shell 1.6%