FLO walletless Transactions
| mainnet | ||
| testnet | ||
| FLO_walletless_mainnet.html | ||
| FLO_walletless_testnet.html | ||
| README.md | ||
FLO_walletless
FLO walletless Transactions
These are client side scripts that can send FLO transactions to the blockchain
NOTE : Use respective directory/file for mainnet and testnet
Instructions to use
Note : open the respective html file in browser
Choose the function you require. (Click button)
There are 3 functions :
Address Generator
This function can generate new FLO address and secret key pair (or) recover FLO address from given secret key.
- Click on the 'Generate New Address' button to generate FLO address and secret key pair.
(or)
- Click on the 'Recover FLO Address' button
- Enter the secret key in the prompt to recover the FLO address.
Send FLO Data
This function can send FLO data and transactions to the blockchain.
- Enter the sender's address (for multiple address use comma
,) - Click get balance.
- Balance of the respective address(es) will be displayed
- Select the address from which you want to send
- Enter the Receiver's address
- Enter amount
- Enter FLO data (if required)
- Click Send
- Enter the private key for the address in the prompt
- The transaction will be sent to the blockchain and returns the txid (returns error if any).
Note : Transcation fee is set to 0.0005
Get FLO Data
This function views the FLO data received by the given address(es).
- Enter receiver address (for multiple address use comma
,) - Enter sender address (for multiple address use comma
,) or choose 'All' mode - Click getData
- FloData received by the address(es) will be displayed
Note : There are 2 modes
- All : display floData received from all addresses
- Filter : display floData received from given address(es)
Note
Seperate files in mainnet and testnet directory can be used for specific functions alone.