Skip to content

lazyweb3/multisig.lol

 
 

Repository files navigation

👛 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)

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.3%
  • JavaScript 19.7%
  • TypeScript 9.9%
  • Solidity 0.7%
  • Shell 0.2%
  • HTML 0.1%
  • Other 0.1%