Skip to main content

Questions tagged [nethereum]

Questions related to the C# .NET Ethereum Web3 RPC Client Library, named nethereum

1 vote
0 answers
34 views

I got this simple program of sending 0.1 matic to it's own address. The program is working. So many things is just "right" Dim nonce = Await HelperNethereum.Polygon.Web3.Eth....
Andri Timur's user avatar
1 vote
1 answer
28 views

I'm going to create a C# application to track my positions in De-Fi protocols. I'm going to use Nethereum library to deal with Smart Contracts. I'm new to the Blockchain world. However, I've already ...
Adam Shakhabov's user avatar
1 vote
1 answer
48 views

I have a project where I am required to read and write to the same block ie. Call a view function to check if there is a match on the specific block If there is a match from the previous call, call a ...
csharp enjoyer's user avatar
4 votes
1 answer
203 views

I`m trying to convert this code to c# const message = response.data.message; const jsonProvider = new ethers.providers.JsonRpcProvider(RPC_URL) const ethersSigner = new ethers.Wallet(privatekey, ...
Jānis Kļaviņš's user avatar
1 vote
0 answers
73 views

I want to call it a smart contract function. I am signing the transaction using Metamask so I need to create call data for the transaction. I want to use Nethereum for creating the call data of the ...
Shubhankar Banerjee's user avatar
1 vote
0 answers
246 views

Is it possible to make a transaction for the Tron network with the Nethereum library? As you know, Tron addresses can be converted to Ethereum format with the help of the following site https://...
Hoda Parsafar's user avatar
0 votes
1 answer
185 views

Initial goal: catch transactions from address (when address calls "swap" events or "addliquidity" events, or does transfer on PancakeSwap router). I want to catch that kind of ...
Danik Logan's user avatar
1 vote
2 answers
778 views

I'm completely new to web3, and I do realise that there is small portion of information on the web3 for developers, especially when it comes to debugging and issue solving. My main goal is just to ...
Danik Logan's user avatar
1 vote
1 answer
126 views

Calling GetBlockWithTransactionsByNumber asynchronoulsy from within a ProcessorForContract frequently returns NULLs. If I execute the following: HexBigInteger blockNumber = new HexBigInteger(sl.Log....
Kodo's user avatar
  • 111
0 votes
2 answers
165 views

I'm able to deploy my contract to sepolia. I have ABI, Bytecode of deployed contract. in .NET environment in register method I have: { var senderAddress = "...
michal's user avatar
  • 13
2 votes
1 answer
634 views

I searched a lot on the internet and in the documentation, but I still haven't found the answer to my question. I want to know how to sign a transaction through an external wallet using the nethereum ...
Ali's user avatar
  • 67
1 vote
1 answer
43 views

I am implementing a practice project on the topic of token pre-sale. Currently, I have created the project in such a way that, for example, a user who is going to participate in the token pre-sale ...
Ali's user avatar
  • 67
0 votes
1 answer
199 views

I am currently having issues extending EthExternalSignerBase. I have an API that signs messages, similar to an Amazon KMS. One of the issues I am running into is deriving the ECDSASignature response, ...
k9b's user avatar
  • 113
1 vote
0 answers
57 views

Solidity code for creating a new contract calling createRainfallPolicy: event PolicyCreated(address _policy, string _insuredId); function createRainfallPolicy(/*Params*/) public { RainfallPolicy ...
Farceg's user avatar
  • 11
0 votes
1 answer
832 views

I'm trying to send a transaction to the Uniswap or Pancakeswap V3 router using Nethereum for a token swap via "exactInputSingle", but first I'm performing a gas estimate for the transaction. ...
Calculon's user avatar

15 30 50 per page
1
2 3 4 5
10