-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listing dogecoin & solana #1460
base: master
Are you sure you want to change the base?
Conversation
Used to define the currency name, the ticker and the validation address
Adding solana address validation, uses a base58 regex filter
Defining solana tokens in case needed in the future
Adding solana
Listing dogecoin
Validates a dogecoin address
Defines dogecoin currency
Lists Dogecoin
I think we should take a step to one side (possibly) and think about the broader idea implementation, as eco systems such as Solana can encapsulate other tokens will having a primary token, there is no reason for have not be able ability to facilitate the on chain swaps in those cases and provider instant non - arbitrated trades. What do yo think? I have a model in python I will add it here later. |
@KewbitXMR i added SplToken.java for solana based tokens. |
Lists dogecoin and solana