Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 473 Bytes

Flow Contract Browser

This community project aims to archive and make available (and searchable) all mainnet contracts on Flow.

Developing

Once you've forked the repo and installed dependencies with npm install (or pnpm install or yarn), start a development server (on port 3000)

npm run dev

Building

Before submitting a PR, please build the app and fix any errors:

npm run build