https://github.com/joticajulian/msteem
https://github.com/joticajulian/msteem
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joticajulian/msteem
- Owner: joticajulian
- License: mit
- Created: 2019-01-08T00:52:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T08:17:36.000Z (5 months ago)
- Last Synced: 2025-04-23T00:13:53.170Z (27 days ago)
- Language: Vue
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```