SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

Crypto - Add address regex for each crypo to validate user input address on withdrawl #2414

Open umairkhannn opened 7 months ago

umairkhannn commented 7 months ago

multicoin-address-validator package used to validate crypto addresses, supports wide variety of crytpto. https://www.npmjs.com/package/multicoin-address-validator

umairkhannn commented 7 months ago

Moved this back to 'progress" to make changes recommended by David.

umairkhannn commented 7 months ago

Address validation moved to wallet and respective module level.

https://github.com/SaitoTech/saito-lite-rust/pull/2422