Skip to content

feat: realu buy integration#20

Merged
konstantinullrich merged 15 commits into
trunkfrom
feat/19-buy-process
Dec 10, 2025
Merged

feat: realu buy integration#20
konstantinullrich merged 15 commits into
trunkfrom
feat/19-buy-process

Conversation

@xlamn
Copy link
Copy Markdown
Contributor

@xlamn xlamn commented Dec 10, 2025

  • check allowlist /v1/realunit/allowlist/{address}
  • create price converter using buy price for shares /v1/realunit/brokerbot/buyPrice and shares for amount /v1/realunit/brokerbot/buyPrice
  • get bank details /v1/realunit/bank

@xlamn xlamn added the enhancement New feature or request label Dec 10, 2025
@xlamn xlamn linked an issue Dec 10, 2025 that may be closed by this pull request
@xlamn xlamn marked this pull request as ready for review December 10, 2025 10:47
Comment thread lib/screens/buy/widgets/payment_not_possible_info.dart Outdated
Comment thread lib/packages/service/dfx/dfx_brokerbot_service.dart Outdated
import 'package:realunit_wallet/models/asset.dart';

const realUnitAsset = Asset(chainId: 1, address: '0x553C7f9C780316FC1D34b8e14ac2465Ab22a090B', name: 'RealUnit Aktientoken', symbol: 'REALU', decimals: 0);
const realUnitAsset = Asset(chainId: 1, address: '0x553C7f9C780316FC1D34b8e14ac2465Ab22a090B', name: 'RealUnit Token', symbol: 'REALU', decimals: 0);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this change come from?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the name from RealUnit Aktientoken to RealUnit Token

Comment thread lib/screens/buy/cubits/buy_allowlist/buy_allowlist_state.dart
Comment thread lib/screens/buy/cubits/buy_bank_details/buy_bank_details_state.dart
Comment thread lib/screens/buy/cubits/buy_converter/buy_converter_state.dart
Comment thread lib/packages/service/dfx/models/brokerbot/dfx_shares_dto.dart Outdated
Comment thread lib/screens/buy/cubits/buy_converter/buy_converter_cubit.dart Outdated
Comment thread lib/screens/buy/cubits/buy_converter/buy_converter_state.dart Outdated
Comment thread lib/screens/buy/widgets/payment_information.dart
Comment thread lib/screens/buy/widgets/payment_converter.dart
@konstantinullrich konstantinullrich merged commit 5fc746c into trunk Dec 10, 2025
1 check passed
@konstantinullrich konstantinullrich deleted the feat/19-buy-process branch December 10, 2025 13:58
@xlamn xlamn added feat A new feature and removed enhancement New feature or request labels Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Buy Process

2 participants