0.23.4 • Published 11 months ago
@cere/embed-wallet-inject v0.23.4
Cere Wallet Inject
The package provides API to inject Cere Wallet into global injectedWeb3 to be later accessed by DApps (eg. with @polkadot/extension-dapp package)
Installation
Using NPM:
npm install @cere/embed-wallet-inject --saveUsing yarn:
yarn add @cere/embed-wallet-injectAPI
inject
The SDK constructor does not accepts any arguments.
import { EmbedWallet } from '@cere/embed-wallet';
import { inject } from '@cere/embed-wallet-inject';
const wallet = new EmbedWallet();
await inject(wallet, {
name: 'Cere Wallet',
permissions: {
ed25519_signRaw: {},
},
});0.23.4
11 months ago
0.23.3
11 months ago
0.23.2
11 months ago
0.22.3
12 months ago
0.23.1
11 months ago
0.23.0
11 months ago
0.22.1
1 year ago
0.22.0
1 year ago
0.21.0
1 year ago
0.20.1
1 year ago
0.20.0
1 year ago
0.19.0
1 year ago
0.18.1
2 years ago
0.18.2
2 years ago
0.18.0
2 years ago
0.17.1
2 years ago
0.17.0
2 years ago
0.16.0
2 years ago
0.14.0
2 years ago
0.12.2
2 years ago
0.12.1
2 years ago