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

https://github.com/ignite/gnovm

GnoVM for Cosmos SDK Chains
https://github.com/ignite/gnovm

cosmos-sdk gno gnolang go vm

Last synced: 3 months ago
JSON representation

GnoVM for Cosmos SDK Chains

Awesome Lists containing this project

README

          

# GnoVM Cosmos SDK Module

Cosmos SDK module for [GnoVM](https://github.com/gnolang/gno), a virtual machine for the Gno programming language.
Cosmos SDK module scaffolded with [Ignite](https://ignite.com/), a developer-friendly framework for building Cosmos SDK applications.

## Installation

To install the GnoVM module, please follow the instructions below:

> TBD

## Usage

```bash
gnovmd tx gnovm add-package gno.land/r/demo/counter github.com/gno/examples/gno.land/r/demo/counter 5000stake --from alice
```

> TBD

## Scaffolded with Ignite

`ignite s chain github.com/ignite/gnovm --minimal --skip-git --no-module`