A multi-platform desktop wallet for Factom Asset Tokens.
git clone https://github.com/Factom-Asset-Tokens/wallet.git fat-wallet
cd fat-wallet
npm install
npm run build
The build for your platform will be located in the dist_electron
folder.
After running npm install
just run npm start
.