Concordium / concordium-rosetta

A server implementing the Rosetta API for the Concordium blockchain.
Mozilla Public License 2.0
5 stars 1 forks source link

Implement direct transfer client #29

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Purpose

Provide an alternative transfer client that uses the SDK directly instead of Rosetta to demonstrate how much simpler that is.

Changes

Add an alternative transfer client that uses the SDK directly.

Checklist