https://github.com/thirdweb-example/getting-started
Get started with thirdweb by building and deploying a full project including a smart contract and react application.
https://github.com/thirdweb-example/getting-started
contract-kit extensions ui-components
Last synced: 9 months ago
JSON representation
Get started with thirdweb by building and deploying a full project including a smart contract and react application.
- Host: GitHub
- URL: https://github.com/thirdweb-example/getting-started
- Owner: thirdweb-example
- Archived: true
- Created: 2022-09-15T05:36:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T22:01:28.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T12:15:24.883Z (11 months ago)
- Topics: contract-kit, extensions, ui-components
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get started with thirdweb
Learn the basics of thirdweb by building a simple project involving an NFT smart contract and a web app.
Follow the full step-by-step tutorial in our [getting started guide](https://portal.thirdweb.com/getting-started).
## Use this repo
To create your own version of this template, run this command from the terminal to clone this project:
```bash
npx thirdweb create --template getting-started
```