0.1.3 • Published 5 years ago

simplealgo v0.1.3

Weekly downloads
4
License
ISC
Repository
-
Last release
5 years ago

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