Replies: 2 comments 4 replies
-
I haven't really investigated from the MVC Core point of view but I've integrated the npm packages which have the wallet adapters for the browser into a Blazor Wasm dapp-scaffold project to easily bootstrap apps which need wallet adapter connection, although this is still very much broken and requires a lot of improvements because of JS Interop, someone is actively working on improving it. You can find that here |
Beta Was this translation helpful? Give feedback.
-
@askinadze Are you looking to build a dApp? To my mind Blazor is possibly the perfect dotnet option for that, and you can combine that with Core API controllers. Not that a MVC Core scaffold would not be useful. |
Beta Was this translation helpful? Give feedback.
-
I have successfully tested Solnet and minting new NFT tokens works very well. I would now offer users on my website the possibility to buy nfts directly from their browser wallet like "Phantom". However, most frameworks are based on react. Is there a solution for the .NET world to run such a browser wallet connector in a MVC Core application?
Beta Was this translation helpful? Give feedback.
All reactions