Chrome extension wallet for Nockchain. Manage accounts, sign transactions, and interact with Nockchain dApps.
- Node.js 18+
- Chrome browser
# Clone
git clone <repo-url>
cd <project-folder>
# Install dependencies
npm install
# Build extension
npm run build- Open Chrome →
chrome://extensions - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the
dist/folder
The extension icon should appear in your toolbar.
npm run devAfter changes, click the refresh icon in chrome://extensions to reload.
npm run buildWASM binaries are pre-built and included in extension/lib/. No build required.