
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@wharfkit/wallet-plugin-anchor
Advanced tools
A Session Kit wallet plugin for the Anchor wallet.
Include this wallet plugin while initializing the SessionKit.
NOTE: This wallet plugin will only work with the SessionKit and requires a browser-based environment.
import {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'
const kit = new SessionKit({
// ... your other options
walletPlugins: [new WalletPluginAnchor()],
})
Custom buoy url and websocket class are supported.
import WebSocket from 'isomorphic-ws'
import {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'
const kit = new SessionKit({
// ... your other options
walletPlugins: [
new WalletPluginAnchor({
buoyUrl: 'https://cb.anchor.link',
buoyWs: Websocket,
}),
],
})
You need Make, node.js and yarn installed.
Clone the repository and run make
to checkout all dependencies and build the project. See the Makefile for other useful targets. Before submitting a pull request make sure to run make lint
.
Made with ☕️ & ❤️ by Greymass, if you find this useful please consider supporting us.
FAQs
An Anchor plugin for use with @wharfkit/session.
The npm package @wharfkit/wallet-plugin-anchor receives a total of 1,040 weekly downloads. As such, @wharfkit/wallet-plugin-anchor popularity was classified as popular.
We found that @wharfkit/wallet-plugin-anchor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.