⚠️ This repository is archived.⚠️ The source has moved into the main
gnolang/gnomonorepo. All new development happens there.
contribs/tx-archive/ in gnolang/gno.
git clone https://github.com/gnolang/gno.git
cd gno/contribs/tx-archive
go run ./cmd backup --help
go run ./cmd restore --helpOr, 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"
)Please open them against the monorepo: https://github.com/gnolang/gno/issues.