Create your own .env
file from .env.example
with your own Infura ID
Fill in the missing keys and run yarn install
to install the dependencies.
After the successful installation, run yarn run dev
to spin up the application. http://localhost:3000
This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.
src/strategies.ts
has notes on how to add a new strategy.