All Projects → web3ui → web3uikit

web3ui / web3uikit

Licence: MIT License
Lightweight reusable Web3 UI components for dapps.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to web3uikit

Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (-13.33%)
Mutual labels:  web3, web3js
crypto-high-score
Add your name to the global, immutable leaderboard by paying in ETH.
Stars: ✭ 18 (-90%)
Mutual labels:  web3, web3js
Web3x
Ethereum TypeScript Client Library - for perfect types and tiny builds.
Stars: ✭ 197 (+9.44%)
Mutual labels:  web3, web3js
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: ✭ 103 (-42.78%)
Mutual labels:  web3, web3js
ethereum-scripts
Common useful JavaScript snippets for geth
Stars: ✭ 33 (-81.67%)
Mutual labels:  web3, web3js
Elm Ethereum
dApps in Elm
Stars: ✭ 129 (-28.33%)
Mutual labels:  web3, web3js
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+11.11%)
Mutual labels:  web3, ethers
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+31.67%)
Mutual labels:  web3, web3js
almonit-plugin
ENS+IPFS Firefox plugin by Almonit
Stars: ✭ 17 (-90.56%)
Mutual labels:  web3, web3js
openzeppelin-network.js
An easy to use and reliable library that provides one line access to Web3 API.
Stars: ✭ 45 (-75%)
Mutual labels:  web3, web3js
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 101 (-43.89%)
Mutual labels:  web3, web3js
solidity-cli
Compile solidity-code faster, easier and more reliable
Stars: ✭ 49 (-72.78%)
Mutual labels:  web3, web3js
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+133.33%)
Mutual labels:  web3, web3js
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-22.78%)
Mutual labels:  web3, web3js
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+113.33%)
Mutual labels:  web3, web3js
openmev-sdk
@openmev/sdk
Stars: ✭ 19 (-89.44%)
Mutual labels:  web3, ethers
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-91.11%)
Mutual labels:  web3, web3js
wagmi
React Hooks for Ethereum
Stars: ✭ 1,691 (+839.44%)
Mutual labels:  web3, ethers
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (-86.11%)
Mutual labels:  web3
0x-tracker-api
NodeJS API built for 0x Tracker which exposes 0x protocol data and metrics for consumption by the 0x Tracker Client application.
Stars: ✭ 19 (-89.44%)
Mutual labels:  web3

Web3UIKit 🧙‍♂️

Beautiful and lightweight UI components for web3 developers. This UI library will speed up your dapp development no matter which chain you build on.

CI

Live StoryBook DEMO: https://web3ui.github.io/web3uikit/

Moralis-NFT-Marketplace

⭐️ Star us

If this ui-kit helps you build your dApps faster - please star this project, every star makes us very happy!

🤝 Need help?

If you need help with setting up the boilerplate or have other questions - don't hesitate to write in our community forum and we will check asap. Forum link. The best thing about this boilerplate is the super active community ready to help at any time! We help each other.

🚀 Quick Start

💿 Installation

npm install web3uikit

or

yarn add web3uikit

🧰 Usage

import { CryptoCards, Button } from 'web3uikit';

const App = () => (
    <>
        <CryptoCards chain="ethereum" />
        <Button theme="primary" type="button">
            Launch dApp
        </Button>
    </>
);

🧭 Table of contents

📖 UI Components

<Avatar />

avatar

Try the <Avatar /> component in the interactive documentation

<BannerStrip />

BannerStrip

Try the <BannerStrip /> component in the interactive documentation

<Breadcrumbs />

Breadcrumbs

Try the <Breadcrumbs /> component in the interactive documentation

<Card />

Card

Try the <Card /> component in the interactive documentation

<CryptoCards />

CryptoCards

Try the <CryptoCards /> component in the interactive documentation

<Icon />

Icon

Try the <Icon /> component in the interactive documentation

<Illustration />

Illustration

Illustration2

Try the ` component in the interactive documentation

<Information />

Information

Try the <Information /> component in the interactive documentation

<LinkTo />

LinkTo

Try the <LinkTo /> component in the interactive documentation

<Logo />

Logo

Try the <Logo /> component in the interactive documentation

<Notification />

Notification

Try the <Notification /> component in the interactive documentation

<Table />

Table

Try the <Table /> component in the interactive documentation

<Tag />

Tag

Try the <Tag /> component in the interactive documentation

⚙️ Interaction Components

<Button />

Button

Try the <Button /> component in the interactive documentation

<Checkbox />

Checkbox

Try the <Checkbox /> component in the interactive documentation

<Form />

Form

Try the <Form /> component in the interactive documentation

<Input />

Input

Try the <Input /> component in the interactive documentation

<Radios />

Radios

Try the <Radios /> component in the interactive documentation

<Select />

Select

Try the <Select /> component in the interactive documentation

<TextArea />

TextArea

Try the <TextArea /> component in the interactive documentation

🎉 Popup

<Modal />

Modal2

Try the <Modal /> component in the interactive documentation

<Tooltip />

Tooltip

Try the <Tooltip /> component in the interactive documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].