Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 30, 2023
1 parent 0251439 commit 39fa55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Run README.md
run: chmod +x demo-rollup-readme.sh && ./demo-rollup-readme.sh
run: chmod +x sov-rollup-starter.sh && ./demo-rollup-readme.sh
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package is a convenient starting point for building a rollup using the Sove
$ cd crates/rollup/
```

#### 2. Change the working directory:
#### 2. Cleanup database:
```sh,test-ci
$ make clean-db
```
Expand All @@ -32,7 +32,7 @@ $ make test-create-token
$ make test-bank-supply-of
```

#### 6. Verify the Token Supply
#### 6. The output of the above script:

```bash,test-ci,bashtestmd:compare-output
$ curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"bank_supplyOf","params":["sov1zdwj8thgev2u3yyrrlekmvtsz4av4tp3m7dm5mx5peejnesga27svq9m72"],"id":1}' http://127.0.0.1:12345
Expand Down

0 comments on commit 39fa55f

Please sign in to comment.