Skip to content

Commit eeb858d

Browse files
sleepdefic1tfaustbrian
authored andcommitted
chore: update library info (#58)
1 parent 3f38664 commit eeb858d

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

library.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ark-Cpp-Client",
3-
"keywords": "ark ecosystem, crypto, blockchain, arduino",
4-
"description": "Cpp Wrapper for the Ark Ecosystem",
3+
"keywords": "ark ecosystem, crypto, blockchain, iot, arduino",
4+
"description": "A simple API client implementation in C++ for the ARK Blockchain.",
55
"homepage": "https://github.com/ArkEcosystem/Cpp-Client",
66
"repository": {
77
"type": "git",
@@ -10,13 +10,9 @@
1010
"version": "1.0.0",
1111
"authors": [
1212
{
13-
"name": "Simon Downey",
14-
"email": "[email protected]",
15-
"url": "https://github.com/sleepdefic1t"
16-
},
17-
{
18-
"name": "Chris Johnson",
19-
"url": "https://github.com/ciband"
13+
"name": "Ark Ecosystem",
14+
"email": "[email protected]",
15+
"url": "https://github.com/ArkEcosystem"
2016
}
2117
],
2218
"frameworks": "arduino",

library.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name=Ark-Cpp-Client
22
version=1.0.0
3-
author=sleepdefic1t, ciband
4-
maintainer=sleepdefic1t
5-
sentence=Ark Ecosystem Cpp Wrapper
6-
paragraph=A C++/Cpp library with Blockchain/Crypto support for the Ark Ecosystem
3+
author=Ark Ecosystem
4+
sentence=A simple API client implementation in C++ for the ARK Blockchain.
5+
paragraph=This client library allows you to interact with the API of the Ark Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.
76
category=Communication
87
url=https://github.com/ArkEcosystem/Cpp-Client
98
architectures=*

0 commit comments

Comments
 (0)