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
- Host: GitHub
- URL: https://github.com/ignite/gnovm
- Owner: ignite
- Created: 2025-03-12T22:04:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-13T21:58:16.000Z (8 months ago)
- Last Synced: 2025-10-14T21:16:41.854Z (8 months ago)
- Topics: cosmos-sdk, gno, gnolang, go, vm
- Language: Go
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`