Skip to content

rodri-r/console

 
 

Repository files navigation

Akash Console - Web UI deployment tool for Akash Network

Akash Console is an easy to use deployment tool for deploying workloads on to Akash Network providers. It is an alternative to the Command Line Interface (CLI). Akash Console can be run as a hosted service or locally (for development). Overclock Labs (creators of Akash Network) run an instance of Akash Console at https://console.akash.network/.

Contributing

If you would like to contribute to Akash Console, here are some ways to do so:

  1. Beta test the public facing app and report issues.
  2. Run it locally (instructions below) to get acquainted with the application.
  3. Review the list of issues at https://github.com/akash-network/console/issues and comment on one that you wish to work on.
  4. Join the Akash Networks Clients SIG meetings to learn about other issues or features you can help build.

NOTE: If you need AKT for deployment, share your Keplr wallet ID in the comment for the specific issue and we'll drop you 10AKT to test with (should let you test deploys 100s of times)

Running it locally

Please ensure you have the below set of dependencies installed on your workstation:

  • node 18+
  • yarn (1.22.19)
  • concurrently (7.2.2)
  • craco (6.4.4)

You can install dependencies by running

npm install -g yarn concurrently craco

Then checkout, build and run Console

git clone https://github.com/akash-network/console.git
cd console
yarn install
yarn dev
console-dev-setup.mp4

Note for MacOS

If you see errors regarding port 5000 being in use, this is due to AirPlay using the port. You can disable this service in the MacOS Sharing settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.5%
  • CSS 5.5%
  • SCSS 1.6%
  • Other 1.4%