Braqzen

Results 102 issues of 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 = "")]...

New Feature
App: Escrow

### 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...

New Application
App: Games

### 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...

New Application
App: Staking

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...

New Feature
App: Auctions
User Interface

### Motivation The application should be expanded to have functionality similar to the Gnosis wallet i.e. #### Smart Contract - [ ] #595 - [ ] #596 - [ ]...

Improvement
App: Multisig

### 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...

New Application
App: Fuel Academy

### 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...

Improvement
Repo Misc

### 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...

Improvement
App: Timelock

### 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.

New Feature
Repo Misc

### Motivation Code can be refined to implement the same behaviour via voting and unlocking votes.

Improvement
App: DAO