Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 573 Bytes

File metadata and controls

23 lines (15 loc) · 573 Bytes

Core-2.0

Wrapper package containing core package and @solana.web3.js v2.x.x specific wallet actions (getTransactionSendingSigner)

Installation

npm install @your-repository-name/core-2.0
# or
yarn add @your-repository-name/core-2.0
# or
pnpm add @your-repository-name/core-2.0

How to use it

This package is NOT meant for direct use, it's recommended to wrap this package with a framework-specific adapter.

For example, see the react.js and solid.js adapters

Changelog

See CHANGELOG.md.