Nintondo Wallet
Repository link
TestingCopied!
Step 1: Install bun.sh:
curl -fsSL https://bun.sh/install | bash
Step 2: Install dependencies:
bun i
1. Build extension using command.
bun chrome
2. 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 firefox
2. 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