aptos-rosetta 0.2.6

Aptos Rosetta
docs.rs failed to build aptos-rosetta-0.2.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Aptos Rosetta Implementation

This implementation is built for running a local proxy against a local full node. However, for testing purposes, this can be used against an external REST endpoint.

CLI testing

The Rosetta CLI can be run with the rosetta_cli.json file to run the automated checks. Additionally, the aptos.ros file uses the Rosetta CLI DSL to describe the possible operations that can be run.

Future work

Currently, this only supports P2P transactions, we may support more types of transactions in the future.