-
Notifications
You must be signed in to change notification settings - Fork 45
/
library.json
36 lines (36 loc) · 927 Bytes
/
library.json
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
{
"description": "Web3E (Ethereum Embedded) interface for devices running Arduino with easy to use TokenScript/SmartLayer integration. Link your tokens/NFTs to devices securely.",
"repository": {
"url": "https://github.com/AlphaWallet/Web3E",
"type": "git"
},
"platforms": [
"espressif32"
],
"authors": [
{
"maintainer": true,
"name": "James Brown",
"url": "https://github.com/JamesSmartCell",
"email": "[email protected]"
}
],
"frameworks": "arduino",
"keywords": [
"Web3",
"Web3E",
"Ethereum",
"Blockchain",
"Token",
"Tokens",
"SmartLayer",
"DApp",
"NFT",
"TokenScript",
"AlphaWallet",
"Smart Tokens"
],
"name": "Web3E",
"version": "1.44",
"homepage": "https://www.smarttokenlabs.com/"
}