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

Latest commit

 

History

History
19 lines (14 loc) · 1.51 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.51 KB

Nethereum.Workbooks

Nethereum tutorials using Xamarin workbooks.

Sadly Xamarin workbooks is not having any progress, now a better way to learn Nethereum is the Nethereum Playground at http://playground.nethereum.com. This repository is archived now.

"Xamarin Workbooks provide a blend of documentation and code that is perfect for experimentation, learning, and creating guides and teaching aids." For more information on installation requirements go to: https://developer.xamarin.com/guides/cross-platform/workbooks/

Workbook sample

Workbooks

You can find a list of all the workbooks on the Nethereum documentation or just browse through them in the repository

Workbooks contribution

  1. Any modifications should be pushed on the Nethereum.Workbooks repository
  2. Any new workbooks need to have a unit test associated with it, or changes unit tested beforehand. For an introduction on unit testing workbooks Check this blog post
  3. All the workbooks need to be in the same folder and indexed in the index.md file. See any entries on the index.md on how to format links.
  4. The workbook application will convert your workbook to a folder if referencing images locally, to overcome this always use "raw github" urls to the screenshots folder. This allows users to download just the file directly to their drive.