An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# EOS Wallet

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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