UNPKG
api-rps
Version:
latest (0.0.1)
0.0.1
RPS API
github.com/n1c01a5
n1c01a5/api-rps
api-rps
/
README.md
31 lines
(22 loc)
•
240 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
22
23
24
25
26
27
28
29
30
31
RPS ===
``` yarn install ```
Guidelines ----------
``` _method_protected_or_private = v => v ```
Build ----
``` yarn build ```
Test ----
Testrpc must be installed (https://github.com/ethereumjs/testrpc).
``` testrpc yarn test ```