An application that allows a user to create and manage multisig wallets on the Elrond Network.
This application can be started with a single multisig contract and integrated into other applications as needed.
To configure the application to run for a specific contract with a specific alias as a name, one has to edit the multisigConfig.ts file as follows:
export const uniqueContractAddress = 'your contract address';
export const uniqueContractName = 'contract user-friendly name';
Please bear in mind that the addres has to be a valid multisig address for the application to work.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
One can contribute by creating pull requests, or by opening issues for discovered bugs or desired features.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The Elrond Team.
GPL-3.0-or-later