Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 398 Bytes

Trust Web3 Provider


//   __   __   __         __   __
//  /  ` /  \ /__`  |\/| /  \ /__`
//  \__, \__/ .__/  |  | \__/ .__/
//

Cosmos JavaScript Provider Implementation

Config Object

const config: {
  disableMobileAdapter?: boolean;
  isKeplr?: boolean;
  isTrust?: boolean;
} = {};

Usage

const cosmos = new CosmosProvider(config);