mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-18 21:19:30 +08:00
* Rename Base Camp to Base Learn * Rename Base Camp to Base Learn * Update learn link * change wallet type property from camel to snake case (#643) * Update api key requirement, minor style updates (#642) * Fix type and clarify inheritance ex (#655) * Document Reth snapshot URLs (#651) * feat(ecosystem): New additions to Ecosystem page (#647) * feat(ecosystem): New additions to Ecosystem page * chore(Ecosystem): Add image for Dynamic * Update preparing-for-fault-proofs-on-base-sepolia.md (#633) Update preparing-for-fault-proofs-on-base-sepolia * Fix conflict * fix conflict --------- Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com> Co-authored-by: Danyal Prout <danyal.prout@coinbase.com> Co-authored-by: wbnns <hello@wbnns.com> Co-authored-by: Olexandr Radovenchyk <radole1203@gmail.com>
4.8 KiB
4.8 KiB
title, description, keywords, hide_table_of_contents
| title | description | keywords | hide_table_of_contents | |||
|---|---|---|---|---|---|---|
| Exercise Contracts | A list of verified unit test contracts for Base Learn exercises. |
|
false |
Many of the sections in Base Learn contain an exercise to test your knowledge on the material you have just completed. We tell you what to do, but not how to do it. You have to apply your knowledge and demonstrate the new abilities you have earned.
Upon success, you'll be granted a non-transferable, or soulbound, NFT as a memento of your learning. You can track your progress on the progress page.
Below is a list of the exercises, with links to view their code. The unit tests are written in a bespoke framework in Solidity, but the patterns should be recognizable to most engineers.