Closes #166 Anchor selection dropdown#177
Merged
Haroldwonder merged 1 commit intoHaroldwonder:mainfrom Feb 25, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #166
Anchor Selection Dropdown - Quick Start Guide
Issue #166 Implementation
This guide will help you get the anchor selection feature up and running.
What Was Implemented
✅ Backend API for anchor provider data
✅ Frontend React component with dropdown UI
✅ Fee structure display
✅ Transaction limits display
✅ Compliance requirements display
✅ Filtering by currency and status
✅ Unit tests for both backend and frontend
File Structure
Quick Start
1. Start the Backend API
cd api npm install npm run devThe API will be available at
http://localhost:30002. Test the API
3. Use the Frontend Component
Features
Dropdown Selection
Detailed View
Data Displayed
Fees:
Limits:
Compliance:
Mock Data
Currently includes 3 anchor providers:
Next Steps
For Production
Database Integration
Authentication
Real-time Updates
Smart Contract Integration
Testing
API Documentation
Full API documentation is available in
api/README.mdComponent Props
Styling
The component uses CSS modules. Customize by editing:
frontend/src/components/AnchorSelector.cssSupport
For issues or questions, refer to:
ANCHOR_SELECTION.md- Full implementation detailsapi/README.md- API documentation