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.
- Host: GitHub
- URL: https://github.com/finschia/wasmvm
- Owner: Finschia
- License: apache-2.0
- Created: 2020-12-11T07:44:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T10:56:27.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:51:14.572Z (3 months ago)
- Topics: blockchain, go, rust, wasm, webassembly
- Language: Go
- Homepage:
- Size: 523 MB
- Stars: 21
- Watchers: 16
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wasmvm
[](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)