Virtual Economy framework will help you to create applications related to Web3, Blockchains, IoT, NFTs, Cryptocurrencies and other useful technologies.
This project is OpenSource for personal, educational and commercial use also :)
Main framework is .NET Core 3.1 (VEDriversLite). You can use it now with .NET 6.0 Blazor WebAssembly application :) Code is written in C#, HTML, CSS and JavaScript. Solution is for Visual Studio 2022.
Repository now contains new version of drivers for Neblio and Doge: VEDriversLite. It is also available as Nuget package. Please check this drivers and documentation.
We recommend to use VEDriversLite if you need to build app which uses just Neblio or Doge!
VEFramework components
The VEFramework offers lots of different libraries, drivers, components which will reduce code in your application a lot.
Development with VEFramework
The most compatible languages are C#, VisualBasic or F#. For lots of applications you can use also different languages and connect backend with use of API or MQTT. This allows to use this framework with more languages such as JavaScript, HTML, Python and others.
Hello World with VEDriversLite
Install the .NET Core 3.1 SDK.
Create project
Open console line and create empty folder and ConsoleApplication project
mkdir CreateAccountExample
cd CreateAccountExample
dotnet new console
dotnet add package VEFramework.VEDriversLite