
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.
Prove your data with this delightful tool.
BitFact fingerprints information and then etches it on the Ethereum Blockchain.
Available in 🗄️ npm and 🧶 yarn flavours.
npm install -g bitfact
yarn global add bitfact
🚗 The only thing you need to drive is an Ethereum provider and privateKey.
$ bitfact setup
🪧 After setup, use bitfact stamp with -f to stamp a file or -t to stamp text.
$ bitfact stamp -f hello_world.txt
⠓ Confirming..
🛡️ Success! Stamped on Blockchain:
Txid: 0xbae00000000000000005
$ bitfact verify -f hello_world.txt -tx 0xbae00000000000000005
⠓ Confirming..
🛡️ Response received from Blockchain.
Stamped: YES
The code is well tested and fully documented. Pull requests to docs are welcome.
docs/guides folder on the repository.📜 You can also import bitfact as a module in your own project.
const BitFact = require("bitfact"); // load from npm or yarn
const bitfact = new BitFact({
provider: "https://mainnet.infura.io/v3/37a0db22401bbe211112",
privateKey: "321d3fa232e55dedee2bd914273f78897f69053b61437c5",
options: {chain: 'mainnet'}
});
const receipt = await bitfact.stampText("Hello World!", "this is my memo");
console.log(receipt);
BitFact | Crafted in Las Vegas (don't gamble with your data) 🎰
FAQs
A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.
We found that bitfact 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.