1.0.5 • Published 8 months ago

@ant-design/web3-sui v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

@ant-design/web3-sui

This package provides a Sui adapter for @ant-design/web3.

Installation

npm install @ant-design/web3 @ant-design/web3-sui --save

Usage

import { ConnectButton, Connector } from '@ant-design/web3';
import { SuiWallet, SuiWeb3ConfigProvider } from '@ant-design/web3-sui';

const App: React.FC = () => {
  return (
    <SuiWeb3ConfigProvider>
      <Connector>
        <ConnectButton />
      </Connector>
    </SuiWeb3ConfigProvider>
  );
};

export default App;

For more examples, refer to Sui - Ant Design Web3.

Documentation

1.0.5

8 months ago

1.0.4

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.3

10 months ago

1.0.0

11 months ago