Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

gnolang/tx-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

tx-archive — archived

⚠️ This repository is archived. ⚠️

The source has moved into the main gnolang/gno monorepo. All new development happens there.

Where it lives now

contribs/tx-archive/ in gnolang/gno.

How to use it

git clone https://github.com/gnolang/gno.git
cd gno/contribs/tx-archive
go run ./cmd backup --help
go run ./cmd restore --help

Or, from any Go module that already depends on github.com/gnolang/gno:

import (
    "github.com/gnolang/gno/contribs/tx-archive/backup"
    "github.com/gnolang/gno/contribs/tx-archive/backup/client/rpc"
    "github.com/gnolang/gno/contribs/tx-archive/backup/writer/standard"
)

Issues & PRs

Please open them against the monorepo: https://github.com/gnolang/gno/issues.

About

A simple tool for backing up and restoring a Gno / TM2 chain

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors