Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create wallet API #6

Merged
merged 5 commits into from
Nov 24, 2024
Merged

Create wallet API #6

merged 5 commits into from
Nov 24, 2024

Conversation

KShervington
Copy link
Owner

  • Created wallet-related endpoints
    GET /wallet/:userId
    POST /wallet
    PATCH /wallet/:id
    DELETE /wallet/:id
    
  • Created apps/backend/src/utils/createBlockchainWallet.ts to connect to VeChain testnet via Thor Client
  • Created documentation for wallet-related API
  • Created test suite for wallet API. Results are shown below in addition to passed tests for the user and product API

image

@KShervington KShervington merged commit ff9f3de into main Nov 24, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant