Linux Ubuntu OS
- VPS: You can use a linux VPS to follow the guide
- Github: Visit Codespaces and create a blank template [https://github.com/codespaces]
Install & Update Packages:
sudo apt update && sudo apt upgrade -y
sudo apt install curl git
Install Nodejs
sudo apt update
sudo curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs
node -v
npm install -g yarn
yarn -v
git clone https://github.com/0xmoei/wallet-gen.git
cd wallet-gen
Linux/macOS:
chmod +x ./start.sh
./start.sh
-
WSL/Linux/MAC users:
- A prompt will direct you open in browser, just click it
-
VPS users:
- 1- Open a new terminal
- 2- Install localtunnel:
npm install -g localtunnel
- 3- Get a password:
curl https://loca.lt/mytunnelpassword
- The password is actually your VPS IP
- 4- Get URL
lt --port 8888
- Visit the prompted url, and enter your password to access wallet generator page
- Click "GENERATE NEW WALLET" and watch the real-time progress
- Save all the details of your Wallet
- Visit Faucet page
- Enter your address starting with
oct...
to get faucet
Public testnet is soon to be launched. Stay tuned.