Skip to content

Commit f145143

Browse files
authored
Reorganize Examples Folders (#391)
1 parent 49cc602 commit f145143

File tree

184 files changed

+184
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+184
-163
lines changed

examples/python/evm/create_account.py renamed to examples/python/evm/accounts/create_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/create_account.py
1+
# Usage: uv run python evm/accounts/create_account.py
22

33
import asyncio
44

examples/python/evm/create_account_idempotency.py renamed to examples/python/evm/accounts/create_account_idempotency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/create_account_idempotency.py
1+
# Usage: uv run python evm/accounts/create_account_idempotency.py
22

33
import asyncio
44
import uuid

examples/python/evm/create_account_with_policy.py renamed to examples/python/evm/accounts/create_account_with_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/create_account_with_policy.py
1+
# Usage: uv run python evm/accounts/create_account_with_policy.py
22

33
import asyncio
44

examples/python/evm/export_account.py renamed to examples/python/evm/accounts/export_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/export_account.py
1+
# Usage: uv run python evm/accounts/export_account.py
22

33
import asyncio
44

examples/python/evm/get_account.py renamed to examples/python/evm/accounts/get_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/get_account.py
1+
# Usage: uv run python evm/accounts/get_account.py
22

33
import asyncio
44

examples/python/evm/get_or_create_account.py renamed to examples/python/evm/accounts/get_or_create_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/get_or_create_account.py
1+
# Usage: uv run python evm/accounts/get_or_create_account.py
22

33
import asyncio
44

examples/python/evm/import_account.py renamed to examples/python/evm/accounts/import_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/import_account.py
1+
# Usage: uv run python evm/accounts/import_account.py
22

33
import asyncio
44

examples/python/evm/evm_local_account.py renamed to examples/python/evm/ecosystem/web3py/evm_local_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/evm_local_account.py
1+
# Usage: uv run python evm/ecosystem/web3py/evm_local_account.py
22

33
import asyncio
44

examples/python/evm/send_transaction_with_web3.py renamed to examples/python/evm/ecosystem/web3py/send_transaction_with_web3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: uv run python evm/send_transaction.py
1+
# Usage: uv run python evm/integrations/web3py/send_transaction_with_web3.py
22

33
import asyncio
44

examples/python/evm/web3_account.quote_swap_and_execute.py renamed to examples/python/evm/ecosystem/web3py/web3_account.quote_swap_and_execute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Usage: uv run python evm/integrations/web3py/web3_account.quote_swap_and_execute.py
12
#!/usr/bin/env python3
23
# Usage: uv run python evm/web3_account.quote_swap_and_execute.py
34

0 commit comments

Comments
 (0)