Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Visx | 18,035 | 99 | a day ago | 33 | November 13, 2023 | 141 | mit | TypeScript | ||
🐯 visx | visualization components | ||||||||||
Full Blockchain Solidity Course Js | 10,224 | 8 days ago | 69 | |||||||
Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript | ||||||||||
Scaffold Eth | 8,909 | 2 months ago | 2 | mit | CSS | |||||
🏗 forkable Ethereum dev stack focused on fast product iterations | ||||||||||
Wagmi | 5,046 | 547 | 6 days ago | 328 | November 15, 2023 | 30 | mit | TypeScript | ||
React Hooks for Ethereum | ||||||||||
Ethereum Org Website | 4,446 | 6 hours ago | 407 | mit | Markdown | |||||
Ethereum.org is a primary online resource for the Ethereum community. | ||||||||||
Web3modal | 4,431 | 194 | 6 hours ago | 26 | January 26, 2023 | 73 | apache-2.0 | TypeScript | ||
A single Web3 provider solution for all Wallets | ||||||||||
Ethereum Boilerplate | 3,804 | 4 months ago | 1 | December 06, 2021 | 10 | mit | TypeScript | |||
The ultimate NextJS Ethereum Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it works with any EVM system and since it uses Moralis SDK You can even use it on Solana! Happy BUIDL!👷♂️ | ||||||||||
Create Eth App | 2,628 | 2 | a month ago | 23 | August 01, 2023 | 36 | mit | JavaScript | ||
Create Ethereum-powered apps with one command | ||||||||||
Rainbowkit | 2,080 | 131 | 6 days ago | 88 | November 21, 2023 | 35 | mit | MDX | ||
The best way to connect a wallet 🌈 🧰 | ||||||||||
App Monorepo | 1,636 | 9 hours ago | 30 | apache-2.0 | TypeScript | |||||
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions. |
**The best way to connect a wallet **
RainbowKit is a React library that makes it easy to add wallet connection to your dapp.
You can scaffold a new RainbowKit + wagmi + Next.js app with one of the following commands, using your package manager of choice:
npm init @rainbow-me/rainbowkit@latest
# or
pnpm create @rainbow-me/rainbowkit@latest
# or
yarn create @rainbow-me/rainbowkit
For full documentation, visit rainbowkit.com.
You can use the CodeSandbox links below try out RainbowKit:
The following examples are provided in the examples folder of this repo.
with-create-react-app
with-next
with-next-app
with-next-custom-button
with-next-mint-nft
with-next-siwe-next-auth
with-next-siwe-iron-session
with-remix
with-vite
To run an example locally, install dependencies.
pnpm install
Then go into an example directory, eg: with-next
.
cd examples/with-next
Then run the dev script.
pnpm run dev
Please follow our contributing guidelines.
Licensed under the MIT License, Copyright 2022-present Rainbow.
See LICENSE for more information.