UnifiedChainWallet 1.0.0
dotnet add package UnifiedChainWallet --version 1.0.0
NuGet\Install-Package UnifiedChainWallet -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UnifiedChainWallet" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UnifiedChainWallet" Version="1.0.0" />
<PackageReference Include="UnifiedChainWallet" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UnifiedChainWallet --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: UnifiedChainWallet, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package UnifiedChainWallet@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=UnifiedChainWallet&version=1.0.0
#tool nuget:?package=UnifiedChainWallet&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
🪙 UnifiedChainWallet
NUGET: https://www.nuget.org/packages/UnifiedChainWallet
UnifiedChainWallet, birden fazla blockchain ağı (Bitcoin, Litecoin, Dogecoin, Ethereum, Tron, Solana vb.) için tek çatı altında cüzdan oluşturma imkanı sunan bir C# kütüphanesidir.
NuGet üzerinden kolayca yüklenebilir ve geliştiricilere hızlı cüzdan üretimi sağlar.
🚀 Özellikler
- ✅ Bitcoin (Mainnet & Testnet) — Legacy, Nested SegWit, Bech32, HD Wallet (BIP44 / 49 / 84)
- ✅ Litecoin (Mainnet & Testnet) — Legacy, Nested SegWit, Bech32, HD Wallet
- ✅ Dogecoin (Mainnet & Testnet) — Legacy, HD Wallet
- ✅ EVM tabanlı ağlar — Ethereum, BSC, Polygon, Arbitrum, Avalanche, Optimism, Pepe vb.
- ✅ Tron & Solana cüzdan oluşturma
- ✅ Mnemonic (seed phrase) destekli HD Wallet üretimi
- ✅ Basit API, tek satırla kullanım
📦 Kurulum (NuGet)
dotnet add package UnifiedChainWallet
using UnifiedChainWallet.Services.WalletService;
// Bitcoin Mainnet örneği
var btcMain = new BtcMainWalletService();
var btcWallet = btcMain.CreateBtcBech32Wallet();
Console.WriteLine(btcWallet.Address);
Console.WriteLine(btcWallet.PrivateKey);
// EVM örneği (Ethereum, BSC, Polygon vb.)
var evm = new EvmWalletService();
var ethWallet = evm.EvmCreateWallet("Ethereum");
// Tron örneği
var tron = new TronWalletService();
var tronWallet = tron.TronCreateWallet();
// Solana örneği
var sol = new SolWalletService();
var solWallet = sol.SolCreateWallet();
🧩 Kullanılan Kütüphaneler
NBitcoin
Nethereum.Signer
Solnet.Wallet
TronNet
🧪 Test Aracı
Aşağıdaki örnek kod tüm desteklenen ağlar için test amaçlı cüzdan oluşturur:
using UnifiedChainWallet.Services;
class Program
{
static void Main()
{
var runner = new WalletTestRunner();
runner.RunAllTests();
Console.ReadLine();
}
}
🧾 Örnek Konsol Çıktısı
🚀 Başlatılıyor: Tüm Ağ Cüzdan Testleri
Ağ: BTC MAIN WALLET Native SegWit (Bech32)
Adres: bc1q3d4...
Private Key: L2X9Q...
Ağ: ETHEREUM
Adres: 0xABCD...
Private Key: 0x74a3...
--------------------------------------
✅ Tüm cüzdan testleri tamamlandı!
📄 LICENSE !!!!
MIT License
Copyright (c) 2025 Kubilay Efe Akdoğan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- NBitcoin (>= 9.0.3)
- NBitcoin.Altcoins (>= 5.0.1)
- Nethereum.Web3 (>= 5.0.0)
- Solnet.Wallet (>= 6.1.0)
- TronNet (>= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 175 | 10/26/2025 |