├── guide.sh └── README.md /guide.sh: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Setup and Run Wallet Generator🪂🪂 2 | 3 | **❤️❤️Follow our TG for More Early Alpha: https://telegram.me/feature_earning** 4 | --- 5 | 6 | ```bash 7 | curl -fsSL https://bun.sh/install | bash 8 | exec $SHELL 9 | bun --version 10 | ``` 11 | 12 | ```bash 13 | sudo apt update && sudo apt install ufw -y 14 | sudo ufw allow 8888 15 | ``` 16 | 17 | ```bash 18 | git clone https://github.com/octra-labs/wallet-gen 19 | cd wallet-gen 20 | bun install 21 | bun run build 22 | ``` 23 | 24 | ```bash 25 | bun start 26 | ``` 27 | --------------------------------------------------------------------------------