
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.
element-orders-tools
Advanced tools
使用说明
npm i element-orders-tools -g
在执行目录外定义secrets.json 文件
{
"privateKeys": [
"私钥"
]
}
格式如下,注意没有引号
下单前请检查合集版税 royalty
相同订单下多单 增加 orderCount 字段
taker 指定领取人,startAmount=0 版税和手续费为0
createId,royalty,tokenAddress,schemaName,tokenId,quantity,paymentToken,listingTime,expirationTime,startAmount,endAmount,taker
1,300,0x4cddbf865ee2a1a3711648bb192e285f290f7985,ERC1155,72134322679254813612560192230305857957633912505434515263987832383067914240001,1,,0,0,0,0,0x9F7A946d935c8Efc7A8329C0d894A69bA241345A
endAmount 空字符串
createId,orderCount,royalty,tokenAddress,schemaName,tokenId,quantity,paymentToken,listingTime,expirationTime,startAmount,endAmount,taker
1,1,300,0x4cddbf865ee2a1a3711648bb192e285f290f7985,ERC1155,72134322679254813612560192230305857957633912505434515263987832384167425867976,1,,0,0,0.06,,
endAmount 定义小于 startAmount expirationTime 可以为空默认1年
createId,orderCount,royalty,tokenAddress,schemaName,tokenId,quantity,paymentToken,listingTime,expirationTime,startAmount,endAmount,taker
1,1,300,0x4cddbf865ee2a1a3711648bb192e285f290f7985,ERC1155,72134322679254813612560192230305857957633912505434515263987832384167425867976,1,,0,0,0.06,,
暂不支持英拍创建
ele-cli -h // 查看帮助
ele-cli create rinkeby-order.csv rinkeby
ele-cli cancel 0x1530272ce6e4589f5c09151a7c9a118a58d70e09 2 rinkeby
ele-cli -c ../config.json -f ../test/rinkeby-order.csv
config.json
{
"defaultAccount": "0x9F7A946d935c8Efc7A8329C0d894A69bA241345A",
"accounts": {
"0x9F7A946d935c8Efc7A8329C0d894A69bA241345A": "私钥",
"0x0A56b3317eD60dC4E1027A63ffbE9df6fb102401": "私钥"
},
"file": ""
}
ele-cli -f ../test/rinkeby-order.csv -n rinkeby
ele-cli -n rinkeby -t 0x143c68d90e8c012f146a80cdf49dfedb6abe2cbc -i 19482
目录下会生成一个log目录
npm publish --access public
FAQs
We found that element-orders-tools 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.