Skip to content

Latest commit

 

History

History
 
 

contracts

IohTee Contracts

IohTee contracts is a TypeScript interface for Ethereum contracts managed by Hardhat used by IohTee.

Install

Using yarn v4 and Node.js v20 is mandatory (don't use npm!)

$ yarn add @riaskov/iohtee-contracts

Building from sources

$ git clone git@github.com:ARyaskov/IohTee.git
$ cd IohTee/packages/contracts
$ yarn
$ yarn build
$ yarn test

❗ Please, pay attention, this package is the part of IohTee Monorepo and it's intended to use with other monorepo's packages.

⛔ You should not git clone this repository alone

✅ You should git clone the main repository via

git clone https://github.com/ARyaskov/IohTee.git
or 
git clone git@github.com:ARyaskov/IohTee.git

For documentation, usage and contributing please see IohTee Monorepo.