https://github.com/astriaorg/astria-cli-go
Astria Go CLI
https://github.com/astriaorg/astria-cli-go
Last synced: 5 months ago
JSON representation
Astria Go CLI
- Host: GitHub
- URL: https://github.com/astriaorg/astria-cli-go
- Owner: astriaorg
- License: apache-2.0
- Created: 2024-02-22T15:07:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:04:48.000Z (6 months ago)
- Last Synced: 2024-10-24T11:22:48.572Z (6 months ago)
- Language: Go
- Size: 305 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-ccamel - astriaorg/astria-cli-go - The Astria Go CLI: A lightweight tool for developing rollups built on top of the Astria Sequencer Network (Go)
README
# Astria Go Monorepo
This repository contains all the Go packages that are used within the Astria
platform.* [bech32m](./modules/bech32m) - a utility package that is a simple
facade for
[btcutil/bech32m](https://github.com/btcsuite/btcd/tree/master/btcutil/bech32)
* [cli](./modules/cli) - The Astria CLI is a command line
interface for the Astria platform. It is used to interact with the Astria
platform and manage your rollup projects. It has two main commands:
* `dev` - This command is used to start the development server for your
rollup project.
* `sequencer` - This command has subcommands to interact with a local or
remote Sequencer network, e.g. `createaccount`, `transfer`, etc.
* [go-sequencer-client](./modules/go-sequencer-client) - a client library for
interacting with a Sequencer network. The Astria CLI uses this package to
interact with the Sequencer. It is also used to develop rollups on top of
Astria