diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f4d69b4..200e34a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 diff --git a/README.md b/README.md index 05bb650..cca183c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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