Skip to content

shrekuu/ant-design-web3

 
 

Repository files navigation

Ant Design Web3

A collection of components for Web3.

test status codecov

NPM version antd dumi

Features

  • 🎨 Ant Design Friendly
  • 📦 Out-of-the-Box Experience
  • 🔌 Compatibility with Different Chains

Usage

pnpm i @ant-design/web3 --save
import { Address } from '@ant-design/web3';

export default () => {
  return <Address address="0x1234567890123456789012345678901234567890" />;
};

Development

pnpm i
pnpm dev

Contributing

Contributors of ant-design/ant-design-web3

Any type of contribution is welcome, here are some examples of how you may contribute to this project:

  • Use Ant Design Web3 in your daily work.
  • Submit issues to report bugs or ask questions.
  • Propose pull requests to improve our code.

To better participate and contribute, please read our contribution guidelines.

About

🥳 A React components collection for Web3!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%