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
- Host: GitHub
- URL: https://github.com/dethcrypto/truffle-typings
- Owner: dethcrypto
- Created: 2018-08-30T20:03:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T08:04:55.000Z (over 3 years ago)
- Last Synced: 2025-06-19T23:04:01.115Z (4 months ago)
- Topics: truffle, typescript, typings
- Homepage:
- Size: 16.6 KB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```