/cycles-wallet

DFINITY Cycles Wallet

Primary LanguageTypeScriptApache License 2.0Apache-2.0

DFINITY Cycles Wallet

Build Status

The DFINITY Cycles Wallet implementation.

Demo

  • 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>