Prerequisites

The Docs Assume Some JavaScript and Web3 Programming Knowledge.

Explaining the concepts of JavaScript and Web3 from scratch is beyond the scope of the docs. You don't need to be an expert in Javascript or Web3 to try Bitpowr, but some basic knowledge will help you understand it better.

Javascript Knowledge

  • You have worked with Objects, JSON.
  • You have worked with frontend JavaScript and backend JavaScript.
  • Understanding of asynchronous operations.
  • Promises, async and await.

Web3 Knowledge

  • Understanding of how the blockchain works.
  • You have worked with the ethers.js Library.
  • You are familiar with smart contracts and smart contract events.
  • You have worked with different chains such as mainnet, testnet, or Ganache (Ganache is your own local development chain).

What’s Next