
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@givepraise/reputation-token
Advanced tools
Contracts for reputation tokens to be distributed accordingly to the community quantification of Praise.
The TokenFactory contract has one non-restricted function create
to create new ReputationToken contracts.
To create a new token you have to pass the following parameter:
string memory _name, // The name of the token
string memory _symbol, // The symbol of the token
uint8 _decimals, // The number of decimals of the token
address _owner, // The owner of the token
bool _transferable // Whether the token is transferable
bool _burnable // Whether the token is burnable
The ReputationToken itself is based on OpenZeppelins ERC20Vote extension. The constructor takes the same parameters described above. Beside the general token functions, mint, checkpoints, delegation and permit are also transfer and burn locks implemented. The transfer lock can be enabled and disabled by the owner at any time. The burn lock is set in constructor and can't be changed afterwards.
To install all dependencies, please run:
npm install
You can run all test cases with the following comment:
npm test
FAQs
Contracts for reputation tokens to be distributed accordingly to the community quantification of Praise.
The npm package @givepraise/reputation-token receives a total of 0 weekly downloads. As such, @givepraise/reputation-token popularity was classified as not popular.
We found that @givepraise/reputation-token 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.