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
The Rust SDK covers core trading/WS well, but several example scripts in the Python SDK’s examples/ directory don’t have Rust src/bin/ counterparts. Adding them improves onboarding and feature discoverability.
The Rust SDK covers core trading/WS well, but several example scripts in the Python SDK’s
examples/directory don’t have Rustsrc/bin/counterparts. Adding them improves onboarding and feature discoverability.Proposed checklist (new Rust bins):
Multi-sig
convert_to_multi_sig_user.rs↔ basic_convert_to_multi_sig_user.pymulti_sig_order.rs↔ multi_sig_order.pymulti_sig_register_token.rs↔ multi_sig_register_token.pymulti_sig_usd_send.rs↔ multi_sig_usd_send.pyOrder management QoL
order_modify.rs↔ basic_order_modify.pytpsl.rs(TP/SL) ↔ basic_tpsl.pycancel_open_orders.rs↔ cancel_open_orders.pyAccount / portfolio
recover_user.rs↔ basic_recover_user.pysub_account.rs↔ basic_sub_account.pySpot ↔ perp / builder-deployed
spot_to_perp.rs↔ basic_spot_to_perp.pyspot_to_builder_deployed_perp_dex.rs↔ basic_spot_to_builder_deployed_perp_dex.pyStaking
staking.rs(stake/unstake/query; complementsclaim_rewards.rs) ↔ basic_staking.pyVault basics
vault.rs(create/list/inspect) ↔ basic_vault.pyEVM utilities / tooling
evm_block_indexer.rs↔ evm_block_indexer.pyevm_erc20.rs↔ evm_erc20.pyparse_token_delegate_from_replica_cmds.rs↔ parse_token_delegate_from_replica_cmds.pyc_signer.rs↔ c_signer.pyc_validator.rs↔ c_validator.pyDeployment
perp_deploy.rs↔ perp_deploy.pyspot_deploy.rs↔ spot_deploy.pyMisc
basic_adding.rs↔ basic_adding.py