Wrapper package containing core
package and @solana.web3.js v1.x.x
specific wallet actions (signTransaction
, signAllTransactions
, sendTransaction
)
npm install @your-repository-name/core-1.0
# or
yarn add @your-repository-name/core-1.0
# or
pnpm add @your-repository-name/core-1.0
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
See CHANGELOG.md.