wottpal / useWeb3

useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.

Home Page:https://useweb3.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useWeb3

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.

https://www.useweb3.xyz/

 

Table of Contents

 

Getting Started

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.

  1. 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
  1. Run the project
1. yarn install      # Installs all dependencies for this project
2. yarn dev          # Starts the project in development mode

 

Environment Variables

# 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=

Twitter Schedule

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

Powered by

Powered by Vercel

About

useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.

https://useweb3.xyz/

License:MIT License


Languages

Language:TypeScript 89.9%Language:SCSS 9.6%Language:JavaScript 0.5%Language:Shell 0.0%