dcl-rpc
The Rust implementation of Decentraland RPC. At Decentraland, we have our own implementation of RPC for communications between the different services.
Currently, there are other implementations:
Requirements
- Install protoc binaries
MacOS
Debian-based Linux
- Install Just
Install Just for commands
Build
cargo build
Examples
Run the integration example: RPC Client in Rust and RPC Server in Rust
just run-integration
Run the multi language integration example: RPC Client in Typescript and RPC Server in Rust
just run-multilang