The DFINITY Cycles Wallet implementation.
- Install dependencies:
npm ci - Start replica:
dfx start --background --clean - Deploy to replica locally:
dfx deploy --no-wallet - Get canister ID:
dfx canister id wallet - Open wallet UI at
http://localhost:8000/?canisterId=<wallet_canister_id_here>