Dapps

.Net c# 上的 Nethereum 和 UWP

  • May 23, 2016

有沒有辦法讓 Nethereum 與 UWP 應用程序一起工作?因為當我嘗試使用 nuget 下載包時,它會引發錯誤。我在 Nuget 包管理器中輸入以下命令:

Install-Package Nethereum.RPC -Pre

並且控制台包管理器會引發一個錯誤,說無法恢復包。有人已經遇到過這個問題嗎?

試試兼容性更廣的 Nethereum.Portable。它包括 Web3、RPC、ABI、Hex 和支持庫。

將來,所有庫都將針對廣泛可用的 netstandard 1.2。

現在有一個使用 Nethereum Portable、Xamarin.Forms 和 MVVM Cross 的範例,用於使用 UWP(Windows 10、Phone、Xbox、Raspberry PI)、Android 和 iOS 的攜帶式範例。

https://github.com/Nethereum/Nethereum.UI.Wallet.Sample

引用自:https://ethereum.stackexchange.com/questions/2663