From db6e14e0d2ae9302518e14b7187a215bf66a2945 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 14 Dec 2018 14:33:14 +0530 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md 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).