Integrate Ante using React
Install ante-widget-react
Build
Using AnteWidget
Example of usage
Last updated
Last updated
npm i
npm run buildimport AnteWidget from '@antefinance/ante-widget-react';
import '@antefinance/ante-widget/dist/widget.css'; // This will import the stylesfunction Example() {
...
return (
<div>
// To show the overall trust tier of a protocol
<AnteWidget.Protocol name='PROTOCOL_NAME' />
// To show the trust score on a specific Ante Test
<AnteWidget.Test address='ANTE_TEST_ADDRESS' chain='0x1' />
</div>
);
}<AnteWidget.Protocol name='Ante' />
<AnteWidget.Test address='0x2EdC35B39BFBca6A52eA35612C2684D3D7654763' chain='0x1'>