simplealgo
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

simplealgo

React Component for simple algo operations

Example

Demo: https://iamswain25.github.io/simplealgo.

Usage

NPM

it supports both javascript & typescript!

npm install simplealgo

import Simplealgo from "simplealgo";

<Simplealgo
    token="ef920e2e7e002953f4b29a8af720efe8e4ecc75ff102b165e0472834b25832c1"
    url="http://hackathon.algodev.network"
    port={9100}
/>

Progress Steps

Streamlined UI with Base Web Progress steps Link

  1. Get your Account
  2. Remeber your mnemonic
  3. Check the amount of Algo in the wallet
  4. Sign a transaction
  5. Check transaction status!

Algo features:

references:

Stand-Alone

  • generateAccount
  • isValidAddress
  • mnemonicToSecretKey
  • secretKeyToMnemonic
  • signTransaction

algod api

  • status
  • transactionById
  • accountInformation
  • getTransactionParams
  • sendRawTransaction

Dependencies (16)

Dev Dependencies (4)

Package Sidebar

Install

npm i simplealgo

Weekly Downloads

2

Version

0.1.3

License

ISC

Unpacked Size

119 kB

Total Files

28

Last publish

Collaborators

  • iamswain25