![]() |
VOOZH | about |
dotnet add package VEFramework.VEDriversLite.NeblioAPI --version 0.4.2
NuGet\Install-Package VEFramework.VEDriversLite.NeblioAPI -Version 0.4.2
<PackageReference Include="VEFramework.VEDriversLite.NeblioAPI" Version="0.4.2" />
<PackageVersion Include="VEFramework.VEDriversLite.NeblioAPI" Version="0.4.2" />Directory.Packages.props
<PackageReference Include="VEFramework.VEDriversLite.NeblioAPI" />Project file
paket add VEFramework.VEDriversLite.NeblioAPI --version 0.4.2
#r "nuget: VEFramework.VEDriversLite.NeblioAPI, 0.4.2"
#:package VEFramework.VEDriversLite.NeblioAPI@0.4.2
#addin nuget:?package=VEFramework.VEDriversLite.NeblioAPI&version=0.4.2Install as a Cake Addin
#tool nuget:?package=VEFramework.VEDriversLite.NeblioAPI&version=0.4.2Install as a Cake Tool
👁 VEDriversLite
👁 VEBlazor
👁 VEDriversLite.AI.OpenAI
👁 VEBlazor.Editable
👁 VEDriversLite.NeblioAPI
Virtual Economy framework zjednodušuje tvorbu Web3, blockchain, IoT a NFT aplikací.
VEFramework je L2 vrstva nad prakticky kterýmkoliv blockchainem. Aktuálně na ukázku podporuje Neblio a Dogecoin.
**Všechny balíčky jsou dostupné pro .NET verze 6 a 7 ** a jsou k dispozici v NuGet Gallery.
VEDriversLite - Aktuální a doporučená verze (Neblio a NFT drivers)dotnet add package VEFramework.VEDriversLite --version 0.3.42
dotnet add package VEFramework.VEDriversLite.NeblioAPI --version 0.3.42
VEBlazor - Blazor knihovna komponent a dApp vzordotnet add package VEFramework.VEBlazor --version 0.3.42
dotnet add package VEFramework.VEBlazor.Editable --version 0.3.3
Zkuste si náš hello world příklad.
Více informací najdete na
docker-compose ke spuštění VENFT serveru, Nebliod a IPFS<p align="center"> <img width="200" src="https://ve-framework.com/ipfs/QmT8wYFsDR55wCKKUwRwXYfxu67uGWpbVCKfg4kxiCM7pJ"> <p>
Webová peněženka s integrovaným NFT marketplacem a mint mechanismem
Vyzkoušejte testovací verzi VENFT postavenou na VEBlazor, vytvořte si nový účet a prozkoumejte funkce.
dotnet projektmkdir CreateAccountExample
cd CreateAccountExample
dotnet new console
dotnet add package VEFramework.VEDriversLite
using System;
using VEDriversLite;
namespace CreateAccountExample
{
internal class Program
{
static async System.Threading.Tasks.Task Main(string[] args)
{
// Create NeblioAccount object
var account = new NeblioAccount();
// Create new account
await account.CreateNewAccount("mypassword");
Console.WriteLine($" New Neblio Address: {account.Address}");
// Wait for enough confirmation on blockhain
Console.ReadLine();
// Create NFT Image object and load simple test data
var nft = new VEDriversLite.NFT.ImageNFT("")
{
Name = "My Hello World NFT",
Description = "Hello World NFT for testing.",
ImageLink = "https://MyNFT.image"
};
// Mint NFT with account
var res = await account.MintNFT(nft);
// Process result
if (res.Item1)
Console.WriteLine($" Minted with Transaction hash: {res.Item2}");
else
Console.WriteLine($" Cannot mint NFT: {res.Item2}");
}
}
}
dotnet restore
dotnet run
Další funkce můžete prozkoumat v readme příslušných projektů v příkladech
Podpořit nás můžete několika způsoby:
Děkujeme, že se chcete podílet na vývoji VEFrameworku! Postupujte prosím podle naší . V příručce naleznete informace o tom
a pomozte tak s jeho vývojem. Pokud se chcete stát oficiálním sponzorem a partnerem, kontaktujte prosím
patří našim sponzorům, mentorům a kontributorům
VEFramework je možné použít pro komerční i nekomerční účely. VEFramework je vyvíjen pod .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on VEFramework.VEDriversLite.NeblioAPI:
| Package | Downloads |
|---|---|
|
VEFramework.VEDriversLite
.NET drivers for Web3 and Industry40. Simple way how to start with blockchain in C#. Now supports Neblio and Doge blockchains. |
This package is not used by any popular GitHub repositories.
- Update of nuget package