Braqzen
Braqzen
### Indexer Guideline There should be a single wasm module which contains multiple functions, 1 per event. The fn name may follow the pattern `index_`. E.g. ```rust #[indexer(manifest = "")]...
### Application Description There is a subreddit `r/place` which had an experiment that allowed people to place a coloured pixel on a canvas at some interval of time. This allowed...
### Application Description Staking can be thought of as an interest bearing account. A user has an asset and they would like to gain interest on that asset therefore they...
The user interface should allow the owner of an NFT to create an auction. - #70 The auction should be shareable so that any user can place a bid The...
### Motivation The application should be expanded to have functionality similar to the Gnosis wallet i.e. #### Smart Contract - [ ] #595 - [ ] #596 - [ ]...
### Application Description The application is a learning platform. It allows authors of content to put up their material online for consumption behind a fee or subscription system. Many mechanics...
### Motivation Currently, CI forces Rust tests. This is an artefact of our journey to this point when in fact most of it isn't needed and should be in Sway...
### Motivation The harness.rs file states that the [`Bytes`](https://github.com/FuelLabs/sway/blob/master/sway-lib-std/src/bytes.sw#L58) type is unsupported by the SDK therefore tests cannot be written because the `abigen!()` macro crashes when it generates types. When...
### Motivation The [wallet](https://github.com/FuelLabs/forc-wallet/issues/100) is now available as a library so we should investigate integration with the deployment plugin to allow us to automate deployment of applications.
### Motivation Code can be refined to implement the same behaviour via voting and unlocking votes.