/cowallet

A cooperative crypto wallet on Mixin Network.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

CoWallet

CoWallet is a cooperative crypto wallet on Mixin Network.

Notice

CoWallet is a front-end web application, it doesn't manage your assets. All cryptos are managed by Mixin Network with its multisig features.

If you delete a vault from CoWallet, no multisig address or assets in it will be deleted. If you are one of the vault members, you can restore the access of the vault anytime by creating a vault with the same parameters (members' id, threshod).

How to use?

Use CoWallet in Mixin Messenger

  • Search '7000103970' at Mixin Messenger, add it as contact;
  • Create a group and add it as a group member.

Use CoWallet in a web browser

Visit https://cowallet.fox.one/

Features

  • 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
  • Better cache
  • Better error handlers
  • Fiat currency config
  • Desktop layout
  • Support to export and import wallet config
  • Fennec support
  • Kernel v1 transaction support

How to Build

# 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