Parkranger002 / examples

Home Page:examples-nine.vercel.app

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

examples-nine.vercel.app


Languages

Language:TypeScript 61.6%Language:CSS 20.5%Language:JavaScript 9.5%Language:HTML 8.3%Language:Shell 0.1%