starkware-libs / starkex-resources

Apache License 2.0
82 stars 42 forks source link

Useability #7

Open viktorS-dev opened 3 years ago

viktorS-dev commented 3 years ago

Dear team, within your documentation you re saying that it is possible to deposit and withdraw funds on your network: https://docs.starkware.co/starkex-v3/starkex-deep-dive/smart-contracts-1/public-interactions, you even mention the functions to use. But you do not say what's the contract address and how to call them and how to connect to your network. Basically we would like to assess how much it costs to use your network in order to trade token.

Thanks

Cevedale commented 9 months ago

To interact with the StarkWare network for depositing and withdrawing funds, refer to the documentation provided at https://docs.starkware.co/starkex-v3/starkex-deep-dive/smart-contracts-1/public-interactions. Find contract addresses for deposit and withdrawal functionalities, and look for code examples or instructions on calling these functions. Connect to the network by specifying a network URL or RPC endpoint as outlined in the documentation's "Connecting to the StarkWare Network" section. Assess the costs of using the network by examining transaction fees and fee structures detailed in the documentation.