Skip to content

Latest commit

 

History

History
144 lines (109 loc) · 4.56 KB

File metadata and controls

144 lines (109 loc) · 4.56 KB

Table of Contents

Start Here [eosio-home]

1. DEVELOPMENT ENVIRONMENT

Title File Name
️:heavy_check_mark: 1.1 Introduction introduction
✔️ 1.2 Before You Begin setting-up-your-environment
1.3 About the Stack how-it-all-fits-together
️:heavy_check_mark: 1.4 Start Your Node & Setup getting-the-software
️:heavy_check_mark: 1.5 Install the CDT installing-the-contract-development-toolkit
1.6 Create Development Wallet wallets
1.7 Create Test Accounts accounts-1

2. SMART CONTRACT DEVELOPMENT

Title File Name
✔️ 2.1 Hello World! your-first-contract
✔️ 2.2 Deploy, Issue and Transfer Tokens token-contract
✔️ 2.3 Understanding ABI Files the-abi
✔️ 2.4 Data Persistence data-persistence
✔️ 2.5 Secondary Indices secondary-indices
2.6 Adding Inline Actions inline-actions
2.7 Inline Action to External Contract sending-an-inline-transaction-to-external-contract
2.8 Custom Dispatchers writing-a-custom-dispatcher

USING DOCUMENTATION

Title File Name
Suggesting Edits suggesting-edits
Using HTTP Sandbox and Code Samples using-http-sandbox

RESOURCES

Title File Name
Browse Source Code browse-source-code
Coding Standards coding-standards
Doxygen Guidelines doxygen-guidelines

Nodeos [eosio-nodeos]

GETTING STARTED

Title File Name
Overview overview-1
Docker Quickstart docekr-quickstart
Understanding Accounts and Permissions accounts-and-permissions

BUILDING FROM SOURCE

Title File Name
Getting the Code getting-the-code
📁 Build Options install-nodeos
📄 Autobuild Script autobuild-script
📄 Docker-compose docker
📄 Manually Build manually-build
Build Validation build-validation

SETUP NODEOS

Title File Name
📁 Configuration configuration-file
📄 Producing Node environment-producing-node
📄 Non-Producing Node environment-non-producing-node
📁 Development Environment setup-nodeos-for-development
✔️ 📄 Local Single-node Testnet local-single-node-testnet
📄 Local Multi-Node Testnet local-multi-node-testnet
Troubleshooting troubleshooting
Testnets testnets
Read Modes read-modes

ADVANCED GUIDES

Title File Name
Full Scale Network boot-sequence
BIOS Boot Sequence bios-boot-sequence
Benchmarking benchmarking
📁 Manually Install Dependencies overview
📄 Clean install MacOS Sierra 10.12 and higher clean-install-macos-sierra-1012-and-higher
📄 Clean install Amazon 2017.09 and higher clean-install-amazon-201709-and-higher
📄 Clean install Centos 7 and higher clean-install-centos-7-and-higher
📄 Clean install Fedora 25 and higher clean-install-fedora-25-and-higher
📄 Clean install Ubuntu 16.04 and Linux Mint 18 clean-install-ubuntu-1604-and-higher

EOSIO PLUGINS

Title File Name
bnet_plugin bnet_plugin
history_plugin history_plugin
history_api_plugin history_api_plugin
chain_plugin chain_plugin
chain_api_plugin chain_api_plugin
faucet_testnet_plugin faucet_testnet_plugin
http_plugin http_plugin
net_api_plugin net_api_plugin
net_plugin net_plugin
producer_plugin producer_plugin
txn_test_gen_plugin txn_test_gen_plugin
mongo_db_plugin mongo_db_plugin

Cleos [eosio-cleos]

GUIDES

Title File Name

Keosd [keosd]

DOCUMENTATION

Title File Name

Smart Contracts [eosio-cpp]

OVERVIEW

Title File Name

TUTORIALS

Title File Name

WORKFLOW TIPS

Title File Name

C/C++ API

RPC API