Embeddable asset charts & swap widgets for Algorand
Demo and API docs are available here!
npm install --save @vestigefi/widgets
or
yarn add @vestigefi/widgets
import React, { FC, useState } from 'react'
import { Swap } from '@vestigefi/widgets'
export const Example: FC = () => {
return <Swap assetOut={700965019} />
}
MIT © Vestige Labs