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 81f4d0e commit 600801bCopy full SHA for 600801b
1 file changed
README.md
@@ -95,15 +95,3 @@ Run the following command from the project directory.
95
```shell
96
export CASPER_PHP_SDK_TEST_NODE_URL="http://127.0.0.1:7777" && php vendor/bin/phpunit tests
97
```
98
-
99
-## Roadmap
100
-- [x] Create an RPC client that returns array responses
101
-- [x] Implement all GET requests
102
-- [x] Add `Ed25519` key support
103
-- [x] Add `CLType` primitives
104
-- [x] Add domain-specific entities
105
-- [x] Add deploy creation related services
106
-- [x] Add `Secp256k1` key support
107
-- [ ] Add extensive validations
108
-- [ ] Add automated tests
109
-- [x] Add documentation
0 commit comments