Antenna JS

In your JS project root, use npm install or yarn add.

npm install iotex-antenna

or add the following line to your html.

<script src="https://cdn.jsdelivr.net/npm/iotex-antenna@0.29.1/lib/iotex-antenna.browser.min.js"></script>

A few useful links:

  • AntennaUtils: a TypeScript library with ready-made utility functions

  • Reference Code: the docs section with reference implementation for most common blockchain requirements.

  • Integrate IoPay Wallet: the docs section explaining how to integrate your web client with IoPay Wallet

  • Antenna-JS Reference: the API reference documentation for Antenna-JS

Last updated