-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
28 lines (28 loc) · 937 Bytes
/
tools.json
File metadata and controls
28 lines (28 loc) · 937 Bytes
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
[
{
"category": "Bitcoin [BTC]",
"name": "bitaddress.org",
"src": ["https://raw.githubusercontent.com/pointbiz/bitaddress.org/v3.3.0/bitaddress.org.html"],
"folder": "btc/bitaddress/"
},
{
"category": "Ethereum [ETH]",
"name": "MyEtherWallet",
"src": ["https://github.com/kvhnuke/etherwallet/releases/download/v3.9.0/dist-v3.9.0.zip"],
"folder": "eth/mew/"
},
{
"category": "Miscelaneous",
"name": "Ian Coleman's Mnemonic Code Converter",
"src": ["https://raw.githubusercontent.com/iancoleman/bip39/0.1.0/bip39-standalone.html"],
"folder": "misc/bip39/"
},
{
"category": "Ethereum [ETH]",
"name": "ConsenSys icebox",
"src": ["https://raw.githubusercontent.com/ConsenSys/icebox/v0.3.0/dist/icebox.html",
"https://raw.githubusercontent.com/ConsenSys/icebox/v0.3.0/dist/lightwallet.min.js"],
"index": "icebox.html",
"folder": "misc/bip39/"
}
]