daniel-trevino
dyor
TypeScript

๐Ÿ‘€ All-in-one Fullstack Web3 boilerplate. Start producing production ready Web3 applications in minutes!

Last updated Jan 8, 2026
21
Stars
4
Forks
0
Issues
0
Stars/day
Attention Score
9
Language breakdown
No language data available.
โ–ธ Files click to expand
README

๐Ÿ‘€ DYOR ๐Ÿ‘€

Do Your Own Research boilerplate. Fullstack Web3 Boilerplate using the latest stack.

Simple, easy, modern, fast ๐Ÿš€

What's inside?

This boilerplate is based on Turborepo. It uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • frontend: A Next.js based app
  • ui: a Reac component library using Tailwind that can be shared with any new app/ in this repository
  • config: eslint configurations (includes eslint-config-next and eslint-config-server)
  • tsconfig: tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript. ๐Ÿ™ˆ

Stack ๐Ÿฆพ

This boilerplate contains a modern stack for building Web3 apps:

Utility Stack ๐Ÿ”

This boilerplate contains a modern stack for building Web3 apps:

Get started

Clone/Fork this bad boy ๐Ÿง™โ€โ™€๏ธ:
git clone https://github.com/danielivert/dyor.git
โ›‘ Install:
cd dyor
yarn install
Run both the hardhat node and the frontend
yarn dev

๐Ÿ” Edit your smart contract TestContract.sol in apps/hardhat-core/contracts

๐Ÿ“ Edit your frontend in apps/frontend/src

๐Ÿงฑ Edit your components in packages/ui

๐Ÿ’ป Open http://localhost:3000 to see the app

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท daniel-trevino/dyor ยท Updated daily from GitHub