kadena-io / chainweaver

Kadena Chainweaver desktop wallet and web-based playground for Pact
https://chainweaver.kadena.network
60 stars 29 forks source link

Token support #757

Closed ohri-anurag closed 2 years ago

ohri-anurag commented 2 years ago

This PR adds the following:

  1. Tokens are now persistent.
  2. They are also shown in the Switch Token dialog, similar to the UI in the Networks Dialog.
  3. Users can also delete tokens (except for the KDA coin token). They can also add new tokens, although they are not validated right now, and are added as is. They can be validated, since this PR uses the monadic input widget. I was unsure of the validation method to use, which is why I took this way out, where the validation always passes.
jmininger commented 2 years ago

Closing in favor of #767