Rosetta API implementation for the Diem Payment Network.
This should be run alongside a Diem fullnode and will take incoming Rosetta requests and make outbound Diem JSON-RPC requests.
cargo run -- --network mainnet --diem-endpoint http://fullnode-address/port
To enable debugging information, use RUST_LOG
:
RUST_LOG=diem_rosetta_proxy=debug cargo run -- --network mainnet --diem-endpoint http://fullnode-address/port
- Run
make init
- Launch test server:
make test-server
- Run the Rosetta Data API validator:
make check-data
- Run the Rosetta Construction API validator:
make check-con