/contract-browser

New version of contract browser

Primary LanguageTypeScript

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