0.1.0 • Published 7 years ago
eosfilestore v0.1.0
📜 EOSfilestore
Immutable, censorship resistant, cheap, time proof, file storage on EOS blockchain
EOSfilestore uploads files on EOS blockchain as multiple transactions (actions), it doesn't cost EOS but you need enough staking in CPU and NET.
Installation
sudo npm install -g eosfilestore
Then run eosfilestore
and edit ~/.eosfilestore/config.json
with your account (from) and wif (private key)
Usage
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
How does it work?
- 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
Donate
If you like this software you can donate EOS to @eosfilestore
account.
Thanks to @eosnationdon
for the smart contract deployment donation.
License
EOSfilestore is MIT licensed.
0.1.0
7 years ago
0.0.28
7 years ago
0.0.27
7 years ago
0.0.26
7 years ago
0.0.25
7 years ago
0.0.24
7 years ago
0.0.23
7 years ago
0.0.22
7 years ago
0.0.21
7 years ago
0.0.20
7 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago