Coinet Wallet allows you to encrypt your secret key and store it as a file locally on your computer. You can use it on Windows, Linux and Mac.
- No registration. Secret key and login information stored locally.
- Offline transaction signing. Protect the secret key from exposure to the Internet.
- Send/receive/convert lumens, assets and tokens.
- Buy/sell lumens, assets and tokens.
- Merge account.
- Create your own tokens.
- View balances and history.
- Manage trust lines, account data, inflation destination.
- Federation protocol support.
- Contacts support.
- Deposit/withdraw COT, BTC.
- Participate ICO
You should have Node.js (4.8.x recommended) installed. If not, install it (Node version manager is recommended).
You need to install nwjs if you want to do development.
- Run
npm install
- You need to create a softlink under the src folder, so it can find the node_modules files. You can run
ln -s ../node_modules ./src/node_modules
. In windows, you can runmklink /d d:\ProjectName\src\node_modules d:\ProjectName\node_modules
- Run
nw src
to develop or runnode build-nw.js
to build