Configure the dev environment such at that running yarn dev at the root does the following:
[ ] Compiles the contracts and typechain artifacts
[ ] Starts a local hardhat node
[ ] Runs a script that sets up a representative local environment by:
[ ] Deploying contracts
[ ] Populating appropriate "fixture" data, such as distributing tokens, populating AMM pools, etc... (note that we don't have to have this script fully completed in this PR, just their to build on and doing enough of the basics to begin developing initial features)
Configure the dev environment such at that running
yarn dev
at the root does the following: