1.1.1 • Published 6 months ago

@ant-design/web3-ton v1.1.1

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

@ant-design/web3-ton

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

Usage

npm install @ant-design/web3 @ant-design/web3-ton --save
import { ConnectButton, Connector } from '@ant-design/web3';
import { okxTonWallet, tonkeeper, TonWeb3ConfigProvider } from '@ant-design/web3-ton';

const Basic = () => {
  return (
    <TonWeb3ConfigProvider wallets={[tonkeeper, okxTonWallet, { key: 'safepalwallet' }]}>
      <Connector>
        <ConnectButton />
      </Connector>
    </TonWeb3ConfigProvider>
  );
};

export default Basic;

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

Documentation

1.1.1

6 months ago

1.1.0

7 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.11

9 months ago

1.0.10

10 months ago

1.0.12

8 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago