diff --git a/rollup-http/rollup-http-server/README.md b/rollup-http/rollup-http-server/README.md index d1f8461c..fe4067dd 100644 --- a/rollup-http/rollup-http-server/README.md +++ b/rollup-http/rollup-http-server/README.md @@ -2,16 +2,16 @@ For Cartesi decentralized application to communicate with the client outside of emulator, `/dev/rollup` linux device is used. Rollup HTTP server translates requests read from Linux device to http `advance/inspect` requests and conveys them to the DApp using its HTTP api interface. DApp communicates results of its execution to the outside world by using `voucher/notice/report/finish` API of the Rollup HTTP Server. -Rollup HTTP Server application implements interface defined [here](https://github.com/cartesi/rollups/blob/develop/openapi/rollup.yaml) and DApp application as http client pools Rollup HTTP Server for new requests, and pushes to it results of request processing voucher/notices/reports. +Rollup HTTP Server application implements interface defined [here](https://github.com/cartesi/rollups/blob/develop/openapi/rollup.yaml) and DApp application as http client pools Rollup HTTP Server for new requests, and pushes to it results of request processing voucher/notices/reports. ## Getting Started This project requires Rust. To install Rust follow the instructions [here](https://www.rust-lang.org/tools/install). -###Build using toolchain docker +### Build using toolchain docker ```shell -$ ./build.sh +$ ./build-with-toolchain.sh ``` ### Run tests @@ -23,4 +23,4 @@ $ USE_ROLLUP_BINDINGS_MOCK=1 cargo test -- --show-output --test-threads=1 ## License The http-dispatcher project and all contributions are licensed under -[APACHE 2.0](https://www.apache.org/licenses/LICENSE-2.0). Please review our [LICENSE](LICENSE) file. \ No newline at end of file +[APACHE 2.0](https://www.apache.org/licenses/LICENSE-2.0). Please review our [LICENSE](LICENSE) file.