We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936e7cd commit 29f920bCopy full SHA for 29f920b
1 file changed
README.md
@@ -8,6 +8,8 @@ Features:
8
* GET-requests to the blockchain
9
* Sending tokens
10
* Sending messages
11
+* Creating a delegate
12
+* Voting for delegates
13
* Caching public keys
14
* Encrypting and decrypting of messages
15
* Forming and signing transactions
@@ -29,7 +31,7 @@ Add current version of ADAMANT JavaScript API library in project's `package.json
29
31
30
32
``` json
33
"dependencies": {
- "adamant-api": "^1.2.0",
34
+ "adamant-api": "^1.4.0",
35
```
36
37
Or install library from npm:
0 commit comments