ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

Typo: Fix rpc arg in deploy_contract tutorial script #961

Closed Markeljan closed 4 months ago

Markeljan commented 10 months ago

What was wrong?

How was it fixed?

Corrected from --rpc-url https://rpc.sepolia.org to --rpc-url http://localhost:8545 for local node example

To-Do