Web Wallet is a doorway to the Matrix blockchain, allowing users to manage their own funds without a centralized platform.
The web wallet consists of the following parts:
• My Wallet: You can create a new wallet or open a wallet, then you can use all the functions.
• Online/Offline Mode: Online mode or offline mode can be selected, offline mode can better guarantee wallet safety.
• Green Mining: You can deposit for miners/validators masternodes and set up secondary key.
• Joint Mining: The creators create the mining pool and provide the mining equipment. Other participants only need to stake for mining and earn the mining rewards.
• AI Application: AI processing of pictures to support lung cancer diagnosis, pose recognition and object recognition.
• Contracts: You can deploy smart contracts on the MATRIX mainnet, such as issuing tokens.
• Send Offline: It supports to sign transactions when the network is disconnected. Signed information can also be sent to chain so that your private key or keystore will not be exposed to the network, improving assets security.
• Settings: Wallet Association (Sender/recipient pays gas fee), Address Conversion, Private Key Backup, Keystore Backup, etc.
git clone [email protected]:MatrixAINetwork/MATRIX_WEBWALLET.git
npm i
npm run build
npm start
If npm start
fails and above the error message it states 'new update found' then the package.json version of the indicated packages needs to be updated to match the versions shown in the notice.
npm run dev
App should be running in https://localhost:8080
mainnet:https://wallet.matrix.io
testnet:https://wallettest.matrix.io
https://github.com/MatrixAINetwork/MATRIX_WEBWALLET
Copyright 2018-2019 The MATRIX Authors
The go-matrix library is licensed under MIT.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.