JamesPatrickCrypto / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thirdweb Examples

Structure

  • 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.md in 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

Example README

# thirdweb <example> Project

## Description

This <example> project shows you how to do <a thing> 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
- ...

About


Languages

Language:TypeScript 64.7%Language:CSS 14.3%Language:JavaScript 10.5%Language:Python 6.4%Language:HTML 3.8%Language:Shell 0.3%