ethereum / fe

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

[website:docs] rework 'deploy contract' quick-start #922

Closed jmcook1186 closed 1 year ago

jmcook1186 commented 1 year ago

PR includes a rework of the existing deploy-contract quick start.

The main change is that it prioritizes deploying on a local blockchain (Anvil) to start, then moves to a public network later. This allows beginners to quickly get to grips with deploying code without having to find SepoliaETH and with the ability to use ephemeral accounts.

Also adds some detail to help beginners understand what is happening at each stage of the deployment.

cburgdorf commented 1 year ago

@jmcook1186 this is now live https://fe-lang.org/docs/quickstart/deploy_contract.html