https://github.com/protofire/fuel-multisig-ui
https://github.com/protofire/fuel-multisig-ui
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protofire/fuel-multisig-ui
- Owner: protofire
- Created: 2024-03-04T12:32:05.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-23T22:23:25.000Z (over 1 year ago)
- Last Synced: 2024-04-24T09:39:15.520Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://fuel-multisig-ui.vercel.app
- Size: 546 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Igniters Multisig UI
This repository is home to a user-friendly interface developed with Next.js for interacting with a Multi-Signature (MultiSig) smart contract within the Fuel Blockchain ecosystem. The smart contract, enables multiple parties to propose, approve, or reject transactions. These transactions are executed only when a predefined approval threshold is met. The UI is designed to offer an intuitive experience for managing owners, setting the approval threshold, and overseeing transactions, each uniquely identified. Our goal is to simplify the interaction with the MultiSig contract's complexities, making the Fuel Blockchain ecosystem more accessible and secure for DAOs and organizations.
## 📋 Requirements
To get this project up and running, you'll need:
- [Node.js](https://nodejs.org/) (version 18 or newer)
- [Yarn](https://yarnpkg.com/)
## Getting Started
### 🚀 Run App
- Clone the repository to your local machine.
#### Local Stack
- Start the app with `yarn dev`.