-
Notifications
You must be signed in to change notification settings - Fork 54
/
manuals-directory.yaml
142 lines (111 loc) · 7.79 KB
/
manuals-directory.yaml
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
sections:
- title: Core
listings:
- title: nodeos
description: The core service daemon that runs on every EOSIO node
link: https://developers.eos.io/manuals/eos/latest/nodeos/index
- title: cleos
description: A command line interface to interact with the blockchain and manage wallets
link: https://developers.eos.io/manuals/eos/latest/cleos/index
- title: keosd
description: A key manager service daemon for storing private keys and signing digital messages
link: https://developers.eos.io/manuals/eos/latest/keosd/index
- title: eosio.cdt
description: Contract Development Toolkit is a suite of tools used to build EOSIO contracts
link: https://developers.eos.io/manuals/eosio.cdt/latest/index
- title: eosio.contracts
description: Smart contracts that provide some of the basic functions of the EOSIO blockchain
link: https://developers.eos.io/manuals/eosio.contracts/latest/index
- title: eos-vm
description: EOS VM - A Low-Latency, High Performance and Extensible WebAssembly Engine
link: https://github.com/EOSIO/eos-vm
- title: Examples
listings:
- title: eosio-java-android-example-app
description: Application demonstrating integration with EOSIO-based blockchains using EOSIO SDK for Java
link: https://github.com/EOSIO/eosio-java-android-example-app
- title: eosio-swift-ios-example-app
description: Application demonstrating integration with EOSIO-based blockchains using EOSIO SDK for Swift
link: https://github.com/EOSIO/eosio-swift-ios-example-app
- title: tropical-example-web-app
description: An example for developers showing an application built on EOSIO combining UAL, Manifest Spec, and Ricardian Contracts
link: https://github.com/EOSIO/tropical-example-web-app
- title: Tools
listings:
- title: eosio-explorer
description: An application providing Web GUI to communicate with EOSIO blockchain in a local development environment
link: https://github.com/EOSIO/eosio-explorer
- title: eosio-toppings
description: A monorepo composed of the various packages which work together to create a web-based development tool to help users create applications on the EOSIO blockchain
link: https://github.com/EOSIO/eosio-toppings
- title: eosio-web-ide
description: EOSIO Quickstart Web IDE lets developers start experiment building applications on EOSIO platform in a matter of minutes
link: https://github.com/EOSIO/eosio-web-ide
- title: demux-js
description: Demux is a backend infrastructure pattern for sourcing blockchain events to deterministically update queryable datastores and trigger side effects.
link: https://github.com/EOSIO/demux-js
- title: history-tools
description: Set of tools built to facilitate highly performant searches, written in C++, that can efficiently and scalably sift through terabytes of data from the full history of EOSIO blockchains.
link: https://developers.eos.io/welcome/latest/tools/history-tools/index
- title: Javascript SDK
listings:
- title: eosjs
description: A Javascript library which provides an API for integrating with EOSIO-based blockchains using the EOSIO Nodeos RPC API
link: https://developers.eos.io/manuals/eosjs/latest/index
- title: eosjs-keygen
description: A Javascript library for managing keys in local storage
link: https://github.com/EOSIO/eosjs-keygen
- title: Swift SDK
listings:
- title: eosio-swift
description: A set of components for integrating with EOSIO-based blockchains using the EOSIO RPC API
link: https://eosio.github.io/eosio-swift
- title: eosio-swift-vault
description: Consists of two main components--Vault and Vault Signature Provider. Vault is a utility library for working with public/private keys and signing with Apple's Keychain and Secure Enclave. Vault Signature Provider is a pluggable signature provider for EOSIO SDK for Swift. It allows for signing transactions using keys stored in Keychain or the device's Secure Enclave
link: https://eosio.github.io/eosio-swift-vault
- title: eosio-swift-ios-example-app
description: A simple application demonstrating how to integrate an iOS app with EOSIO-based blockchains using EOSIO SDK for Swift
link: https://github.com/EOSIO/eosio-swift-ios-example-app
- title: Java SDK
listings:
- title: eosio-java
description: An SDK for integrating with EOSIO-based blockchains using the EOSIO RPC API
link: https://github.com/EOSIO/eosio-java
- title: eosio-java-rpc-provider
description: An RPC provider implementation for use within EOSIO SDK for Java as a plugin. Supports Android 6+ and server-side Java
link: https://github.com/EOSIO/eosio-java-rpc-provider
- title: eosio-java-abieos-serialization-provider
description: A pluggable serialization provider for EOSIO SDK for Java supporting server-side Java
link: https://github.com/EOSIO/eosio-java-abieos-serialization-provider
- title: eosio-java-android-abieos-serialization-provider
description: API documentation for the pluggable serialization provider for EOSIO SDK for Java supporting Android
link: https://github.com/EOSIO/eosio-java-android-abieos-serialization-provider
- title: eosio-java-softkey-signature-provider
description: An example pluggable signature provider for EOSIO SDK for Java
link: https://github.com/EOSIO/eosio-java-softkey-signature-provider
- title: eosio-android-keystore-signature-provider
description: A pluggable signature provider for EOSIO SDK for Java written in Kotlin that uses Android Keystore
link: https://github.com/EOSIO/eosio-android-keystore-signature-provider
- title: eosio-java-android-example-app
description: A simple application demonstrating how to integrate an Android app with EOSIO-based blockchains using EOSIO SDK for Java
link: https://github.com/EOSIO/eosio-java-android-example-app
- title: EOSIO Labs
listings:
- title: eosjs-ios-browser-signature-provider-interface
description: A Signature Provider Interface for communicating with an authenticator from iOS Safari using the EOSIO Authentication Transport Protocol Specification
link: https://github.com/EOSIO/eosjs-ios-browser-signature-provider-interface
- title: eosjs-ledger-signature-provider
description: A SignatureProvider for communicating with eosjs from a Ledger device
link: https://github.com/EOSIO/eosjs-ledger-signature-provider
- title: eosjs-signature-provider-interface
description: An abstract class that implements the EOSJS Signature Provider interface, and provides helper methods for interacting with an authenticator using the EOSIO Authentication Transport Protocol Specification
link: https://github.com/EOSIO/eosjs-signature-provider-interface
- title: eosjs-window-message-signature-provider-interface
description: A Signature Provider Interface for communicating with an authenticator over the Window Messaging API using the EOSIO Authentication Transport Protocol Specification
link: https://github.com/EOSIO/eosjs-window-message-signature-provider-interface
- title: ual-authenticator-walkthrough
description: A tutorial walks through the steps required to create a UAL for Ledger Authenticator
link: https://github.com/EOSIO/ual-authenticator-walkthrough
- title: ual-reactjs-renderer
description: A library provides a React renderer around the Universal Authenticator Library
link: https://github.com/EOSIO/ual-reactjs-renderer