Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Crypto-web3-examples

Table of Contents

Web3 Example Projects

This repository contains a series of Web3 example code covering frontend, smart contracts, and backend, aimed at helping developers quickly learn and apply them to real-world projects. We provide example code for various common scenarios.

Running Locally

Frontend

The frontend code is located in the frontend directory. Before running, please ensure the following preparations:

  1. Rename the .env.example file to .env and complete the configuration information.
  2. Apply for at least one API Key on alchemy.

Next, install dependencies and start the project:

npm i
npm run dev

Smart Contracts

The smart contract code is located in the contract directory. Before running, please ensure the following preparations:

  1. Rename the .env.example file to .env and complete the configuration information.
  2. Apply for at least one Project Key on infura.

Then, you can use truffle for smart contract development.

Learning Resources

To help you learn better, we have compiled a list of learning resources. If you have new resource recommendations or find that resources in the list are outdated or of poor quality, please notify us through an issue for updates.

DApp & Solidity Smart Contract Learning Resources

Other Comprehensive Learning Resources

Blockchain-related Learning Resources

Whitepapers

Below are links to whitepapers of several important projects:

Official Documentation

Here are the official documentation links for some commonly used tools and libraries:

Books

Here are some recommended books on blockchain and Web3:

Inscription Protocol

Job Platforms

Chinese Section

English Section

About

Welcome to the Web3 world, where a plethora of Web3 example projects and high-quality learning resources are gathered. Join us and embark on your Web3 journey alongside a million developers, exploring and shaping the prosperous landscape of the future world. Take action now and start your journey into Web3!

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors