2.0.0 • Published 7 months ago
@ant-design/web3-bitcoin v2.0.0
@ant-design/web3-bitcoin
This package provides a Bitcoin adapter for @ant-design/web3.
Installation
npm install @ant-design/web3 @ant-design/web3-bitcoinUsage
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
- For more information, visit Ant Design Web3.
1.5.3
8 months ago
1.5.2
9 months ago
1.5.1
10 months ago
1.5.0
11 months ago
1.4.9
12 months ago
1.4.8
1 year ago
2.0.0
7 months ago
1.4.7
1 year ago
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
1 year ago
1.2.0
2 years ago
1.4.3
1 year ago
1.4.2
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.3.1
1 year ago
1.3.0
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago