Shell Script + X Layer Builder Codes
CLI Script Guide
send-erc8021.sh sends ERC-8021 attributed transactions on a fixed interval using only python3 and curl — no extra dependencies required. The script derives your address from the private key, encodes the Builder Code as an ERC-8021 Schema 0 data suffix, signs the transaction locally, and broadcasts it via raw JSON-RPC.
Quick Start
Make the script executable, then run it with your private key and Builder Code. It will print your derived address and balance on startup, then send one transaction per minute. The default RPC endpoints are public and may be rate-limited — use -r to pass a private endpoint if you hit errors.
Expected Output
On startup the script prints your address, balance, and data suffix so you can verify everything before the first send.