eos-sharp icon indicating copy to clipboard operation
eos-sharp copied to clipboard

C# client library for EOS blockchains

Results 14 eos-sharp issues
Sort by recently updated
recently updated
newest added

Hey there guys, Wanted to bring to attention that eos-sharp is not actively maintained anymore. I'm open to discussing possible viable solutions to continue this if it is in the...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 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

Hi guys, I am using eos-sharp with Xamarin to build a wallet app for eos.io bloackchain The problem is when I tried to connect to Blockchain node which support only...

Hi, i am triyng to make push a transaction with Xamarin app. Here is my code: ``` static async Task sendTransaction(int id, string datatx) { Console.WriteLine("Empieza SEND Tx"); string idTX...

Trying to create a transaction using the sample code and always get an exception - "The response ended prematurely" Calling Wax chain btw - Eos eos = new Eos(new EosConfigurator()...

Class CryptoHelper contains an incorrect constant 'SIGN_KEY_DATA_SIZE', expected 65, current 64 source: https://github.com/EOSIO/eosjs/blob/31ac222bcb1c72830ab3f45c55edddf73805f101/src/eosjs-numeric.ts#L268

How to get the total count of Actions. I am doing this, ``` var r = getEos(); var resultaction = await r.GetActions("groupaccount", 0, 1000); ``` Instead of 1000, I want...

I added required code to get data from trace api.