diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2b0fd5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# FLO_walletless +FLO walletless Transactions + +These are client side scripts that can send FLO transactions to the blockchain + +Use respective directory for mainnet and testnet + +## FLO_sendData +This webpage sends the FLO comments (data) to the blockchain + + +Instructions to use + +1. Enter the sender's address (for multiple address use comma `,`) +2. Click get balance. +3. Balance of the respective address(es) will be displayed +4. Select the address from which you want to send +5. Enter the Receiver's address +6. Enter amount (only in FLO_sendAmt_data.html) +7. Enter FLO data (if required) +8. Click Send +9. Enter the private key for the address in the prompt +10. The transaction will be sent to the blockchain and returns the txid (returns error if any).