1.4.7 • Published 8 months ago

@ant-design/web3-bitcoin v1.4.7

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

@ant-design/web3-bitcoin

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

Installation

npm install @ant-design/web3 @ant-design/web3-bitcoin

Usage

import { ConnectButton, Connector } from '@ant-design/web3';
import {
  BitcoinWeb3ConfigProvider,
  OkxWallet,
  UnisatWallet,
  XverseWallet,
} from '@ant-design/web3-bitcoin';

const App: React.FC = () => {
  return (
    <BitcoinWeb3ConfigProvider wallets={[XverseWallet(), UnisatWallet(), OkxWallet()]}>
      <Connector>
        <ConnectButton />
      </Connector>
    </BitcoinWeb3ConfigProvider>
  );
};

export default App;

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

Documentation

1.4.7

8 months ago

1.4.6

9 months ago

1.4.5

10 months ago

1.4.4

10 months ago

1.2.0

1 year ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago