Skip to content

nelsonmfinda/react-algorand-payments

Repository files navigation

React Algorand Payments SDK

React components that expose creating, signing and sending payment transaction using the API reference for the React component definition.

Documentation

For detailed information about the different API calls in client, visit https://developer.algorand.org

Usage

Generate an Algorand account

var keys = algosdk.generateAccount();

Example result

{addr: "IB3NJALXLDX5JLYCD4TMTMLVCKDRZNS4JONHMIWD6XM7DSKYR7MWHI6I7U", sk: Uint8Array(64)}

Signing

Sending payment transaction

Releases

No releases published

Packages

No packages published