1.3.0 • Published 5 years ago

sol-ts-generator v1.3.0

Weekly downloads
35
License
MIT
Repository
github
Last release
5 years ago

Generate Typescript type definitions from Solidity

Generate typescript type definitions from Ethereum smart contracts ABI that will allow you to write static typed Typescript tests in your Truffle projects

Background

Inspired by the amazing work of Bloom and TypeChain

I decided to turn those ideas into a simple package

For a sample project check this boilerplate

Install

npm install sol-ts-generator

Options

Usage: sol-ts-generator [options]

Options:
   --outDir, output directory to write the type definitions; default is "./types" [string]
   --glob, pattern to get existing abi code; default is "./build/contracts/*.json" [string]

Commands

npm test

npm run build

1.3.0

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago