You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think WEN should continue to leverage anchor though I have been following @febo work on nitrate so this is worth some debate. https://github.com/nifty-oss/nitrate
What is in motion is removing the need to include anchor as a dependency in order to interact with the program. The SDKs for the program will only be based on solana create since they are going to be generated by Kinobi.
@kespinola Having Rust/JS SDKs without requiring Anchor is great, it will give the most flexibility to devs.
The custom entrypoint (nitrate or solana-nostd-entrypoint) would definitely be a plus, but I think it would be easier if Anchor supported it and then any program built on Anchor would benefit from the performance gains. Perhaps we could open an issue on Anchor to see if there is interest in doing that.
Consider alternative ways to implement WNS such that a developer would not be forced to use Anchor to integrate directly
The text was updated successfully, but these errors were encountered: