🚀 Built with Scaffold-Eth
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
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:
- Copy
/packages/next-app/example.env.local
to/packages/next-app/.env.local
, updating the DID_KEY -> ask in the multisig.lol Telegram for thedev
key! - From the root run
yarn next-app:start
- Go to http://localhost:3000 to see the app (you will see API calls in the console)