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

https://github.com/finschia/cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
https://github.com/finschia/cosmwasm

blockchain rust wasm webassembly

Last synced: about 1 year ago
JSON representation

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.

Awesome Lists containing this project

README

          

# CosmWasm

[![Tests](https://github.com/Finschia/cosmwasm/actions/workflows/tests.yml/badge.svg)](https://github.com/Finschia/cosmwasm/actions/workflows/tests.yml)

**WebAssembly Smart Contracts for the Finschia**

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

For more detail, see the original documents.

- [REDAME.md](https://github.com/CosmWasm/cosmwasm/blob/main/README.md)
- [SEMANTICS.md](https://github.com/CosmWasm/cosmwasm/blob/main/SEMANTICS.md)
- [EntryPoints.md](https://github.com/CosmWasm/cosmwasm/blob/main/EntryPoints.md)