Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 854 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 854 Bytes

Deltafi

This repository contains the smart contracts for the Deltafi protocol.

Build and Testing

1. Getting Started (Prerequisites)

2. Setup

npm install

3. Build

npm run build

4. Test

npm run test

5. Deploy

Rinkeby

npm run rinkeby

Kovan

npm run kovan

References

Common Issues

1. (node:72065) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency

It can happen when we run bash npm run build and bash npm run test . The solution is to run npm update first.