Matteo Ferretti
Matteo Ferretti
#### Summary We created the `ViewKey` as a way to delegate the ownership check, however we don't always do that: for example, in the current implementation of the wallet (CLI...
**Describe what you want documented** Now the file `config.toml` is totally different, and it can also accept alternative networks. This feature is not well documented yet, and it should. **Describe...
**Describe the bug** Currently there is only one global cache despite the network (devnet, testnet) and the wallet's addresses. That lead to bugs if the users switch network and/or wallet's...
The SDK should expose API to easily generate and manage user's profile (a profile is a pair of a single Phoenix Address and Moonlight Account). Depends on: #2254
#### Summary Prepare the repository to include the w3sper SDK and relative tests.
The SDK should be capable of syncing the transfer contract state in order to retrieve the notes needed to calculate the balance of a given address.
The SDK should be capable of fetching the balance of a given account (Moonlight).
Given an user profile, the SDK should be able to calculate the balance for a given address and a given set of notes. Depends on: #2257