Skip to content

dethcrypto/truffle-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (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