forked from aeternity/aepp-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (87 loc) · 2.76 KB
/
mkdocs.yml
File metadata and controls
88 lines (87 loc) · 2.76 KB
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
site_name: Aeternity JavaScript SDK
plugins:
- search
- mkdocs-simple-hooks:
hooks:
on_pre_build: "docs.hooks:pre_build"
repo_url: 'https://github.com/aeternity/aepp-sdk-js'
nav:
- Overview: README.md
- guides/quick-start.md
- Guides:
- guides/contract-events.md
- guides/oracle-usage.md
- guides/aens-usage.md
- guides/contract-aci-usage.md
- guides/delegate-signature-to-contract.md
- Wallet Api: guides/how-to-build-aepp-using-new-wallet-api.md
- Building Wallets: guides/how-to-build-an-wallet-app-or-extension.md
- guides/low-vs-high-usage.md
- guides/import-tree-shaking.md
- Migration:
- guides/migration/migration-7.0.0.md
- API Reference:
- account:
- api/account.md
- api/account/selector.md
- api/account/memory.md
- Account Handling: api/accounts.md
- ae:
- api/ae/aens.md
- api/ae/aepp.md
- api/ae/contract.md
- api/ae/oracle.md
- api/ae/universal.md
- api/ae/wallet.md
- chain:
- api/chain.md
- api/chain/node.md
- channel: api/channel/index.md
- contract:
- api/contract/aci.md
- api/contract/compiler.md
- Generalized Accounts: api/contract/ga.md
- oracle:
- api/oracle.md
- api/oracle/node.md
- Deprecated RPC Client: api/rpc/client.md
- tx:
- builder:
- api/tx/builder.md
- api/tx/builder/helpers.md
- api/tx/builder/schema.md
- tx: api/tx.md
- tx stamp: api/tx/tx.md
- tx object: api/tx/tx-object.md
- tx validator: api/tx/validator.md
- Aepp Wallet Communication:
- Connection:
- Setup: api/utils/aepp-wallet-communication/connection.md
- api/utils/aepp-wallet-communication/content-script-bridge.md
- api/utils/aepp-wallet-communication/wallet-detector.md
- api/utils/aepp-wallet-communication/connection/browser-runtime.md
- Window message: api/utils/aepp-wallet-communication/connection/browser-window-message.md
- RPC:
- Aepp RPC: api/utils/aepp-wallet-communication/rpc/aepp-rpc.md
- RPC client: api/utils/aepp-wallet-communication/rpc/rpc-client.md
- Wallet RPC: api/utils/aepp-wallet-communication/rpc/wallet-rpc.md
- utils:
- AE Utilities: api/ae.md
- api/utils/amount-formatter.md
- api/utils/bignumber.md
- api/utils/bytes.md
- api/utils/crypto.md
- api/utils/keystore.md
- api/contract.md
- api/node.md
- api/node-pool.md
- api/utils/swagger.md
- Examples:
- NodeJS:
- Setup: guides/import-nodejs.md
- examples/node/aecontract.md
- examples/node/aecrypto.md
- examples/node/aewallet.md
- JS:
- guides/import-script-tag.md
- guides/import-vuejs.md