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