predifi
Rust MediumWeb3Novalabs/predifi
18 stars
107 forks
60 open issues
Active Mar 2026
Beginner-Friendly Issues 60
Issues tagged for new contributors
Create CONTRIBUTING_BACKEND.md Guide
#514 · Mar 28, 2026
good first issue contract
Getter Function for Current Fees
#513 · Mar 28, 2026
good first issue contract
Create CONTRIBUTING_BACKEND.md Guide
#512 · Mar 28, 2026
good first issue contract Stellar Wave
Improve Docstrings for Main Structs
#511 · Mar 28, 2026
good first issue contract Stellar Wave
Add Query-Pool-Status Bash Script
#510 · Mar 28, 2026
good first issue contract Stellar Wave
Optimize WASM with wasm-opt in Build Script
#509 · Mar 28, 2026
good first issue contract Stellar Wave
Getter Function for Current Fees
#508 · Mar 28, 2026
good first issue contract Stellar Wave
Add Check for Min Stake at Pool Creation
#507 · Mar 28, 2026
good first issue contract Stellar Wave
Add Query-Pool-Status Bash Script
#506 · Mar 28, 2026
good first issue contract Stellar Wave
Optimize WASM with wasm-opt in Build Script
#505 · Mar 28, 2026
good first issue contract Stellar Wave
Add Debug Logs for Resolve Failures
#504 · Mar 28, 2026
good first issue contract Stellar Wave
README Header and Architecture Section
#503 · Mar 28, 2026
good first issue contract Stellar Wave
Optimize Storage access in get_active_pools
#502 · Mar 28, 2026
good first issue contract Stellar Wave
Add is_whitelisted Helper Function
#501 · Mar 28, 2026
good first issue contract Stellar Wave
Extract Internal Constants to Dedicated Module
#500 · Mar 28, 2026
good first issue contract Stellar Wave
Implement get_version Query Function
#499 · Mar 28, 2026
good first issue contract Stellar Wave
Emit Events for Whitelist Changes
#498 · Mar 28, 2026
good first issue contract Stellar Wave
Improve PredifiError Messages
#497 · Mar 28, 2026
good first issue contract Stellar Wave
Add Unit Test for Zero Duration Pool
#496 · Mar 28, 2026
good first issue contract Stellar Wave
Backend README
#495 · Mar 28, 2026
good first issue Stellar Wave backend
Integrate OpenAPI/Swagger
#493 · Mar 28, 2026
good first issue Stellar Wave backend
Setup Testing Infrastructure
#492 · Mar 28, 2026
good first issue Stellar Wave backend
Implement API Response Wrapper
#491 · Mar 28, 2026
good first issue Stellar Wave backend
Setup CORS Middleware
#490 · Mar 28, 2026
good first issue Stellar Wave backend
Define API Router Structure
#489 · Mar 28, 2026
good first issue Stellar Wave backend
Setup Backend Dockerfile
#487 · Mar 28, 2026
good first issue Stellar Wave backend
Create Health Check Endpoint
#486 · Mar 28, 2026
good first issue Stellar Wave backend
Initialize SQLx Connection Pool
#485 · Mar 28, 2026
good first issue Stellar Wave backend
Setup Environment Configuration
#484 · Mar 28, 2026
good first issue Stellar Wave backend
Setup Logging and Tracing
#483 · Mar 28, 2026
good first issue Stellar Wave backend
Create a `CHANGELOG.md` for the contract
#433 · Mar 21, 2026
good first issue contract Stellar Wave
Document `AccessControl` roles and permissions
#432 · Mar 21, 2026
good first issue contract Stellar Wave
Add `Cargo.toml` metadata
#431 · Mar 21, 2026
good first issue contract Stellar Wave
Implement `fmt` check for all `.rs` files in CI
#430 · Mar 21, 2026
good first issue contract Stellar Wave
Document `PriceFeed` integration process
#429 · Mar 21, 2026
good first issue contract Stellar Wave
Add `example-interaction` script for Soroban CLI
#428 · Mar 21, 2026
good first issue contract Stellar Wave
Improve log messages in `scripts/wasm_size_check.sh`
#427 · Mar 21, 2026
good first issue contract Stellar Wave
Document the `DataKey` storage structure in `README.md`
#426 · Mar 21, 2026
good first issue contract Stellar Wave
Create a `CONTRIBUTING.md` guide for the contract
#425 · Mar 21, 2026
good first issue contract Stellar Wave
Add doc-comments to all `contracttype` structs
#424 · Mar 21, 2026
good first issue contract Stellar Wave
Use `Map` for multiple referrals in a single pool
#423 · Mar 21, 2026
contract Stellar Wave
Optimize `TokenWl` storage check
#422 · Mar 21, 2026
good first issue contract Stellar Wave
Implement `bump_instance_and_persistent` umbrella helper
#421 · Mar 21, 2026
good first issue contract Stellar Wave
Refactor `calculate_winnings` into `SafeMath`
#420 · Mar 21, 2026
good first issue contract Stellar Wave
Standardize `Symbol` usage for categories
#419 · Mar 21, 2026
good first issue contract Stellar Wave
Optimize `PoolStats` calculation
#418 · Mar 21, 2026
contract Stellar Wave
Implement `Events` module for centralizing event definitions
#417 · Mar 21, 2026
good first issue contract Stellar Wave
Remove redundant `require_auth` in private helpers
#416 · Mar 21, 2026
good first issue contract Stellar Wave
Optimize `get_outcome_stakes` memory usage
#415 · Mar 21, 2026
contract Stellar Wave
Standardize `DataKey` naming across modules
#414 · Mar 21, 2026
good first issue contract Stellar Wave
Test `oracle_resolve` with invalid proof string
#413 · Mar 21, 2026
contract Stellar Wave
Test `get_user_predictions` with zero limit
#412 · Mar 21, 2026
contract Stellar Wave
Test `add_to_whitelist` for an already whitelisted user
#411 · Mar 21, 2026
contract Stellar Wave
Test `upgrade_contract` followed by `migrate_state`
#410 · Mar 21, 2026
contract Stellar Wave
Test `withdraw_treasury` with multiple different tokens
#409 · Mar 21, 2026
contract Stellar Wave
Test `cancel_pool` with zero participants
#408 · Mar 21, 2026
contract Stellar Wave
Test `claim_winnings` with zero total winnings share
#407 · Mar 21, 2026
good first issue contract Stellar Wave
Test resolution with exactly `required_resolutions` votes
#406 · Mar 21, 2026
good first issue contract Stellar Wave
Test create_pool with MAX_OPTIONS_COUNT
#405 · Mar 21, 2026
contract Stellar Wave
Test `place_prediction` with maximum possible `i128` stake
#404 · Mar 21, 2026
contract Stellar Wave