useWeb3 is a learning platform for developers to explore and learn about Web3. Whether you’re a new dev getting your hands dirty for the first time, or a seasoned developer making the transition into the Web3 space.
Explore the latest resources, tutorials, challenges, tools, courses and boilerplates and start learning. Once you’re ready, browse the job board to land a job at some of the leading companies that work on core, open-source infrastructure, products, tools, frameworks, DAO's, etc.
Explore. Learn. Build.
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone with HTTPS https://github.com/wslyvh/useWeb3.git
git clone with SSH git@github.com:wslyvh/useWeb3.git
git clone with Github CLI gh repo clone wslyvh/useWeb3
- Run the project
1. yarn install # Installs all dependencies for this project
2. yarn dev # Starts the project in development mode
# You'll need to create this file in the project's root folder
Filename: .env
Variables:
# PLAUSIBLE
PLAUSIBLE_API_KEY=
# Twitter
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
# Airtable
AIRTABLE_API_KEY=
AIRTABLE_API_BASE=
useWeb3 Schedules
- Random daily resource: "30 15 * * *" - daily
- Most popular (categories): "0 15 * * 0" - sunday
- GM: "0 10 * * 1" - monday
- Random tip: "30 16 * * 2" - tuesday
- Latest resources: "30 14 * * 3" - wednesday
- Latest issues: "0 13 * * 4" - thursday
- Coolest thing you did last week: "0 14 * * 5" - friday
- Most popular (resources): "0 15 * * 6" - saturday