First open source Chrome web extension wallet for Kaspa & KRC20 tokens. Swap, mint, send, and receive KRC20 tokens directly in the wallet. You keep full custody of your private keys, which never leave your web browser. Ghost wallet web extension repo is forked from Kaspian.
Discord is the easiest way to reach out to the Ghost Wallet team for dev support and collaboration opportunities.
Platform |
---|
Ghost Wallet provides a Mint API for minting KRC20 tokens from any wallet. Make a POST request to our mint request endpoint, copy the response address
, then transfer the desired amount of mints in KAS directly to that address. A 10% network fee is automatically collected on every mint. See the full documentation on Swagger
Ghost wallet supports all KRC20 tokens for holding, sending, and receiving.
Ghost wallet is integrated with Chainge for KRC20 token trading. Only KRC20 tokens listed on Chainge's DEX are tradeable. Learn more at Chainge finance.
Mint any KRC20 tokens in Ghost wallet. You can submit as many mints as you want, which will all be run in parallel. It is safe to close your browser or shut down your computer while mints are ongoing. Minted tokens will be airdropped into your wallet automatically. If the minted supply for a token hits 100% while you are minting, excess funds will be refunded to your wallet in KAS automatically. There is a 10% network fee applied to every mint.
Install Bun from NPM
bun install
Build the Chrome extension into a dist folder
bunx --bun vite build --minify false
- Go to chrome://extensions/
- Enable developer mode by clicking the toggle in the top right corner
- Click "Load unpacked"
- Navigate to your project's root folder and select the
dist
folder