文件名称:tzip-12:TZIP-12 Tezos令牌标准的参考实现
文件大小:75KB
文件格式:ZIP
更新时间:2024-05-26 06:09:16
JavaScript
TZIP-12 :man::cooking: :police_car_light: 此存储库尚未经过审核,应视为实验性的 :police_car_light: 介绍 该存储库包含TZIP-12标准的一组特定实现。 以及一组兼容的外部智能合约,测试和基准测试脚本。 请负责任地做饭 :man::cooking: 。 快速开始 :warning: 请参阅项目以获取入门所需的依赖项列表。 $ git clone https://github.com/stove-labs/tzip-12 my-token $ cd my-token && npm install $ npm run env:start $ npm run migrate $ # Navigate to http://localhost:8000 $ # and search for the (multiple) migrated contract address(-es) [KT1..]
【文件预览】:
tzip-12-dev
----.gitignore(77B)
----README.md(858B)
----test()
--------benchmark()
--------smoke()
--------helpers()
----migrations()
--------initialStorage()
--------1_tzip-12-nft-big-map.js(671B)
----truffle-box.json(204B)
----package.json(2KB)
----benchmarks.json(7KB)
----truffle-config.js(839B)
----scripts()
--------sandbox()
--------tools.js(144B)
--------tools()
----helpers()
--------constants.js(413B)
--------faucet.js(406B)
--------generateAddress.js(515B)
--------saveContractAddress.js(206B)
--------benchmark()
----LICENSE.md(1KB)
----contracts()
--------main()
--------partials()
----faucet.json(475B)
----package-lock.json(123KB)