Skip to content

Commit

Permalink
chore: update python links (#57)
Browse files Browse the repository at this point in the history
Update 00.getting-started.md

Change to python links instead of typescript
  • Loading branch information
bxpana authored and petarTxFusion committed Jul 8, 2024
1 parent 28d5b10 commit 21fcb08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/sdk/30.python/00.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ transaction = zksync_web3.zksync.eth_get_transaction_by_hash(hash);

Also, the following examples demonstrate how to:

1. [Deposit ETH and tokens from Ethereum into ZKsync Era](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/01_deposit.ts)
2. [Transfer ETH and tokens on ZKsync Era](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/02_transfer.ts)
3. [Withdraw ETH and tokens from ZKsync Era to Ethereum](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/04_withdraw.ts)
4. [Use paymaster to pay fee with token](https://github.com/zksync-sdk/zksync2-examples/blob/main/js/src/22_use_paymaster.ts)
1. [Deposit ETH and tokens from Ethereum into ZKsync Era](https://github.com/zksync-sdk/zksync2-examples/blob/main/python/01_deposit.py)
2. [Transfer ETH and tokens on ZKsync Era](https://github.com/zksync-sdk/zksync2-examples/blob/main/python/02_transfer.py)
3. [Withdraw ETH and tokens from ZKsync Era to Ethereum](https://github.com/zksync-sdk/zksync2-examples/blob/main/python/09_withdrawal.py)
4. [Use paymaster to pay fee with token](https://github.com/zksync-sdk/zksync2-examples/blob/main/python/15_use_paymaster.py)

Full code for all examples is available [here](https://github.com/zksync-sdk/zksync2-examples/tree/main/python).
Examples are configured to interact with `ZKsync Era` and `Sepolia` test networks.

0 comments on commit 21fcb08

Please sign in to comment.