This project contains a set of utilities to help interface with the Seaport contract.
- Ensure you have proper node version setup. Using
nvm
makes this really easy! - Run
yarn
To run the tests:
yarn test
The first run might fail due to typechain needing to compile. If so, just run the command again.