Skip to content

Parkranger002/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
- ...

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.6%
  • CSS 20.5%
  • JavaScript 9.5%
  • HTML 8.3%
  • Shell 0.1%