/multisig.lol

Primary LanguageCSSMIT LicenseMIT

๐Ÿ‘› multisig.lol - forkable ethereum multisig

๐Ÿš€ Built with Scaffold-Eth

โœจ https://multisig.lol/

git clone https://github.com/BuidlGuidl/multisig.lol

install and start your ๐Ÿ‘ทโ€ Hardhat chain:

cd multisig.lol
yarn install
yarn chain

in a second terminal window, start your ๐Ÿ“ฑ frontend:

cd multisig.lol
yarn start

in a third terminal window, ๐Ÿ›ฐ deploy your contract:

cd multisig.lol
yarn deploy

in a fourth terminal window, ๐Ÿ—„ start your backend:

cd multisig.lol
yarn backend

๐Ÿ“ฑ Open http://localhost:3000 to see the app

๐Ÿ’ฌ Join the multisig.lol developer chat: https://t.me/+0wAfxh5Na9pkNzUx

Experimental next-app ๐Ÿงช

In /packages/next-app there is an experimental next-app, which ports the functionality in packages/backend and packages/react-app into a single Typescript next.js app (using Next API routes for the backend).

To run this app locally:

  1. Copy /packages/next-app/example.env.local to /packages/next-app/.env.local, updating the DID_KEY -> ask in the multisig.lol Telegram for the dev key!
  2. From the root run yarn next-app:start
  3. Go to http://localhost:3000 to see the app (you will see API calls in the console)