https://github.com/thirdweb-example/youtube-accountability-app
https://github.com/thirdweb-example/youtube-accountability-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-example/youtube-accountability-app
- Owner: thirdweb-example
- Created: 2024-04-26T23:39:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T23:44:12.000Z (about 2 years ago)
- Last Synced: 2025-12-30T17:56:16.632Z (6 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accountability App
Accountability app where a user can hold funds in a smart contract and only withdraw when task requirements are completed.
## Getting Started
To use the Accountability app, you'll need to clone this repository, install dependencies, set up environment variables, and deploy the application. Below are the steps to follow:
### Cloning the Repository
To get started, clone the repository to your local machine:
```
git clone https://github.com/thirdweb-example/youtube-accountability-app.git
```
```
cd youtube-accountability-app
```
### Installing Dependencies
This application requires several dependencies to function, including thirdweb Connect SDK. Install them using npm or yarn:
```
npm install
```
or
```
yarn install
```
### Video Tutorial
For a detailed setup and deployment guide, watch our video tutorial on YouTube:
[How to Build a Web3 Accountability App](https://youtu.be/XPjStfrUQUE)
### Setting Environment Variables
Set the following variables in the `.env` file
- `NEXT_PUBLIC_CLIENT_ID`: thirdweb API key.
## Learn More
To learn more about thirdweb and Next.js, take a look at the following resources:
- [thirdweb docs Documentation](https://portal.thirdweb.com) -
- [thirdweb dashboard](https://thirdweb.com)
You can check out [the thirdweb GitHub organization](https://github.com/thirdweb-dev) - your feedback and contributions are welcome!
## Join our Discord!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).