ABT Node Documentation, a help documentation for quickly get started with ABT Node.
npm install @arcblock/abtnode-docs``shell`
git clone git@github.com:ArcBlock/abtnode-docs.git
cd abtnode-docs
make init
> If you have trouble with make init, you can try make redep instead.
Then create a config file .env in repo root directory with the following content:
`shell`
GATSBY_ALGOLIA_APP_ID="FU81LCBN51"
GATSBY_ALGOLIA_ADMIN_KEY="this key is secret"
GATSBY_ALGOLIA_SEARCH_KEY="2e4d21878c80877e17a6f9c80722eaeb"
GATSBY_ALGOLIA_INDEX_NAME="abtnode-docs"
Then compile and server docs from local:
`shell``
make run
- Introduction
- ABT Node Overview
- ABT Node Setup
- ABT Node Access
- Blocklet Marketplace
- Find and install blocklet
- Upgrade/downgrade blocklet
- Blocklet Management
- Basic Operations
- Blocklet Environments
- Core Blocklets
- Router
- What is Router?
- Basic Router Usage
- Production Deployment
- Production Best Practice
- Deploy with AWS AMI
- Run behind Reverse Proxy
- Misc
- Node Settings
- Member Management
- GraphQL Console
- Developer Guide
- Node Configuration
- Storage Structure
- Blocklet Specification
- Create Static Blocklets
- Create DApp Blocklets
- Blocklet Hooks
- Bundle Blocklets
- Publish Blocklets
- Blocklet Registry