文件名称:eos-new-table:生成EOS C ++智能合约以在区块链上创建表
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-18 10:08:14
blockchain eos eos-contracts JavaScript
EOS新表 生成EOS C ++智能合约以在区块链上创建表。 安装 通过以下方式全局安装: npm i -g eos-new-table 用法 选项 $ eos-new-table Generate EOS C++ smart contract to create a table on the blockchain. Options: --name Name of the element to be represented. e.g. user --attributes Semicolon separated list of attributes of the element with their types. e.g. ' std::string name; uint64_t token_amount ' --
【文件预览】:
eos-new-table-master
----LICENSE(1KB)
----README.md(2KB)
----templates()
--------template.cpp(918B)
--------template.hpp(92B)
----.gitignore(914B)
----index.js(2KB)
----package-lock.json(556B)
----package.json(428B)