Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/over140/mixwallet
Mixwallet is an online wallet built on Mixin Network
https://github.com/over140/mixwallet
mixin wallet
Last synced: about 1 month ago
JSON representation
Mixwallet is an online wallet built on Mixin Network
- Host: GitHub
- URL: https://github.com/over140/mixwallet
- Owner: over140
- License: apache-2.0
- Created: 2018-11-01T03:29:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T10:40:06.000Z (about 2 years ago)
- Last Synced: 2023-08-12T19:50:45.680Z (over 1 year ago)
- Topics: mixin, wallet
- Language: JavaScript
- Size: 1.06 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mixwallet
Mixwallet is a Mixin Network-based full set cryptocurrency wallet that securely manages your digital assets with a private key and a 6-digit PIN code. Please note that we will not save your private key and digital PIN code, once the private key and PIN code lost, both of them cannot be recovered, please keep the private key and remember the 6-digit PIN code carefully.### Get Started
##### Register develper account
You need a Mixin Messenger account to create a developer account. Visit https://mixin.one/messenger to download our app and create an account, then visit https://developers.mixin.one/dashboard. Use Mixin Messenger camera to scan the QR code, then give permission to developer website.##### Create app
After you logged in, click Create New App to create your first app.
![dev-guide](https://developers.mixin.one/api/images/register-app.png)##### Nginx
Install nginx and config nginx.conf, `sudo nginx` to start nginx.##### Config
Replace app id、private key and session id from your app infomation in webpack.config.js##### Run
`npm install` to install dependencies, `npm run watch` to run the project.