React Component for simple algo operations
Demo: https://iamswain25.github.io/simplealgo.
it supports both javascript & typescript!
npm install simplealgo
import Simplealgo from "simplealgo";
<Simplealgo
token="ef920e2e7e002953f4b29a8af720efe8e4ecc75ff102b165e0472834b25832c1"
url="http://hackathon.algodev.network"
port={9100}
/>
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!
- github repo: https://github.com/algorand/js-algorand-sdk
- official docs: https://developer.algorand.org/docs/javascript-sdk
- generateAccount
- isValidAddress
- mnemonicToSecretKey
- secretKeyToMnemonic
- signTransaction
- status
- transactionById
- accountInformation
- getTransactionParams
- sendRawTransaction