Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
Adding just md extension
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed May 13, 2019
1 parent cef1b9d commit d64b997
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/CreateMarkdownFiles.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setlocal
set DIR=%~dp0
for /R %DIR% %%a in (*.workbook) do type "%%a" > "%%a.md"
for /R %DIR% %%f in (*.workbook) do (type "%%f" > "%%~dpnf.md")
32 changes: 16 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ The table below provides Download links to Nethereum workbooks:

| Workbook | Description | File |
| ------------- |:-------------| -----:|
|[Nethereum Getting Started Test Chain](nethereum-gettingstarted-testchain.workbook.md)|Learn a few simple interactions with a local Test Blockchain|[Workbook](nethereum-gettingstarted-testchain.workbook)
|[Nethereum Getting Started Infura](nethereum-gettingstarted-infura.workbook.md)|How to connect to the Infura blockchian and retrieve the balance of an account|[Workbook](nethereum-gettingstarted-infura.workbook)|
|[Nethereum Getting Started Nodesmith](nethereum-gettingstarted-nodesmith.workbook.md)|How to connect to Ethereum using Nodesmith and get the latest block|[Workbook](nethereum-gettingstarted-nodesmith.workbook)|
[Smart Contracts integration](nethereum-gettingstarted-smartcontracts.workbook.md)|Learn how to create an account using a private key. Deploy a smart contract using handlers, Send a transaction to the smart contract. Make a query call to the a smart contract. This workbook uses typed contract definitions|[Workbook](nethereum-gettingstarted-smartcontracts.workbook)|
[Events, Logs and Filters](nethereum-events-gettingstarted.workbook.md)|Learn how to decode events from transaction|[Workbook](nethereum-events-gettingstarted.workbook)|
[Message signing](nethereum-signing-messages.workbook.md)|Learn how to cryptographically sign messages and verify signatures|[Workbook](nethereum-signing-messages.workbook)|
[Creating A New Account Using Geth](nethereum-creating-a-new-account-using-geth.workbook.md)|Create a new account with Geth|[Workbook](nethereum-creating-a-new-account-using-geth.workbook)
|[Using Nethereum managed accounts](nethereum-managed-accounts.workbook/index.workbook.md)| Learn how to simplify private key management with `ManagedAccount`|[Zip package](nethereum-managed-accounts.workbook.zip)
|[Managing Hd Wallets](nethereum-managing-hdwallets.workbook.md)| Learn how to generate and use Hd Wallets |[Workbook](nethereum-managing-hdwallets.workbook)
|[Chain Id Management](nethereum-chainID-management.workbook.md) |Learn how to protect your code against replay attacks|[Workbook](nethereum-chainID-management.workbook)|
[Estimating gas](nethereum-estimating-gas.workbook/index.workbook.md) |Learn how to Estimate the gas cost of a contract transaction|[Zip package](nethereum-estimating-gas.workbook.zip)|
[Managing Nonces](nethereum-managing-nonces.workbook.md) |Automate nonce management with Nethereum|[Workbook](nethereum-managing-nonces.workbook)|
[Understanding receipt statuses](nethereum-receipt-status.workbook/index.workbook.md) |Learn how to retrieve and understand transactions receipt statuses|[Workbook](nethereum-receipt-status.workbook.zip)|
[Unit conversion](nethereum-converting-units.workbook.md)|Convert Ethereum currency units \(Eth\Gwei\Wei\) using Nethereum methods|[Workbook](nethereum-converting-units.workbook)|
|[Getting Started With Smart Contracts (untyped)](nethereum-gettingstarted-smartcontracts-untyped.workbook.md) |Learn how to create an account using a private key. Deploy a smart contract. Estimate the gas cost of a contract transaction. Send a transaction to the smart contract. Make a call to a smart contract. Retrieve the state of a smart contract from a previous block. This workbook uses untyped contract definitions|[Workbook](nethereum-gettingstarted-smartcontracts-untyped.workbook) |
[Events polling (untyped)](nethereum-eventdtos-getallchanges.workbook.md)|Learn how to poll events with Nethereum |[Workbook](nethereum-eventdtos-getallchanges.workbook)|
|[Nethereum Getting Started Test Chain](nethereum-gettingstarted-testchain.md)|Learn a few simple interactions with a local Test Blockchain|[Workbook](nethereum-gettingstarted-testchain.workbook)
|[Nethereum Getting Started Infura](nethereum-gettingstarted-infura.md)|How to connect to the Infura blockchian and retrieve the balance of an account|[Workbook](nethereum-gettingstarted-infura.workbook)|
|[Nethereum Getting Started Nodesmith](nethereum-gettingstarted-nodesmith.md)|How to connect to Ethereum using Nodesmith and get the latest block|[Workbook](nethereum-gettingstarted-nodesmith.workbook)|
[Smart Contracts integration](nethereum-gettingstarted-smartcontracts.md)|Learn how to create an account using a private key. Deploy a smart contract using handlers, Send a transaction to the smart contract. Make a query call to the a smart contract. This workbook uses typed contract definitions|[Workbook](nethereum-gettingstarted-smartcontracts.workbook)|
[Events, Logs and Filters](nethereum-events-gettingstarted.md)|Learn how to decode events from transaction|[Workbook](nethereum-events-gettingstarted.workbook)|
[Message signing](nethereum-signing-messages.md)|Learn how to cryptographically sign messages and verify signatures|[Workbook](nethereum-signing-messages.workbook)|
[Creating A New Account Using Geth](nethereum-creating-a-new-account-using-geth.md)|Create a new account with Geth|[Workbook](nethereum-creating-a-new-account-using-geth.workbook)
|[Using Nethereum managed accounts](nethereum-managed-accounts.workbook/index.md)| Learn how to simplify private key management with `ManagedAccount`|[Zip package](nethereum-managed-accounts.workbook.zip)
|[Managing Hd Wallets](nethereum-managing-hdwallets.md)| Learn how to generate and use Hd Wallets |[Workbook](nethereum-managing-hdwallets.workbook)
|[Chain Id Management](nethereum-chainID-management.md) |Learn how to protect your code against replay attacks|[Workbook](nethereum-chainID-management.workbook)|
[Estimating gas](nethereum-estimating-gas.workbook/index.md) |Learn how to Estimate the gas cost of a contract transaction|[Zip package](nethereum-estimating-gas.workbook.zip)|
[Managing Nonces](nethereum-managing-nonces.md) |Automate nonce management with Nethereum|[Workbook](nethereum-managing-nonces.workbook)|
[Understanding receipt statuses](nethereum-receipt-status.workbook/index.md) |Learn how to retrieve and understand transactions receipt statuses|[Workbook](nethereum-receipt-status.workbook.zip)|
[Unit conversion](nethereum-converting-units.md)|Convert Ethereum currency units \(Eth\Gwei\Wei\) using Nethereum methods|[Workbook](nethereum-converting-units.workbook)|
|[Getting Started With Smart Contracts (untyped)](nethereum-gettingstarted-smartcontracts-untyped.md) |Learn how to create an account using a private key. Deploy a smart contract. Estimate the gas cost of a contract transaction. Send a transaction to the smart contract. Make a call to a smart contract. Retrieve the state of a smart contract from a previous block. This workbook uses untyped contract definitions|[Workbook](nethereum-gettingstarted-smartcontracts-untyped.workbook) |
[Events polling (untyped)](nethereum-eventdtos-getallchanges.md)|Learn how to poll events with Nethereum |[Workbook](nethereum-eventdtos-getallchanges.workbook)|

0 comments on commit d64b997

Please sign in to comment.