Create a .env file in the root directory. Copy the contents from .env.example (also located in the root directory) into the newly created .env file. Save the .env file before proceeding.
In a terminal in the root directory:
Run yarn to install/update dependencies
Run yarn build to compile contracts and typescript bindings
Run yarn test to run tests
Having issues?
Run yarn clean && yarn build in the root directory to reset