
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@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
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.