polkadot_api_dotnet icon indicating copy to clipboard operation
polkadot_api_dotnet copied to clipboard

C# API for Polkadot

Results 12 polkadot_api_dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

dotnetstandard_bip39 has an issue if it is compiled on Linux, I pushed a Pull request https://github.com/elucidsoft/dotnetstandard-bip39/pull/2 for that, but somehow the repo is inactive. https://github.com/usetech-llc/polkadot_api_dotnet/blob/b6207966705708d1699d347fbdb21c2ef992a2e6/MnemonicSubstrate/MnemonicSubstrate.cs#L40

![image](https://user-images.githubusercontent.com/28332339/109901897-bf571b80-7cd4-11eb-819a-2fa4273a521e.png) ![image](https://user-images.githubusercontent.com/28332339/109901989-cc740a80-7cd4-11eb-8a4b-fcbfc6126a26.png) ![image](https://user-images.githubusercontent.com/28332339/109902050-d4cc4580-7cd4-11eb-9c2e-170b1c359728.png) ![image](https://user-images.githubusercontent.com/28332339/109902164-0218f380-7cd5-11eb-8afa-3c8edc79fabe.png) I can't run successfully Please help me Thanks very much

As told in here https://substrate.dev/rustdocs/v2.0.0/frame_metadata/enum.RuntimeMetadata.html V11 metadata is deprecated. ![image](https://user-images.githubusercontent.com/476514/101356088-9f1bea00-38a8-11eb-8824-5472161f1ff5.png) I am getting an error while constructing a tx, but I am not sure it is about this or not....

I was looking for way to derivate public keys from private keys. Like the implementation .... in the sr25519 binding, GenerateKeypairFromSeed() Is there something like that, I haven't found an...

This issue is not related about this repo, rather is a discussion about another project that generates Polkadot addresses. I developed an HD Wallet for Ed25519 based currencies (like Cardano)...

Why do you use .net core 2.2? It has reached end of life and is not supported anymore. Wouldn't it make sense to use a LTS version instead? https://dotnet.microsoft.com/download/dotnet-core

For a test project, I needed to submit extrinsic to a pallet that implemented a signed extension. The current Signer abstraction (ISigner) does not make it easy (or possible) to:...

Current, the Connect method of the WebSocketClient, and by extension of the JsonRpc & Application classes, is too restrictive: - It assumes a default URI if no node url is...