Skip to content

xusai2014/useWeb3

 
 

Repository files navigation

useWeb3

拥抱Web3

useWeb3 是一个为开发者提供探索和了解有关Web 3.0知识的一个学习平台。无论是第一次动手的新开发者还是一个正进入Web3领域的经验丰富的开发者。 在这里可以获取最新的资源、新手教程、挑战、工具、课程和样本示例并进行学习。一旦你准备好了,浏览一下工作板块,在一些核心内容、开源基础设施、产品、工具、框架、DAO等领域领先的公司找到工作。

探索。学习。构建。

https://useweb3.chejj.cc/

 

目录

 

入门指南

这是一个怎样本地配置该项目的例子介绍

这是您如何在本地设置项目的一个示例。要获得本地复制并运行,请遵循这些简单的示例步骤。

  1. 克隆代码仓库
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. 运行项目
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=

Powered by

Powered by Vercel

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • SCSS 11.4%
  • Other 1.1%