purescript-web3-generator:purescript-web3的代码生成工具

时间:2024-06-13 07:47:04
【文件属性】:

文件名称:purescript-web3-generator:purescript-web3的代码生成工具

文件大小:33KB

文件格式:ZIP

更新时间:2024-06-13 07:47:04

PureScript

purescript-web3-generator 从Solidity ABI生成purescript模块 要求 npm 入门 > git clone > cd purescript-web3-generator > npm install > npm run build > npm run test 如何使用它 有关遵循以下步骤的完整示例,请参见 。 在没有模板纯脚本的情况下,我们使用purescript-web3-generator 。 建议用法如下: 在项目中使用以下文件创建目录generator/ module Generator where import Data.GeneratorMain ( generatorMain ) main = generatorMain 从那里,添加一个构建步骤 pulp run -m Generator --src-path gene


【文件预览】:
purescript-web3-generator-master
----.gitignore(135B)
----packages.dhall(2KB)
----package.json(442B)
----src()
--------Data()
----.travis.yml(245B)
----test.dhall(138B)
----LICENSE(11KB)
----spago.dhall(434B)
----README.md(2KB)
----test()
--------Main.purs(3KB)
----abi-data()
--------abis()
--------truffle()

网友评论