Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
blockstarter
Advanced tools
How to launch ICO? This is tool for it.
Examples of successful ICO: http://blockstarter.co
This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.
NodeJS is required.
npm i blockstarter
In your Nodejs project:
let blockstarter = require('blockstarter');
// Get balance of BTC address
blockstarter.balance.btc('BTC_PUBLIC_ADDRESS', (amount) => {
console.log(amount.toString());
})
// Get balance of LTC address
blockstarter.balance.ltc('LTC_PUBLIC_ADDRESS', (amount) => {
console.log(amount.toString());
})
// Get balance of ETH address
blockstarter.balance.eth('ETH_PUBLIC_ADDRESS', (amount) => {
console.log(amount.toString());
})
// Get BTC/USD rate
blockstarter.rate.btc( (usd) => {
console.log(usd);
})
// Get LTC/USD rate
blockstarter.rate.ltc( (usd) => {
console.log(usd);
})
// Get ETH/USD rate
blockstarter.rate.eth( (usd) => {
console.log(usd);
})
More info
Please check out `test` folder
Please check out ./test folder for more usage examples.
If you need a help or integration with your sytem, please contact us at blockstarter.co
Support
a.stegno@gmail.com
leksandr.siman@gmail.com
FAQs
How to launch ICO? This is tool for it.
We found that blockstarter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.