Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 302 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 302 Bytes

æva

æva is a solidity test runner that lets you develop with confidence.

Usage

Aeva currently works with the following folder structure:

/
└── Project
    └── src
    └── test
      ├── *_test.sol
      └── *.test.sol
$ npm i aeva
$ aeva