Quickstart
A basic guide on the steps required steps for integrating with the Charged Particles protocol
- 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).
- A guide for how to get most blockchain data as well as some additional higher-level metrics from the Charged Particles Subgraph.
- Instructions on how to get Kovan ETH (KETH) and Kovan ERC20s that will allow you to fully test Charged Particles' functionality.
- Tips on how to debug
ts-node
using VsCode. Useful when querying with the Subgraph from ts-node.
- examples of tests for the Charged Particles contracts using Hardhat
Last modified 1yr ago