github.com/amazechain/amc@v0.1.3/docs/SUMMARY.md (about)

     1  # AMC docs
     2  
     3  1. [Introduction](./intro.md)
     4  1. [Installation](./installation/installation.md)
     5     1. [Pre-Built Binaries](./installation/binaries.md)
     6     1. [Docker](./installation/docker.md)
     7     1. [Build from Source](./installation/source.md)
     8     1. [Build for ARM devices](./installation/build-for-arm-devices.md)   
     9  1. [Run a Node](./run/run-a-node.md)
    10     1. [Mainnet or official testnets](./run/mainnet.md)
    11     1. [Private testnet](./run/private-testnet.md)
    12     1. [Metrics](./run/observability.md)
    13     1. [Transaction types](./run/transactions.md)
    14     1. [Ports](./run/ports.md)
    15     1. [Troubleshooting](./run/troubleshooting.md)
    16  1. [Interacting with AMCover JSON-RPC](./jsonrpc/intro.md)
    17     1. [eth](./jsonrpc/eth.md)
    18     1. [web3](./jsonrpc/web3.md)
    19     1. [net](./jsonrpc/net.md)
    20     1. [txpool](./jsonrpc/txpool.md)
    21     1. [debug](./jsonrpc/debug.md)
    22     1. [trace](./jsonrpc/trace.md)
    23     1. [admin](./jsonrpc/admin.md)
    24     1. [rpc](./jsonrpc/rpc.md)
    25  1. [CLI Reference](./cli/cli.md)   
    26  1. [Developers](./developers/developers.md)
    27     1. [Code Submission Standards](./developers/codesubmission.md)
    28     2. [Contribute](./developers/contribute.md)
    29     3. [Code of Conduct](./developers/codeofconduct.md)