WalletPress Installation ๐ข
Dockerโ
git clone https://git.rugmunch.io/RugMunchMedia/walletpress.git
cd walletpress
cp .env.example .env
docker compose up -d --build
Verifyโ
curl http://localhost:8001/healthz
# {"status":"ok","chains":55}
First walletโ
curl -X POST http://localhost:8001/v1/wallets \
-H 'Content-Type: application/json' \
-d '{"label":"treasury","addresses":[{"chain":"solana","address":"<pubkey>"}]}'