-
Notifications
You must be signed in to change notification settings - Fork 45
/
mkdocs.yml
142 lines (132 loc) · 6.49 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# The MIT License (MIT)
# Copyright (c) 2016 Nethereum.com (Juan Blanco) , Logo by Cass (https://github.com/cassiopaia)
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or ANY portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Project information
site_name: Nethereum Documentation
site_url: https://docs.nethereum.com
site_description: Nethereum documentation.
site_author: Nethereum community
copyright: Nethereum is licensed under the MIT License (MIT), this <a href="https://readthedocs.org/">Readthedocs.org</a> documentation uses <a href="https://www.mkdocs.org/">Mkdocs</a> and the <a href="https://squidfunk.github.io/mkdocs-material">Material theme</a>.
#extra project info and template customisation
extra:
support:
gitter: https://discord.gg/u3Ej2BReNn
nethereum_website: https://docs.nethereum.com
issues: https://github.com/Nethereum/Nethereum/issues
# Repository
repo_name: Nethereum/Nethereum
repo_url: https://github.com/Nethereum/Nethereum
edit_uri: https://github.com/Nethereum/Nethereum.Docs/tree/master/docs
theme:
name: material
custom_dir: docs/custom_theme
palette:
primary: teal
accent: teal
favicon: images/favicon.ico
logo: assets/logo.png
feature:
tabs: true
nav:
- Get started :
- What is Nethereum? : index.md
- Get Started with Nethereum : getting-started.md
- Nugets : nugets.md
- Transferring Ether : nethereum-transferring-ether.md
- Unit conversion : nethereum-converting-units.md
- Accounts :
- Accounts in Nethereum : accounts.md
- Managed Accounts : nethereum-managed-accounts.md
- Account objects : nethereum-using-account-objects.md
- Managed accounts : Nethereum.Workbooks/docs/nethereum-managed-accounts.workbook/index.md
- Hd Wallets and seed phrases : nethereum-managing-hdwallets.md
- Creating a new Account using Geth Personal Api : nethereum-creating-a-new-account-using-geth.md
- Chain Ids : nethereum-chainID-management.md
- Keystore : nethereum-creating-key-store.md
- Smart Contracts :
- Smart Contracts Interaction : nethereum-smartcontrats-gettingstarted.md
- VS Code Solidity code generation demo : nethereum-codegen-vscode-demo.md
- Events, Logs and Filters : nethereum-events-gettingstarted.md
- Using receipt statuses : nethereum-receipt-status.md
- Estimating gas for a transaction : nethereum-estimating-gas.md
- Managing nonces : nethereum-managing-nonces.md
- Getting Started With Smart Contracts (untyped) : nethereum-gettingstarted-smartcontracts-untyped.md
- Create and deploy contracts (untyped): contracts/deploying.md
- Calls, transactions, events, filters and topics (untyped): contracts/calling-transactions-events.md
- Multiple output parameters and function DTOs (untyped) : contracts/functiondtos.md
- Events polling (untyped) : nethereum-eventdtos-getallchanges.md
- Signing messages : nethereum-signing-messages.md
- Web3 and RPC:
- Web3 : introduction/web3.md
- RPC : introduction/rpc.md
- IPC : introduction/ipc.md
- WS : introduction/ws.md
- Ethereum clients:
- Introduction : ethereum-and-clients/index.md
- Geth (Go client) : ethereum-and-clients/geth.md
- Parity : ethereum-and-clients/parity.md
- Quorum : ethereum-and-clients/quorum.md
- Azure BaaS : azure/set-up-blockchain-on-azure.md
- Azure/Quorum integration : nethereum-azure-quorum.md
- Infura : nethereum-gettingstarted-infura.md
- Nodesmith : nethereum-gettingstarted-nodesmith.md
- TestRPC : ethereum-and-clients/test-rpc.md
- Ganache CLI : ethereum-and-clients/ganache-cli.md
- Choosing a chain for development : ethereum-and-clients/choosing-a-chain-for-development.md
- Getting Started Test Chain : nethereum-gettingstarted-testchain.md
- Code generation:
- Nethereum code generation : nethereum-code-generation.md
- VS Code Solidity code generation : nethereum-codegen-vscodesolidity.md
- VS Code Solidity code generation demo : nethereum-codegen-vscode-demo.md
- Nuget auto code generation : nethereum.autogen.contractapi.md
- Console (CLI) code generation : nethereum-codegen-console.md
- ABI Encoding:
- Nethereum ABI Encoding : nethereum-abi-encoding.md
- Front-end:
- Nethereum Blazor (sample) : nethereum-blazor.md
- UI Wallets (samples) : nethereum-ui-wallets.md
- Back-end:
- Log Processing : nethereum-log-processing-detail.md
- Block Processing:
- What is block processing : nethereum-block-processing-detail.md
- Azure Table Storage : nethereum-block-storage-azure.md
- Subscriptions and Streaming : nethereum-subscriptions-streaming.md
- Ujo Backend : nethereum-ujo-backend.md
- Ujo Backend reference architecture : nethereum-ujo-backend-sample.md
- Wonka rules engine : wonka.md
- Unity (Gaming / VR / 3D):
- Introduction : unity3d-introduction.md
- Sending Ether: unity3d-sending-ether.md
- Smart contract interaction : unity3d-smartcontracts-getting-started.md
- Other tooling:
- Kaleido: kaleido-and-nethereum.md
markdown_extensions:
- toc:
permalink:
toc_depth: 3
- codehilite
- markdown_include.include:
base_path: docs
- admonition
- footnotes
- def_list
- abbr
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.keys
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- meta
- smarty
plugins:
- search