An open API service indexing awesome lists of open source software.

https://github.com/dethcrypto/truffle-typings

Typescript typings for Truffle
https://github.com/dethcrypto/truffle-typings

truffle typescript typings

Last synced: 3 months ago
JSON representation

Typescript typings for Truffle

Awesome Lists containing this project

README

          

# truffle-typings

# Deprecated in TypeChain v2. TypeChain generates these typings on the fly.

Truffle typings for migrations, tests etc. If you want to have fully typed contracts you need to use [Typechain](https://github.com/krzkaczor/TypeChain) (target=truffle) project to generate typings based on ABIs. It doesn't force any new API.

## Install

```
yarn add --dev truffle-typings
```

or

```
npm install --save-dev truffle-typings
```