Skip to content

Commit

Permalink
Update Rosetta README with current status (#4143)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhinde committed Jun 20, 2023
1 parent 2270103 commit bf1b8c0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions rosetta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Rosetta is a standardised HTTP API for interacting with the blockchain (https://

It comes with its own API compliance test tool rosetta-cli (https://github.com/coinbase/rosetta-cli)

The Aeternity node supports a subset of the API endpoints at this time, primarily the read only parts of the specification:

- [x] `/network/list`
- [x] `/network/options`
- [x] `/network/status`
Expand All @@ -15,14 +13,14 @@ The Aeternity node supports a subset of the API endpoints at this time, primaril
- [x] `/block/transaction`
- [x] `/mempool`
- [x] `/mempool/transaction` (partially supported - balance events missing)
- [ ] `/construction/combine`
- [ ] `/construction/derive`
- [ ] `/construction/hash`
- [ ] `/construction/metadata`
- [ ] `/construction/parse`
- [ ] `/construction/payloads`
- [ ] `/construction/preprocess`
- [ ] `/construction/submit`
- [x] `/construction/combine`
- [x] `/construction/derive`
- [x] `/construction/hash`
- [x] `/construction/metadata`
- [x] `/construction/parse`
- [x] `/construction/payloads`
- [x] `/construction/preprocess`
- [x] `/construction/submit`

The Rosetta server listens by default on localhost at port 3213. This can be configured in your aeternity.{json,yaml}

Expand Down

0 comments on commit bf1b8c0

Please sign in to comment.