Greenstand / treetracker-wallet-api

GNU Affero General Public License v3.0
18 stars 52 forks source link

feat: add actiontoken service for token transfer #462

Open paramkr2 opened 5 months ago

paramkr2 commented 5 months ago

Description

As mentioned in the challenge, a user can generate an Action Token which any other user can use to receive the tokens attached to it within the expiry time.

Added two routes for generating action tokens and transferring tokens attached to the action token.

This commit includes integration tests for generating, transferring, and handling the edge case of expired tokens. Unit tests are still pending for the ActionTokenService.

Issue(s) addressed

What kind of change(s) does this PR introduce?

Please check if the PR fulfils these requirements

Breaking change

Does this PR introduce a breaking change? No

Other useful information