-
Nethereum.JsonRpc.UnityClient.dll is missing from the packages and therefore I can't use Unity Functionality...
![Untitled](https://user-images.githubusercontent.com/68475327/215871803-cdea1237-a4…
-
Might be related to https://github.com/npgsql/npgsql/issues/5362
How to reproduce change demo to use 101 iterations instead of 72
we don't need that many decimals right now, but i'll try to see …
-
-
1, 安装Nethereum.Hex,Nethereum.Web3 两个开发包,可以通过NuGet包管理工具安装。
用这两个包开发就方便多了。
参考这个网站:https://playground.nethereum.eth.link/csharp/id/1001
2, 用了以下代码:
```
using System;
using System.Text;
using Nethe…
-
Hi everyone,
I recently implemented Wallconnect.Unity to my Unity project.
I also added Walletconnect.Nethereum folder to my Unity project.
When I import the DLLs from https://github.com/Neth…
-
Issue tracker is **ONLY** used for reporting bugs. New features, questions and support should be discussed on our discord channel first. [Discord](https://discord.gg/u3Ej2BReNn )
Code generation …
-
-
https://github.com/Nethereum/Nethereum.Game.Sample/blob/e611dd887fff08cfc764a37c0caff453530224a1/Original/Core/Ethereum/GameScoreService.cs#L65
This is still subject to a memory hack (modifying the…
-
1. 建议移除 Nethereum SDK 相关文件或文案如:logos,ENS, Roadmap,"ETH" 等
2. 依赖 Nethereum 的地方建议通过 package 引入的方式依赖,避免直接包含代码,避免 Nethereum 版本升级同步问题
3. 部分功能需要补充:CIP37 地址支持,内置合约,pubsub,新增RPC(supplyInfo, traceBlock, vote…
-
[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature.
It's 55 times faster than EJS, and it …