A simple UI for creating and interacting with a Molten funding contract.
You need to link this repo to the molten
repo (npm pacakge @buttergov/molten-core
).
First go the to molten
repo and do:
forge build
Then come back to the folder of this repo and do:
npm link <path to molten repo>
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build