Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 370 Bytes

File metadata and controls

7 lines (4 loc) · 370 Bytes

Evm Ntt Implementation

Note: These are low-level protocol classes. If you are trying to perform a transfer, use the higher-level Route abstractions such as NttExecutorRoute instead.

Building

Make sure the Evm contracts are build with npm run build:deps and the bindings are generated with npm run generate