contract directory contains the contract soure. Inside this directory install Helios with npm install.
serialize.js compiles and serializes the contract. Examples on how to test the contract are provided in tests.
tx directory contains the tx building which is accomplished with Pycardano. Inside this directory install the Python
dependencies using poetry (Python dependency management library): poetry install