-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcompile.sh
76 lines (76 loc) · 2.12 KB
/
compile.sh
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
lsc -c build-api.ls
lsc -c config-parser.ls
lsc -c deadline.ls
lsc -c examples/example-1-core.ls
lsc -c examples/example-2-create-accounts.ls
lsc -c examples/example-3-get_balances.ls
lsc -c examples/example-4-send_transaction.ls
lsc -c index.ls
lsc -c json-parse.ls
lsc -c load-coins.ls
lsc -c load-providers.ls
lsc -c math.ls
lsc -c node_modules/core-js/build/build.ls
lsc -c node_modules/core-js/build/Gruntfile.ls
lsc -c node_modules/ripple-keypairs/node_modules/core-js/build/build.ls
lsc -c node_modules/ripple-keypairs/node_modules/core-js/build/Gruntfile.ls
lsc -c plugins/btc-coin.ls
lsc -c plugins/btc-rs.ls
lsc -c plugins/dash-coin.ls
lsc -c plugins/doge-coin.ls
lsc -c plugins/eos-coin.ls
lsc -c plugins/etc-coin.ls
lsc -c plugins/eth-coin.ls
lsc -c plugins/eth-rs.ls
lsc -c plugins/gobyte-coin.ls
lsc -c plugins/gobyte-topup.ls
lsc -c plugins/ltc-coin.ls
lsc -c plugins/qiwi-coin.ls
lsc -c plugins/qiwi-rs.ls
lsc -c plugins/sprkl-coin.ls
lsc -c plugins/trx-coin.ls
lsc -c plugins/trycrypto-topup.ls
lsc -c plugins/usd-ac-rs.ls
lsc -c plugins/usdt-coin.ls
lsc -c plugins/usdt-rs.ls
lsc -c plugins/waves-coin.ls
lsc -c plugins/xem-coin.ls
lsc -c plugins/xlm-coin.ls
lsc -c plugins/xmr-coin.ls
lsc -c plugins/xrp-coin.ls
lsc -c plugins/ym-coin.ls
lsc -c plugins/ym-rs.ls
lsc -c plugins/zec-coin.ls
lsc -c pow/pow-gen.ls
lsc -c pow/pow-solve.ls
lsc -c pow/pow-test.ls
lsc -c pow/pow-verify.ls
lsc -c providers/coinpay.ls
lsc -c providers/cryptonote.ls
lsc -c providers/eos.ls
lsc -c providers/erc20.ls
lsc -c providers/eth.ls
lsc -c providers/insight.ls
lsc -c providers/insightzec.ls
lsc -c providers/liqpay.ls
lsc -c providers/omni.ls
lsc -c providers/qiwi.ls
lsc -c providers/ripple.ls
lsc -c providers/rst.ls
lsc -c providers/stellar.ls
lsc -c providers/superagent.ls
lsc -c providers/tron.ls
lsc -c providers/waves.ls
lsc -c providers/xem.ls
lsc -c providers/ym.ls
lsc -c tests/check-config.ls
lsc -c tests/check-fields.ls
lsc -c tests/eos.ls
lsc -c tests/main.ls
lsc -c tests/mnemonic.ls
lsc -c tests/plugin-to-json.ls
lsc -c tests/test-coin-non-zero.ls
lsc -c tests/test-coin.ls
lsc -c tests/test-coins.ls
lsc -c tests/test-seed.ls
lsc -c tests/types.ls