ethereum / fe

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

[website/docs]: add open auction tutorial #930

Closed jmcook1186 closed 11 months ago

jmcook1186 commented 1 year ago

Adds new tutorial, borrowing from the example contracts in the Fe Github.

Implements an open auction contract and uses it as a vehicle to explain some foundational Fe concepts. Also includes brief build & deploy instructions.

cburgdorf commented 11 months ago

Just wanted to add that I love to see this guide coming together! :heart: Just needs a bit of tuning but it's very nice!

cburgdorf commented 11 months ago

Ah, one more thing: For substantial changes to the docs like this one you should also add a news fragment so that it gets mentioned in the next release notes (which are automated). Basically create a new file here: https://github.com/ethereum/fe/tree/master/newsfragments

It should be named 930.doc.md with the content being roughly something like this:

Added a new tutorial: Open Auction