Online Webwallet for Kekdaq.
Originally based off of Carbonwallet / Counterwallet
- Mainnet: http://kekdaq.com.
- Testnet: http://test.kekdaq.com.
- Deterministic wallet addresses (BIP 32-based)
- Supports the majority of Kekdaq / Counterparty functionality
- Fully-AJAX driven
- Anonymous
- Runs in the browser, with keys created in user's local memory.
- Private keys are not sent to the server and users control their own funds.
Requires Node 0.10.48, recommend using Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install 0.10.48
nvm use 0.10.48
npm install -g grunt-cli bower
git clone https://github.com/cyberpepe/kekdaq-wallet
cd kekdaq-wallet
cd src
bower install
cd ..
npm install
grunt build
grunt freeze
Documentation currently being compiled