forked from EOSIO/welcome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reference-directory.yaml
46 lines (46 loc) · 3.03 KB
/
reference-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
sections:
- title: Nodeos RPC API Reference
listings:
- title: Nodeos Chain API
description: Provides access to the blockchain information and interaction with the blockchain
link: https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index
- title: Nodeos Producer API
description: Provides access to a producer node
link: https://developers.eos.io/manuals/eos/latest/nodeos/plugins/producer_api_plugin/api-reference/index
- title: Nodeos Net API
description: Provides access to the blockchain's network
link: https://developers.eos.io/manuals/eos/latest/nodeos/plugins/net_api_plugin/api-reference
- title: Nodeos DB Size API
description: Provides access to the blockchain's database
link: https://developers.eos.io/manuals/eos/latest/nodeos/plugins/db_size_api_plugin/api-reference
- title: Nodeos Trace API
description: Provides access to retired actions and related metadata from a specified block
link: https://developers.eos.io/manuals/eos/latest/nodeos/plugins/trace_api_plugin/api-reference/index
- title: SDK API References
listings:
- title: eosjs Javascript API
description: Provides integration with EOSIO-based blockchains using the EOSIO Nodeos RPC API
link: https://developers.eos.io/manuals/eosjs/latest/API-Reference/index
- title: eosio-swift Swift API
description: Provides integration with EOSIO-based blockchains using the EOSIO Nodeos RPC API
link: http://eosio.github.io/eosio-swift
- title: eosio-java Java API
description: Provides integration with EOSIO-based blockchains using the EOSIO Nodeos RPC API
link: http://eosio.github.io/eosio-java
- title: Smart Contract Action References
listings:
- title: eosio.system
description: Contract defines the structures and actions needed for blockchain's core functionality
link: https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.system
- title: eosio.token
description: Contract defines the structures and actions that allow users to create, issue, and manage tokens on eosio based blockchains
link: https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.token
- title: eosio.msig
description: Contract defines the structures and actions needed to manage the proposals and approvals on blockchain
link: https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.msig
- title: eosio.wrap
description: Contract simplifies Block Producer superuser actions by making them more readable and easier to audit
link: https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.wrap
- title: eosio.bios
description: Contract defines the structures and actions needed for blockchain's basic core functionality
link: https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.bios