Y
Hacker News
new
|
ask
|
show
|
jobs
by
sorenrood
1878 days ago
I wrote a Replit tutorial on sending Ethererum from wallet to wallet in Python. It takes only 19 lines of code and is super easy to set up!
1 comments
iso8859-1
1878 days ago
How do you test it? I'd like to test without depending on some remote service, which could be unreliable.
link
leugim
1878 days ago
You can create your own local eth network (i.e: with
https://www.trufflesuite.com/ganache
)
link
sorenrood
1878 days ago
I link to the test transaction at the bottom of the post!
link
topicseed
1878 days ago
You can connect to the testnet and use the faucet.
link