This repository contains the code for a source available Squads V4 user interface.
First, clone this repository to a folder on your device.
git clone https://github.com/Squads-Protocol/squads-v4-public-ui.git .
Then, install the required dependencies and build the app.
yarn && yarn build
yarn start
There are multiple configuration options available which are stored in the cookies of the application, but can also be set via the UI.
- RPC url
Default: https://api.mainnet-beta.solana.com
Cookie name: x-rpc-url
- Multisig address
Cookie name: x-multisig
- Vault Index
Cookie name: x-vault-index
Use this code at your own risk.
By using the provided code, you agree that the maintainer of this repository will not be help responsible for any type of issue that may have occured.