UNPKG
hive-multisign
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A typescript utility for multi-signature transactions on the Hive blockchain
hive-multisign
/
README.md
21 lines
(14 loc)
•
248 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
Hive Multisign
A customizable notification system build for the whole Hive ecosystem
#
# Installation
```bash
$
pnpm install
```
#
# Running the app
```bash
#
development
$
pnpm run dev
#
production mode
$
pnpm run build
$
pnpm run start
```