@zeriontech/transactions

v0.0.16
Components used for creating transaction related UIs in web apps

@zeriontech/transactions

These modules are used to manage state that's needed for building Zerion Send ans Swap forms

Get Started

Install

npm install @zeriontech/transactions

Use

import { useSendForm } from '@zeriontech/components';
import type { SendFormView } from '@zeriontech/components';

function SendForm() {
  const sendView: SendFormView = useSendForm({
    currencyCode: 'usd',
    DEFAULT_CONFIGURATION,
    address,
    positions,
    getNetworks: () => networksStore.load(),
    client
  });

  return <form />;
}
npm i @zeriontech/transactions

Metadata

  • MIT
  • Whatever
  • everdimension
  • released 6/25/2024

Downloads

Maintainers

everdimension