
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.
francbu-token
Advanced tools
Here is a tailored README.md file for your FrancBu Token project, assuming it’s an ERC-20 utility token built using Hardhat:
Here is a tailored README.md file for your FrancBu Token project, assuming it’s an ERC-20 utility token built using Hardhat:
README.md
FrancBu (FBU) is a decentralized ERC-20 token designed to power utility-based digital finance platforms. It serves as a core currency for payments, rewards, transfers, and smart contract interactions within the FrancBu ecosystem.
. ├── contracts/ │ └── FrancBu.sol # ERC-20 Token Contract ├── scripts/ │ ├── deploy.js # Deploys FrancBu contract │ ├── mint.js # Mints new FBU tokens │ ├── transfer.js # Transfers FBU to a wallet │ ├── sell.js # (Optional) Adds token listing │ ├── buy.js # (Optional) Buys listed tokens │ ├── withdraw.js # Withdraws contract funds ├── interact.sh # Unified CLI for token interaction ├── get-network-info.sh # Logs network & block details ├── deployed.json # Auto-saved deployed address ├── network-info.txt # Latest blockchain snapshot └── README.md
npm install
2. Run Local Network
npx hardhat node
3. Deploy FrancBu Token
npx hardhat run scripts/deploy.js --network localhost
4. Interact Using CLI
./interact.sh mint # Mint tokens
./interact.sh transfer # Transfer tokens
./interact.sh sell # List for sale (if marketplace)
./interact.sh buy # Buy token (if supported)
./interact.sh withdraw # Withdraw funds
5. Get Network Info
./get-network-info.sh
Outputs contract address, wallet address, latest block number, and transaction hash into network-info.txt.
---
Tokenomics (Example)
---
License
MIT License © Ally Elvis Nzeyimana
---
Disclaimer
FrancBu Token is for educational and development purposes. It is not deployed on mainnet or intended for public trading unless otherwise specified.
---
FAQs
Here is a tailored README.md file for your FrancBu Token project, assuming it’s an ERC-20 utility token built using Hardhat:
We found that francbu-token demonstrated a healthy version release cadence and project activity because the last version was released less than 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.