Braqzen
Braqzen
As a user I should be able to connect to my Sway Multi-Signature Wallet using Ledger.
As a user I should be able to connect to my Sway Multi-Signature Wallet using Trezor.
As a user I should be able to connect to my Sway Multi-Signature Wallet using MetaMask.
### Motivation The application has success cases where logs are not caught and tested. Amend any tests that are missing emitted events.
### Motivation The abi function `execute()` is meant to make a call when the requirements have been met. Implement the [`low_level_call`](https://github.com/FuelLabs/sway/blob/master/sway-lib-std/src/low_level_call.sw).
### Motivation Block manipulation has been mentioned in the file. Investigate and amend any tests.
### Motivation The following [two lines](https://github.com/FuelLabs/sway-applications/blob/0132a4a89bb0f9c1a5d016db609adead87c43626/AMM/project/test-utils/src/interface.rs#L26-L27) have hardcoded values because there were unknown issues with the SDK and gas estimation. These values should be investigated and likely removed entirely once...
# Requirements 1. As an author I should have an option to create a new crowdfund / fundraiser which allows me to specify - The asset that I want to...
## Summary The UI should display the price feed from the smart contract over some period of time in order to display a small graph representing the history of the...