
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@ddn/ddn-dapp
Advanced tools
交易体创建方法:
ddnJS.assetPlugin.createPluginAsset(trsType, assetInfo, secret, secondSecret)
参数:
trsType: 创建交易的类型
assetInfo: 创建交易的具体内容
secret: 账号的密码
secondSecret: 二级密码;(可不传)
返回:
创建成功的交易体对象
##一:Dapp
注册Dapp
trsType: 11
assetInfo: {
name: DappName, //Dapp名称
type: node.DappType.DAPP, //Dapp类型
category: node.randomProperty(node.DappCategory), //Dapp分类
link: node.guestbookDapp.link, //Dapp程序包链接
description: "A dapp added via API autotest", //描述
tags: "handy dizzy pear airplane alike wonder nifty curve young probable tart concentrate", //标签,空格分隔
icon: node.guestbookDapp.icon, //Dapp Logo链接
delegates: delegates.join(","), //Dapp 受托人公钥串,多个用逗号分隔
unlock_delegates: 3 //转出操作需要的最小受托人确认数
}
##二:inTransfer
向Dapp内转账
trsType: 12
assetInfo: {
dapp_id: "f90e1f741168106f3bbd76e5eea6aa47d725d1e9b78e2ad6f043d0719881ba22", //Dapp Id
currency: "DDN", //要转入的币种
amount: "100000000" //要转入的金额
}
##三:outTransfer
从Dapp向外转账
trsType: 13
assetInfo: {
recipient_id: , //转账接收账户地址
dapp_id: "f90e1f741168106f3bbd76e5eea6aa47d725d1e9b78e2ad6f043d0719881ba22", //Dapp Id
currency: "DDN", //要转出的币种
aobAmount: "10000000" //要转出的金额,
signatures: [ //受托人签名数组,通过方法await node.ddn.transfer.signOutTransfer(trs, delegatePassword)获得
"xxxxxxxxxxxxxxxxxxxxxxx",
"yyyyyyyyyyyyyyyyyyyyyyy",
"zzzzzzzzzzzzzzzzzzzzzzz"
]
}
有关Dapp相关信息请查看ddn-docs项目的Dapp部分
FAQs
this is ddn-dapp package
We found that @ddn/ddn-dapp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.