-
## Description
Develop a fully functional Address Bar component as per the design provided in the [FIGMA FILE](https://www.figma.com/design/pL9HcD5saTR6TtMsZYyS7z/STARKNET-UI-KITS?node-id=0-1&node-ty…
-
Right now, most of the "Activity" files in wallet_app/android are just in the main directory. We should refactor so that all activities are in the ui/activity folder.
-
Refer utils.py in starknet_abi and add tests as well.
-
Hi I would like to contribute more.
My issue where I contribute is currently stucked by another PR.
I want to avoid rebase conflict. could you create and assign me to a good first issue please?
-
Your task is to make the agreement contract upgradable.
- Use the latest Cairo syntax for the implementation.
- Use Upgradable component from Openzeppelin contract
- Apply access control
-
Research staking curves of various protocol and select one staking curve and implement it in staking.cairo
Expected skill level: experienced Cairo and/or smart contract developer. **This is a compl…
-
Has there been any talks about adding support for the [Sr25519 crypto scheme](https://github.com/w3f/schnorrkel), very popular inside the Polkadot space?
I would contribute with code myself, but I …
-
### This issue will be part of ODHack9.0, please apply via Onlydust app
- Emit an event when a fund contract receives a new donation in the ```withdraw``` method.
- The event should contain: fund cont…
-
The tests are already defined in `src/contracts/ramps/revolut/revolut_test.cairo`. You just need to write their implementation following the way the escrow tests are implemented.
These contracts wi…
-
Refer encode.py from starknet_abi. Use abi_types and execptions to implement it.