You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the JSON-RPC, Serai nodes should offer the following calls:
Get current address for network. This should be in its fully encoded form, not the raw key we derive the encoded form from.
Get encoded InInstruction to perform a swap.
Simulate a swap path (already defined by the DEX pallet API).
Integrations with Serai as a DEX should be possible without any Substrate-specific calls/SCALE. That's why the existing DEX pallet API call is insufficient here (we need JSON formatted results, not SCALE).
The text was updated successfully, but these errors were encountered:
Over the JSON-RPC, Serai nodes should offer the following calls:
Integrations with Serai as a DEX should be possible without any Substrate-specific calls/SCALE. That's why the existing DEX pallet API call is insufficient here (we need JSON formatted results, not SCALE).
The text was updated successfully, but these errors were encountered: