Skip to content

Commit

Permalink
More missed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmendoza-cb committed Oct 10, 2023
1 parent dc82cc4 commit 2e0a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
curl -L 'http://127.0.0.1:8080/account/balance' -H 'Content-Type: application/json' -d '{"account_identifier": {"address": "kGkfymFqB4aBVunXCW69EzQRDtkZkUQB44GB4XJnwNwqmWyRN"},"network_identifier": {"blockchain": "vara","network": "development"}}'
- name: Run check:construction
run: ./bin/rosetta-cli --configuration-file ./test/development/config.json check:construction
run: ./bin/rosetta-cli --configuration-file ./test/vara-development/config.json check:construction
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ If you have need to specify different port of Rosetta API server you
5. Run tests:
- `check:construction` - *This test will check the correctness of a Rosetta Construction API Implementation*
```bash
/path/to/rosetta-cli --configuration-file ./test/development/config.json check:construction
/path/to/rosetta-cli --configuration-file ./test/vara-development/config.json check:construction
```
- `check:data` - *This test will check the correctness of a Rosetta Data API Implementation*
```bash
/path/to/rosetta-cli --configuration-file ./test/development/config.json check:data
/path/to/rosetta-cli --configuration-file ./test/vara-development/config.json check:data
```
***See the documentation on using the rosetta-cli tool [here](https://www.rosetta-api.org/docs/rosetta_cli.html)***

0 comments on commit 2e0a86f

Please sign in to comment.