An open API service indexing awesome lists of open source software.

https://github.com/finschia/wasmvm

Go bindings to the CosmWasm smart contract framework. In particular, it allows you to easily compile, initialize, and execute these contracts from Go.
https://github.com/finschia/wasmvm

blockchain go rust wasm webassembly

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# wasmvm

[![Builds And Tests](https://github.com/Finschia/wasmvm/actions/workflows/builds_and_tests.yml/badge.svg)](https://github.com/Finschia/wasmvm/actions/workflows/bulids_and_tests.yml)

This repository is forked from [CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm)

This is a wrapper around the [CosmWasm VM](https://github.com/Finschia/cosmwasm/tree/main/packages/vm).

It allows you to compile, initialize and execute CosmWasm smart contracts
from Go applications, in particular from [x/wasm](https://github.com/Finschia/finschia-sdk/tree/main/x/wasm).

For more detail, see the [original document](https://github.com/CosmWasm/wasmvm#readme)