LAB SERIES #1 : Scaffold entities from database schema in EF Core 3.1

1/ Install packages EF Core tools: Install-Package Microsoft.EntityFrameworkCore.Tools SQL Server data provider for EF Core: Install-Package…

Create ASP.NET Core Web API for Ethereum DApps

Another approach to create decentralized application on Ethereum with Restful API as middleware

Write a token-based Ethereum smart contract

Learn to create a smart contract ERC20 compliant. Use contract to crowdfund your startup on blockchain…

ASP.NET Core Web API middle-ware for Ethereum – Settings

This is the first part of the tutorial on creating Aps.Net Core Web API for Ethereum’s…

Create Ethereum DApps with Restful API

Simple project to create a ASP.NET Core Web API, which interoperates with a private blockchain network…