Skip to content

vestigefi/widgets

Repository files navigation

@vestigefi/widgets

Embeddable asset charts & swap widgets for Algorand

NPM JavaScript Style Guide License

Demo/Documentation

Demo and API docs are available here!

Install

npm install --save @vestigefi/widgets

or

yarn add @vestigefi/widgets

Usage

import React, { FC, useState } from 'react'

import { Swap } from '@vestigefi/widgets'

export const Example: FC = () => {
  return <Swap assetOut={700965019} />
}

License

MIT © Vestige Labs

About

Algorand asset charts & swap widgets that can be embed on your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published