Skip to content

FAQ and Debugging

Endpoints

NameEndpoint
EVM JSON RPChttps://rpc.evm.dusk-7.devnet.astria.org
EVM Block Explorerhttps://explorer.evm.dusk-7.devnet.astria.org
EVM Faucethttps://faucet.evm.dusk-7.devnet.astria.org
Sequencer RPChttps://rpc.sequencer.dusk-7.devnet.astria.org
Sequencer gRPChttps://grpc.sequencer.dusk-7.devnet.astria.org
Sequencer Faucethttps://faucet.sequencer.dusk-7.devnet.astria.org

Software Versions

The latest Devnet (dusk-7) runs the following software versions:

Install the latest Astria cli

bash
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-darwin-arm64.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-go /usr/local/bin/
astria-go version
bash
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-darwin-amd64.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-go /usr/local/bin/
astria-go version
bash
curl -L https://github.com/astriaorg/astria-cli-go/releases/download/v0.9.0/astria-go-v0.9.0-linux-amd64.tar.gz > astria-cli.tar.gz
tar -xvzf astria-cli.tar.gz
mv astria-go /usr/local/bin/
astria-go version

astria-go CLI Commands

View all the astria-go cli commands.