Overview

On this page

Developers #

An overview of the available documentation for developers. {synopsis}

List of Resources #

Please find the following resources for in-depth information:

  • Quick Connect: List of publicly available endpoints.

  • ICTech Clients: Description of available clients.

  • Block Explorers: List of block explorers available for ICTech.

  • [Testnet Faucet]: Explaination of faucet use to obtain testnet tokens.

  • Localnet: Instructions on how to configure a local instance of the ICTech blockchain.

    • Single Node: Run a single local node.

    • Multi Node: Run a local testnet with multiple nodes.

    • Testnet: Use the testnet command of the ICTech daemon.

  • Libraries:

    • [ICTechJS]: Javascript library for ICTech.

  • Guides:

    • Wallet Integration: Connect Metamask and Keplr wallets to a UI.

    • ERC-20 Registration: Register interoperable ERC-20s through governance.

    • [ICTech Coin Registration]: Register native ICTech Coins through governance.

    • [Smart Contract Registration]: Register smart contracts in the dApp store to earn income.

    • [Incentives Registration]: Register smart contract incentives through governance.

    • Trace Transactions: Learn how to trace transactions on ICTech.

    • Query Balances: Learn how to query balances on ICTech.

Remote Procedure Calls (RPCs) #

As ICTech lives at the crossroads of ICTech and Ethereum, there are RPC connections available for all corresponding interfaces:

  • JSON-RPC Server: General information about the JSON-RPC server provided by ICTech.

  • Running The Server: Instructions on how to set up the server when running a node.

  • Namespaces: Description of the available JSON-RPC namespaces.

  • JSON-RPC Methods: List of supported JSON-RPC endpoints and methods.

  • Events: Information about the available events and instructions to subscribe to them.

  • ICPlaza gRPC & REST: Documentation of the available gRPC implementation on ICTech.

  • Tendermint RPC: Documentation for the RPC protocols supported by Tendermint.

Tutorials For Ethereum Devs #

To welcome Ethereum developers, there is a selection of tutorials available showcasing some widely used developer tools:

  • Remix: Instructions to deploy a smart contract on ICTech with Remix IDE.

  • Hardhat: Instructions to deploy a smart contract on ICTech with the Hardhat suite of development tools.

  • Truffle: Instructions to deploy a smart contract on ICTech using the Truffle framework.

← Chain Parameters

Quick Connect →

Last updated