Skip to content

Commit 8e7cd89

Browse files
Add files via upload
1 parent fa2a01e commit 8e7cd89

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ A simple example to get addresses :
4343
```
4444
//BlockChain has to be created and started before
4545
multiChainCommand = new MultiChainCommand("localhost", "6824", "multichainrpc","73oYQWzx45hossFPPWUgicpLvHhsD8PempYxnSF6bnY9");
46+
4647
// localhost is the IP used by Multichain
4748
// 6824 is, here, the port used by the BlockChain, corresponding of the value of default-rpc-port in the file params.dat
4849
// multichainrpc and 73oYQWzx45h... are login and password to access to RPC commands, values can be found in the file multichain.conf
@@ -74,6 +75,19 @@ The package `object.formatters` is helpful to test the good work of Formatters J
7475

7576
## Versions
7677

78+
Todo :
79+
* integrate new functions
80+
81+
### 3.0
82+
* Direct RPC Server calls
83+
* Dependencies under Maven
84+
85+
### 2.0
86+
Based on functions contained in MultiChain 1.0 Beta 1
87+
88+
Integrated functions about :
89+
* Streams
90+
7791
### 1.0
7892
Based on functions contained in MultiChain Alpha 24
7993

@@ -87,21 +101,6 @@ Integrated functions about :
87101
* Transaction
88102
* Transaction RAW
89103

90-
### 2.0
91-
Based on functions contained in MultiChain 1.0 Beta 1
92-
93-
Integrated functions about :
94-
* Streams
95-
96-
97-
### 3.0
98-
* Direct RPC Server calls
99-
* Dependencies under Maven
100-
101-
102-
Todo :
103-
* integrate new functions
104-
105104

106105
## License
107106

0 commit comments

Comments
 (0)