The only wallet you need to store, send, and receive CraftCoin!
For an easy setup, check the Releases section on GitHub. Prebuilt ZIP files are available for both Chrome and Firefox, so you can get started without building the project. Here’s how:
-
Download the latest release ZIP file for Chrome or Firefox from the Releases section.
-
Extract the ZIP file to a convenient location on your device.
-
Follow the steps below for installation based on your browser:
- Go to
chrome://extensionsin your Chrome browser. - Enable Developer mode in the top right corner.
- Select Load unpacked and choose the folder you extracted from the ZIP file.
- Go to
about:debugging#/runtime/this-firefoxin your Firefox browser. - Click on Load Temporary Add-on… and select the folder you extracted from the ZIP file.
- Go to
With this prebuilt version, your CraftCoin Wallet will be up and running in seconds.
If you'd like to build CraftCoin Wallet from source, follow these steps:
yarn install- Build the extension for Chrome:
yarn chrome
- In Chrome, navigate to
chrome://extensions. - Enable Developer mode in the top right corner.
- Select Load unpacked and choose the
dist/chromefolder from the project directory.
- Build the extension for Firefox:
yarn firefox
- Go to
about:debugging#/runtime/this-firefoxin Firefox. - Click on Load Temporary Add-on and select the
dist/firefoxfolder from the project directory.
Special thanks to NintondoWallet and LuckycoinWallet ❤️