Nintondo Wallet
Repository link
Testing
Step 1: Install bun.sh:
curl -fsSL https://bun.sh/install | bashStep 2: Install dependencies:
bun i1. Build extension using command.
bun chrome2. Go to extensions in your browser and click on "Manage Extensions"
3. In top right corner activate "developer mode".
4. In top left corner click on "Load unpacked".
5. Select dist/chrome folder from the project folder.
1. Build extension using command
bun firefox2. Go to about:debugging#/runtime/this-firefox
3. Click on the button "Load temporary Add-on..."
4. Select dist/firefox folder from the project folder