Run Secure RPC
Key Details
Language and Build Requirements: The Secure RPC is written in Rust and must be built using
cargo build --release
in the root directory.Environment Variables:
Create an
env.sh
file atsecure-rpc/scripts/execute/env.sh
based on the contents ofenv_example.sh
.Ensure the ports defined in
env.sh
are available.
Initialization Scripts:
Secure RPC is initialized and run using scripts located in the repository:
secure-rpc/scripts/execute/01_init_secure_rpc.sh
secure-rpc/scripts/execute/02_run_secure_rpc.sh
Steps
Clone the repository
Build the binary
Set up environment variables in
./scripts/execute/env.sh
.Initialize the service:
Start the service:
Environment Variables
Last updated