Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 426 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 426 Bytes

Trust Web3 Provider


//   __   __
//  /__` /  \ |     /\  |\ |  /\
//  .__/ \__/ |___ /~~\ | \| /~~\
//

Solana JavaScript Provider Implementation that uses Wallet Standard

Config Object

const config: {
  isTrust?: boolean;
  enableAdapter?: boolean;
  cluster?: string;
  disableMobileAdapter?: boolean;
} = {};

Usage

const solana = new SolanaProvider(config);