Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.29.0 source code.tar.gz | 2025-02-10 | 132.0 MB | |
4.29.0 source code.zip | 2025-02-10 | 133.6 MB | |
README.md | 2025-02-10 | 2.2 kB | |
Totals: 3 Items | 265.6 MB | 0 |
Nethereum.Blazor
- New project, to be used as the basis for integrating with Blazor.
- EIP6963 support, enabling multi wallet browser extension support, like Metamask, Coinbase, Brave, Rabby etc Example of Blazor Project
- EthereumAuthenticationProvider, common class to provide authentication support, this should work if you use EIP963, Metamask standalone or Reown
- SiweAuthenticationServerStateProvider, common class to provide further authentications support if using SIWE, so whilst a user might be connected, it can be authenticated in certain areas of the application.
- LocalStorageAccessTokenService and LocalStorageHelper, generic helpers to manage the SIWE access tokens on generic LocalStorage.
Commits: https://github.com/Nethereum/Nethereum/commit/b534f8fdb880ffb8f30552c44339e0951def5e3e
Screenshot of Blazor application
Nethereum.Unity.EIP6963
- Unity support for EIP6963, including custom WeglHostProvider, Interop, etc.
- Full example in the Unity Template https://github.com/Nethereum/Unity3dSampleTemplate/
Commits: https://github.com/Nethereum/Nethereum/commit/b534f8fdb880ffb8f30552c44339e0951def5e3e, https://github.com/Nethereum/Unity3dSampleTemplate/commit/a3215119bc5a0ef45665b339c121d82b0f63d7e2
Screenshot of Unity application
Account Abstraction RPC Bundler
Rpc Service and requests to integrate with 4337 Account Abstraction
Commits: https://github.com/Nethereum/Nethereum/commit/7116733e8fa81d18b20d5493cd12ddba884f29dd
Other Additions
- Add TryParse method to BigDecimal struct by @AnzeS in https://github.com/Nethereum/Nethereum/pull/1066
- Support NUGET_PACKAGES environment variable in Nethereum.Autogen.ContractApi by @zakhard90 in https://github.com/Nethereum/Nethereum/pull/1067
Full Changelog: https://github.com/Nethereum/Nethereum/compare/4.28.0...4.29.0