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

https://github.com/joticajulian/msteem


https://github.com/joticajulian/msteem

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# msteem
msteem is a webpage to modify the authorities of an account (owner, active, and posting keys) in order to support multisignatures. It also includes a page to sign any type of operation using multisignatures and broadcast it to the blockchain. This app has been developed to participate in the [Steem developer bounty - 1500 STEEM - Multisignature Transaction Guide](https://steemit.com/steem/@timcliff/steem-developer-bounty-1500-steem-multisignature-transaction-guide-details-inside).

https://joticajulian.github.io/msteem/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```