New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simplealgo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplealgo

Minimal React component of simple Algo creating, signing and sending payment transaction

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Get your Account
  • Remeber your mnemonic
  • Check the amount of Algo in the wallet
  • Sign a transaction
  • Check transaction status!

Algo features:

references:

Stand-Alone

  • generateAccount
  • isValidAddress
  • mnemonicToSecretKey
  • secretKeyToMnemonic
  • signTransaction

algod api

  • status
  • transactionById
  • accountInformation
  • getTransactionParams
  • sendRawTransaction

FAQs

Package last updated on 06 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts