Quickstart

A basic guide on the steps required steps for integrating with the Charged Particles protocol

  • Read and Write to Contracts

    • This section provides examples for how to read and write to the Charged Particles contracts using Web3.js (other methods like Ethers will work too, but all our examples use Web3).

  • Read from the subgraph

    • A guide for how to get most blockchain data as well as some additional higher-level metrics from the Charged Particles Subgraph.

  • Get Kovan ETH + ERC20s

    • Instructions on how to get Kovan ETH (KETH) and Kovan ERC20s that will allow you to fully test Charged Particles' functionality.

  • Debugging tips

    • Tips on how to debug ts-node using VsCode. Useful when querying with the Subgraph from ts-node.

  • Contract Testing Examples

    • examples of tests for the Charged Particles contracts using Hardhat

Last updated