issues
search
Aventus-Network-Services
/
avn-api
An API for interacting with the Aventus AvN layer 2 blockchain
5
stars
1
forks
source link
SYS-3549 Refactor the awt generation and refresh logic
#30
Closed
nahuseyoum
closed
1 year ago
nahuseyoum
commented
1 year ago
This PR splits the awt logic into 3 separate files
awt.ts: A class that represents the token
awtUtils.ts: Utility functions to generate a token. These can also be used directly consumers of the sdk to generate a token
index.ts: Entry point for the module. It also exports all the relevant types
This PR splits the awt logic into 3 separate files