@solana-wallets/core-1.0
v0.8.9
Published
Example hello world package in the solana-wallets repository.
Downloads
498
Readme
Core-1.0
Wrapper package containing core
package and @solana.web3.js v1.x.x
specific wallet actions (signTransaction
, signAllTransactions
, sendTransaction
)
Installation
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
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.