0.3.0 • Published 4 months ago

@zeriontech/transactions v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@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 />;
}
0.3.0

4 months ago

0.1.0

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago