EOSfilestore uploads files on EOS blockchain as multiple transactions (actions), it doesn't cost EOS but you need enough staking in CPU and NET.
sudo npm install -g eosfilestore
Then run eosfilestore
and edit ~/.eosfilestore/config.json
with your account (from) and wif (private key)
eosfilestore cost myfile.txt # an estimate how many EOS it will cost. You need enough cpu and net staking
eosfilestore push myfile.txt # it will generate the txs and upload the file on EOS Blockchain
eosfilestore get <txid> myfile.txt # it will download the file from the EOS Blockchain
- The file is base64 encoded
- N
actions
partial transactions are generated and broadcasted to the EOS Blockchain - Every tx link to the next one
- Currently is used the
eosfilestore/upload
action
If you like this software you can donate EOS to @eosfilestore
account.
Thanks to EOS Nation Community Fund
for the smart contract deployment donation.
EOSfilestore is MIT licensed.