dec3ntraliz3d / multisig.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘› 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)

About

License:MIT License


Languages

Language:CSS 69.3%Language:JavaScript 19.8%Language:TypeScript 9.9%Language:Solidity 0.7%Language:Shell 0.2%Language:HTML 0.1%Language:Less 0.1%Language:Procfile 0.0%