CoWallet is a cooperative crypto wallet on Mixin Network.
- Search '7000103970' at Mixin Messenger, add it as contact;
- Create a group and add it as a group member.
Visit https://cowallet.firesbox.com
- Integrate with Mixin Messenger Group
- Deposit and withdrawal crypto
- Dark theme
- Import and export vaults
- Create wallet with Mixin Messenger Friends
- Revoke signature requests
- Beancount support
- Kernel v1 transaction support
- Fennec support
- Better cache
- Better error handlers
- Fiat currency config
- Desktop layout
# install dependencies
$ yarn
# load env, see https://github.com/fox-one/cowallet/blob/master/src/.env.example
# change the file to .env modify the API_BASE and CLIENT_ID
$ source src/.env
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate