- Example implementations are scoped by language
- Each example project within one of the top-level language folders should be individually clone-able
- Each example project has to include a
README.mdin its root which needs to contain:- name of the example
- description of the example
- which technologies it uses outside of the thirdweb sdk
- what thirdweb sdk methods are utilized in the example
- how to run the example project locally after cloning
# thirdweb <example> Project## Description
This <example> project shows you how to do <athing> using the <example:module> of the thirdweb <example:language> sdk.
### Technologies Used-<example:project>-<example:project>- ...
### thirdweb SDK Functionality Used-<example:module>.<method>
-<example:module>.<method>
- ...
### Running the project- step 1
- step 2
- ...