Integrate Ante using React

The Ante widget has been published as an npm package:

Install ante-widget-react

npm: npm i @antefinance/ante-widget-react

yarn: yarn add @antefinance/ante-widget-react

Build

Using AnteWidget

Import AnteWidget from the ante-widget-react package:

Then add the appropriate AnteWidget component where desired on your app:

Example of usage

The following code will generate badges for the Ante protocol as well as one of the Ante Tests that tests the ante protocol:

Last updated