-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
41 lines (41 loc) · 958 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
37
38
39
40
41
{
"name": "vertices-sdk",
"version": "0.1.12",
"keywords": "algorand, blockchain, wallet, api",
"description": "Blockchain wallet library to create blockchain-enabled IoT devices. It supports the Algorand API.",
"repository": {
"type": "git",
"url": "https://github.com/vertices-network/c-vertices-sdk.git"
},
"authors": [
{
"name": "Vertices Network",
"email": "team@vertices.network",
"url": "https://vertices.network"
}
],
"build": {
"flags": ["-I src/include", "-DBLOCKCHAIN_PROVIDER=algorand"],
"srcFilter": ["+<*/*.c>", "+<*.c>", "+<*/*.h>", "+<http/http_esp.c>", "-<http/http_curl.c>"]
},
"examples": [
{
"name": "esp32_example",
"base": "examples/esp32",
"files": [
"platformio.ini",
"main/esp32_example.c",
"README.md"
]
}
],
"dependencies": [
{
"name": "mpack",
"version": "1.0.0",
"platforms": "espressif32"
}
],
"frameworks": "espidf",
"platforms": "espressif32"
}