@ant-design/web3-solana
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@ant-design/web3-solana

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

Installation

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

Usage

import { ConnectButton, Connector } from '@ant-design/web3';
import { PhantomWallet, SolanaWeb3ConfigProvider } from '@ant-design/web3-solana';

const App: React.FC = () => {
  return (
    <SolanaWeb3ConfigProvider wallets={[PhantomWallet()]}>
      <Connector>
        <ConnectButton />
      </Connector>
    </SolanaWeb3ConfigProvider>
  );
};

export default App;

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

Documentation

Package Sidebar

Install

npm i @ant-design/web3-solana

Weekly Downloads

35

Version

1.1.0

License

none

Unpacked Size

147 kB

Total Files

48

Last publish

Collaborators

  • madccc
  • afc163
  • vthinkxie
  • zombiej
  • chenshuai2144
  • vagusx
  • arvinxx
  • jeason
  • yutingzhao1991