Nethereum.Workbooks
Nethereum.Workbooks copied to clipboard
Nethereum tutorials using workbooks
https://github.com/Nethereum/Nethereum/issues/120 "The use of gas (with gasPrice = 0) is the intended design. We want to prevent infinite loops in the EVM and want DApp developers to be aware of...
The old hd wallet workbook has been condensed into transferring Ether. We need a workbook explaining: + How to create an HdWallet. + The references to NBitcoin + Creation of...
Hi i want to send parameter with nethereum to save register on smart contract. ``` pragma solidity ^0.5.1; contract registerCon { uint256 age; string firstName ; string lastName; function register1(...
* EncodePacked * Encode * Extensions * Sha3Encode https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.ABI.UnitTests/ABIPackingTests.cs https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.ABI.UnitTests/AbiEncodeTests.cs https://github.com/Nethereum/Nethereum/blob/5be0fe00519936a046bb6fbfd7174cd03973723c/src/Nethereum.Contracts.UnitTests/EventLogSortingTests.cs
A workbook explanaing the Status of transaction, failed or passed. Examples of unit tests below. Parity configuration: "eip658Transition": 0, Geth : "byzantiumBlock": 0 ```csharp public class ReceiptStatusTests { //note ensure...
https://github.com/Nethereum/Nethereum/issues/279
When encrypting/ decrypting a keystore file the developer can change the different kdf parameters (well most important cost) depending on their needs. A workbook (s) explaining how to set at...
Placeholder for the new structs feature..
When moving a new version, all workbooks should do the same.