-
Notifications
You must be signed in to change notification settings - Fork 10
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
Kodadot mint SDK #89
Comments
hmm.. what problem will it solve? why is it needed in packages repo? |
That when someone is refactoring the code involving transactions I can sleep properly.
Other people can build stuff on the top of the SDK (CLIs, mint shops, whitelabels...)
Actually it would be easier to add new chains, so we can have more agnostic logic on frontend
We have |
We need a proper minting SDK:
name:
Architecture:
It should somehow wrap the minting logic into simple functions.
About design patterns I am thinking to use either Builder, Adapter or Strategy.
Ref:
Patterns:
The text was updated successfully, but these errors were encountered: