This repo aims in creating an easy to run environment to spin up a local blockchain network allowing devs to interact with Symbiotic smart contracts.
It allows also to deploy a SimpleMiddleware contract that will be used to interact with the Symbiotic contracts.
$ make install
To spin up locally the blockchain network run:
$ make anvil
then to deploy symbiotic contracts:
$ make deploy-symbiotic
$ make test
$ make fmt
$ make snapshot