
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@setheum.js/setcloud-pin
Advanced tools
This node package allows you to place a SetCloud storage order on the Setheum Network, and the whole network's IPFS storage nodes will help you to pin your site/file in a super decentralized way.
yarn add @setheum.js/setcloud-pin
SetCloudPinner
Typescript sample
import SetCloudPinner from '@setheum.js/setcloud-pin';
const setcloud = new SetCloudPinner(`${SETHEUM_ACCOUNT_SEEDS}`);
async function main() {
await setcloud.pin('QmVAjL5AkQJ6uwWnJ78YXCVK6FB1cgPtYPRyjnPvoVmb3K');
}
main();
or Commonjs sample
const setcloudPin = require('@setheum.js/setcloud-pin').default;
const setcloud = new setcloudPin(`${SETHEUM_ACCOUNT_SEEDS}`);
const main = async () => {
await setcloud.pin('QmVAjL5AkQJ6uwWnJ78YXCVK6FB1cgPtYPRyjnPvoVmb3K');
}
main();
Simply to say, SetCloud Pin only handles the tx-sending. After that, the storage nodes which received this tx will pull the site from user's IPFS.
Please send a PR(Pull Request) to contribute this repo and read the following rules:
--force
pushes or modifying the master branch history in any way. If you need to rebase, ensure you do it in your own repo.FAQs
Decentralized SetCloud pin on Setheum Network
We found that @setheum.js/setcloud-pin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.