-
* Implement logic to push and pull data from Starknet contracts.
* Synchronize app data with on-chain storage.
Deliverables:
* Contract interaction functionality.
* Test cases for contract communi…
-
## Issue Overview - Current state
- Limited usage of `starknet.dart` package, primarily for balance checking
- API endpoints handle core game functionality like session `create-session` and `join-…
-
fordN updated
3 hours ago
-
Update starknet to `v2.8.3` and snforge_std to `v0.31.0`
Update the setup docs on how to use the above version locally And update the contract code with new changes that come with above version.
-
## Objective
Enable producers to mint coffee NFTs directly through the `user/register-coffee` form, integrating with the NFT collection on StarkNet.
## Steps
1. **Connect to StarkNet**
- Ensu…
-
## Issue Overview
Starknet.js currently does not have any parsing ability for signed integers, we might need to implement our own parsers to process them.
## Proposed Solutions or Ideas
refer…
-
**Description**
---
Create a fully functional and styled navigation bar for the dApp. The navigation should allow users to move between the HomePage, Locker, and Dashboard.
**Acceptance Criteria*…
-
# Bug Report
**SNIPs version:**
SNIP-12
https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md
**Current behavior:**
The snip contains a JSON example of a TypedData but the JSON is…
-
## Description
- Currently, the README only has instructions for running Cairo scripts, we want to have the same for the contracts.
## Steps
- Add build instructions
- Add tests instructions
-…
-
I think we have to first decide on the wallet handling strategy before we look more into using starknet.dart #8. Since now we are handling the wallet on the API side. We have the following options:
…