@openeth/truffle-typings

Typescript typings for Truffle

Usage no npm install needed!

<script type="module">
  import openethTruffleTypings from 'https://cdn.skypack.dev/@openeth/truffle-typings';
</script>

README

truffle-typings

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