Skip to content

Instantly share code, notes, and snippets.

View sashamaxymchuk's full-sized avatar

sashamaxymchuk sashamaxymchuk

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sashamaxymchuk on github.
  • I am sashamaxymchuk (https://keybase.io/sashamaxymchuk) on keybase.
  • I have a public key ASCpSMztHqszCPyBm9kEMo27uT0cXoAkpn4_eqD4CivQPQo

To claim this, I am signing this object:

---
version: "2.0"
services:
web:
image: sashamaxymchuk/akash-hello-world
expose:
- port: 80
as: 80
to:
10. Устанавливаем необходимые программы:
sudo apt update
sudo apt install curl wget git make unzip -y
11. Устанавливаем значения переменных:
export AKASH_NET="https://raw.githubusercontent.com/ovrclk/net/master/mainnet"
export AKASH_VERSION="$(curl -s "$AKASH_NET/version.txt")"