stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.1k stars 889 forks source link

example-dapp: Clean up scval formatting/parsing code #12

Closed paulbellamy closed 4 months ago

paulbellamy commented 2 years ago

What problem does your feature solve?

Right now the code for converting between u64s/hypers/BigNumber.js is pretty ad-hoc, and ugly.

What would you like to see?

Clean this up, test it, and standardize it, so it is a better example for other devs to follow.

What alternatives are there?