
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@aggregion/dmp-contracts
Advanced tools
Prerequisites
cleos
and keosd
accessible in path (https://github.com/EOSIO/eos/tree/release/2.0.x).Environment variables
# Example
export EOSIO_CDT_ROOT=/opt/eosio.cdt/
export EOS_CONTRACTS_ROOT=/home/user/eosio.contracts/
export NODE_URL=http://testnet:8888
Building
$ cd build
$ cmake ..
$ make
Deploy smart contract to blockchain
$ cleos unlock wallet
$ make deploy
Prerequisites
nodejs
(https://nodejs.org/) in system path.nodeos
in system path.eosio
(root) account.Write config file and put it in test
directory. Config file content example:
{
"node": {
"endpoint": "127.0.0.1:8888",
"workdir": "/tmp/aggregion_tests_blockchain_data"
},
"debug" : false,
"blockchain": {
"eosio_root_key": {
"public": "<eosio public key>",
"private": "<eosio private key>"
}
},
"contracts" : {
"aggregion": {
"account" : "aggregion",
"wasm": "/home/user/aggregion-dmp-contracts/build/aggregion/Aggregion.wasm",
"abi": "/home/user/aggregion-dmp-contracts/build/aggregion/Aggregion.abi"
}
"dmpusers": {
"account" : "dmpusers",
"wasm": "/home/user/aggregion-dmp-contracts/build/dmpusers/Dmpusers.wasm",
"abi": "/home/user/aggregion-dmp-contracts/build/dmpusers/Dmpusers.abi"
}
}
}
$ npm install
$ npm test
For any questions: info@aggregion.com
FAQs
# CODE
The npm package @aggregion/dmp-contracts receives a total of 0 weekly downloads. As such, @aggregion/dmp-contracts popularity was classified as not popular.
We found that @aggregion/dmp-contracts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.