Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@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.
The npm package @appliedblockchain/chainlink-plugins-fund-link receives a total of 7 weekly downloads. As such, @appliedblockchain/chainlink-plugins-fund-link popularity was classified as not popular.
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.