How to Create BlockChain application in MVC ?
My question is how to implement blockchain functionality in mvc
Answers (1)
-1
MVC and Blockchain are two different things.
- Blockchain development != Web application development.
If you want to develop Blockchain using C#, you can use Stratis platform.
https://stratisplatform.com/
Accepted