Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.22 KB

purescript-web3-generator

Latest release purescript-web3-generator on Pursuit Build status

Generats purescript modules from Solidity ABIs

Requirements

  • npm

Getting Started

> git clone
> cd purescript-web3-generator
> npm install
> npm run build
> npm run test

How to use it

see the example directory in this repo.

Documentation

Module documentation is published on Pursuit.

Resources