Skip to content

akash-network/console-air

Akash Console Air

 

Self-hostable, self-custody crypto wallet UI for deploying on the Akash Network.

If you hold ACT, want to sign your own transactions with your own wallet, or want to run the deploy UI against your own RPC and API endpoints, this is for you. If you just want the fastest path from "I have a Docker image" to "it's running" — use the managed Akash Console instead. Both consoles point at the same network. See docs/ for who Console Air is and isn't, and AEP-84 for the full rationale behind the split.

Requirements

  • Node.js >= 20
  • npm >= 11

Setup

git clone git@github.com:akash-network/console-air.git
cd console-air
npm install

Run

From the repo root:

npm run dev

The app will be available at http://localhost:3000 (or 3001 if 3000 is in use).

That's it — Console Air ships with production defaults pointing at the Akash hosted Console infrastructure (console-api.akash.network, stats.akash.network, the public chain REST endpoints, etc.), so no env config is required to run the app.

Build & Production

npm run build
npm --workspace apps/deploy-web run start

Environment overrides (optional)

If you want to point an instance at your own Console API, provider proxy, or chain nodes, env files live under apps/deploy-web/env/ and are gitignored:

cp apps/deploy-web/env/.env.sample apps/deploy-web/env/.env.local

Every variable in the sample is optional and documents its production default; uncomment only the ones you need to override.

Documentation

For deeper guides:

Project Layout

This is an npm-workspaces monorepo:

Versions

  • Cosmos SDK target: 53

License

Apache-2.0

About

Akash Console Air — self-custody, crypto-native fork of Akash Console

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages