Create README.md

This commit is contained in:
Sai Raj 2018-12-14 14:33:14 +05:30 committed by GitHub
parent 8d9abf9bef
commit db6e14e0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
README.md Normal file
View File

@ -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).