Skip to content

Commit

Permalink
fixup! refactor!: rollup-http-server based on libcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Mar 20, 2024
1 parent 5cfa383 commit a25ae38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rollup-http/rollup-http-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
[APACHE 2.0](https://www.apache.org/licenses/LICENSE-2.0). Please review our [LICENSE](LICENSE) file.

0 comments on commit a25ae38

Please sign in to comment.