virtualeconomy / v-systems

V Systems Reference Full Node
Other
115 stars 45 forks source link

Coinbase Rosetta Support #216

Open faddat opened 4 years ago

faddat commented 4 years ago

We should attempt to support the Coinbase Rosetta API standard.

The Dockerfile part, I've completed here: https://gitlab.com/faddat/vsys-docker/-/blob/master/Dockerfile

I did that following this guidance: https://www.rosetta-api.org/docs/node_deployment.html#good-example

Probably, to be compliant, it would be a good idea to fix #208 and merge #214

For the actual structuring of a rosetta API, there is an introduction here:

https://www.rosetta-api.org/docs/node_api_introduction.html

The Coinbase Rosetta spec is here: https://github.com/coinbase/rosetta-specifications

The Coinbase Rosetta forums are here: https://community.rosetta-api.org/

ncying commented 4 years ago

https://github.com/virtualeconomy/v-systems/pull/217#issuecomment-657221562 Please update the related part in Wiki.