# Install Antenna-Js
In your JS project root, use npm install
or yarn add
.
npm install iotex-antenna
1
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>
1
A few useful links:
- AntennaUtils (opens new window): 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 (opens new window)
Antenna-JS Reference (opens new window): the API reference documentation for Antenna-JS