• Stars
    star
    385
  • Rank 111,464 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Next.js + Ethereum starter kit to quickly ship Web3 Apps ⚑

Nexth

A Next.js + Ethereum starter kit to quickly ship Web3 Apps ⚑

Nexth Readme Image

Packages πŸ“¦

  • App - Next.js 13, with App router
  • Hardhat - Hardhat projects
  • Foundry - Foundry projects

Choose the framework to use, "hardhat" or "foundry", eliminating the one we will not use.

1- Delete the folder of the framework that will not be used: ./packages/hardhat/ or ./packages/foundry/

2- Go to "packages/app/wagmi.config.ts" and remove the plugin that will not be used.

hardhat({
    project: '../hardhat',
    deployments: {
    Message: {
        11155111: '0xcc5a0d6268d70811edad77799f2168afe6382e89',
    },
    },
}),
foundry({
    project: '../foundry',
    deployments: {
    Message: {
        11155111: '0xcc5a0d6268d70811edad77799f2168afe6382e89',
    },
    },
}),

Development πŸ› οΈ

npm run dev
# or
yarn dev

Deploy on Vercel 🚒

Deploy with Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

More Repositories

1

useWeb3

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

ethgaswatch

This project has been migrated and is now part of https://github.com/wslyvh/useWeb3
TypeScript
104
star
3

proof-of-competence

Proof of Competence (PoC) is an open, modular framework to create on-chain quests and Web3 on-boarding journeys.
TypeScript
70
star
4

tokenlog

This repo is no longer maintained. Check out the fork at General Magic
TypeScript
53
star
5

contraktor

A smart contract explorer. Visualize and interact with common DeFi projects or any other verified smart contract​
TypeScript
46
star
6

autodelete-me

Reduce your digital footprint and auto delete your online profiles 🧹
TypeScript
29
star
7

clean-contracts

A guide on smart contract patterns & practices
29
star
8

ctor

Repo deprecated/moved. See https://github.com/wslyvh/contraktor
TypeScript
12
star
9

buidl-explorer

A 'Good first' Ethereum and Web3 issues explorer to make your first open-source contribution
TypeScript
11
star
10

useWeb3-academy

TypeScript
9
star
11

raiden-api-client

A lightweight Raiden Network API TypeScript client to interact with a Raiden Network node.
TypeScript
9
star
12

kraken-dca

A tool to help DCA your crypto investments
TypeScript
3
star
13

l2-hardhat-deploys

JavaScript
2
star
14

archivooor

TypeScript
2
star
15

optimism-atst-subgraph

TypeScript
1
star
16

wagmi-cli-test

TypeScript
1
star
17

personal

Personal Gatsby blog at wslyvh.com
JavaScript
1
star
18

web3-gatsby

TypeScript
1
star
19

twittor

1
star
20

accounteth

TypeScript
1
star
21

solidity-payroll

JavaScript
1
star
22

dutchblockchainweek

Website for the Dutch Blockchain week 2019
HTML
1
star
23

motile

TypeScript
1
star