https://github.com/fanyinghao/eos-wallet
support multisig account management
https://github.com/fanyinghao/eos-wallet
eos eosio multisig
Last synced: 5 months ago
JSON representation
support multisig account management
- Host: GitHub
- URL: https://github.com/fanyinghao/eos-wallet
- Owner: fanyinghao
- License: mit
- Created: 2019-05-06T12:37:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:37:03.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:03:08.309Z (about 2 years ago)
- Topics: eos, eosio, multisig
- Language: JavaScript
- Size: 2.62 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EOS Wallet
[](https://opensource.org/licenses/MIT)
An app for the EOS blockchain platform.
[【下载】](https://github.com/fanyinghao/eos-wallet/releases)
[【帮助文档】](Wiki.md)
## Features
### 账户
- 创建账户
- 导入账户
### 账户管理
- 查看账户资源
- 查看账户权限
- 查看交易记录
- 买卖 RAM 资源
- 抵押赎回 CPU/NET 资源
- 账户多签授权
- 备份私钥
- 删除账户
### 发送事务
- 转账,支持合约
- 签名提案
- 完成账户创建
## Run
If you don't have [Meteor](https://www.meteor.com/install):
$ curl https://install.meteor.com/ | sh
Install npm dependencies:
$ cd app
$ npm install
Run dev server:
$ cd app
$ meteor
Navigate to http://localhost:3000