Skip to main content

One post tagged with "ethereum"

View All Tags

Building Crypto Scripts: Stellar XLM & Ethereum

· 8 min read
Guillaume MARTINEZ
LeadTech DevOps & Cloud & IA

cover

I don't trust apps with my crypto. Every wallet, exchange, and dapp is a black box. You hand over your private key, click "send", and hope the code does what it claims. So I built my own scripts instead: small, auditable Python programs that I can read and understand completely.

The differences between Stellar and Ethereum force you to confront each blockchain's design philosophy. Here's what I learned building scripts for both.