-
Notifications
You must be signed in to change notification settings - Fork 1k
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
add TypeScript AMM sample code #2307
Conversation
At a quick glance, the code looks nice! I would like to try running the code, but I don't have much experience with TypeScript. Isn't there typically a Also, a note to other reviewers: We don't have an icon for TypeScript yet, so I think our code samples page will report a broken link unless we add one along with this PR and modify |
@mDuo13 Thank you for checking! Of course!!
https://github.com/mashharuki/DCCEX/tree/main/pkgs/scripts ↑ There are other config files in this folder |
It is preferred that |
@tequdev ok! I will add package.json & other config files!! |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Thank you everyone!! |
Hey!!
I participated in the DeFi Hackathon in Japan in December.
I had a very hard time getting the AMM functionality to work at that time and developed sample code.
This sample code contains code that allows you to try out a full range of AMM-related functions such as DepositAMM, WithdrawAMM, and Swap, in addition to CreateAMM.
I would like to contribute the sample code I created to make it easier for developers to use the AMM feature of XRPL in the future.
Please check it.
[Hackathon Summary]
https://lu.ma/xrpl-hack
[Product created in the hackathon]
https://github.com/mashharuki/DCCEX