1.0.21 • Published 7 years ago
react-algorand v1.0.21
React-Algorand
Demo link
https://test.robinthomas2591.now.sh/
Table of Contents
Install
$ npm install react-algorandUsage
import React from "react";
import Algorand from "react-algorand";
function App() {
return (
<Algorand color="primary" />
);
}
export default App;color can be one among danger, primary, dark, warning, success, secondary, or info. If none is provided, it'll be defaulted to dark
Features
- Zero configuration required.
- Login using Algorand wallet (wallet file is simply a text file containing the mnemonic).
- Create a new Algorand account and the wallet file will be downloaded automatically.
- See the account balance & address before making the transaction.
- Add a memo (or note) to your transaction (optional field).
- Send payment transaction to another Algorand account.
- Can schedule your transaction to be processed in the future.
- Can make multiple transactions in one user session.
- See the history of all transactions made in one user session.
- Processed transactions will show the timestamp (when hovered over the spinner) when the transaction was processed.
- Pending transactions will show the remaining time (when hovered over the spinner) for the transaction to be processed.
- If the user closes his/her browser, all pending transactions will be cancelled.
- Support different Algorand networks -
mainnet, andtestnet. - Choose between different themes -
danger,primary,dark,warning,success,secondary,info.
1.0.21
7 years ago
1.0.20
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago