muttoni / contract-browser

The one stop shop for smart contracts on Flow
https://contractbrowser.com
8 stars 3 forks source link

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