
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@appliedblockchain/chainlink-plugins-fund-link
Advanced tools
Hardhat TypeScript plugin that transfers Link token between accounts.
A Hardhat plugin that transfers Link token between accounts.
This plugin will help you transfer Link token between accounts.
To install this plugin use:
npm install @appliedblockchain/chainlink-plugins-fund-link @nomiclabs/hardhat-ethers --save
Import the plugin in your hardhat.config.js:
require("@appliedblockchain/chainlink-plugins-fund-link");
Or if you are using TypeScript, in your hardhat.config.ts:
import "@appliedblockchain/chainlink-plugins-fund-link";
This plugin adds a task to fund an account with Link token.
Fund account with Link token.
npx hardhat fund-link --contract <contract address> --linkaddress <link contract address> --fundamount <fund amount>
The Link address and the fund amount parameters are optional. This plugin uses the official Link addresses as default. Check the default values on the configuration file.
Example of funding on the Ethereum main network.
npx hardhat fund-link --contract 0xc0ffee254729296a45a3885639AC7E10F9d54979 --linkaddress 0x514910771af9ca656af840dff83e8264ecf986ca --fundamount 1000000000000000000
This plugin adds the function to transfer the Link token between accounts to the Hardhat Runtime Environment.
hre.fundLink(hre,contractAddress);
This plugin does not require configuration.
There are no additional steps you need to take for this plugin to work.
Install it and access the provided functions and the provided tasks through the Hardhat Runtime Environment anywhere you need it.
FAQs
Hardhat TypeScript plugin that transfers Link token between accounts.
We found that @appliedblockchain/chainlink-plugins-fund-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 33 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.