The web interface for defifa.net.
Resource | Description |
---|---|
Subgraph | The UI relies on an up-to-date deployment of this Subgraph |
Discord | Come chat |
-
Create a
.env
file. Ask Kmac or Blaz for the values. -
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Bump the
@ballkidz/defifa-collection-deployer
version inpackage.json
. - Run
npm install
to install the latest contract ABIs. - Ask Jango if the
IDefifaDelegate_INTERFACE_ID
has changed. If it has, make that change to theconst IDefifaDelegate_INTERFACE_ID
- Make code changes. Typically this means updating contract calls (wagmi hooks), types/interfaces and similar.
- Update Subgraph if required. Learn more about the subgraph.