All Projects → grigio → eosfilestore

grigio / eosfilestore

Licence: MIT license
📜🔗 Immutable, censorship resistant, cheap, file storage on EOS blockchain

Programming Languages

WebAssembly
147 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to eosfilestore

django-file-form
Django-file-form helps you to write forms with a pretty ajax upload
Stars: ✭ 135 (+200%)
Mutual labels:  file-upload
Scatter-Demos
A set of integration demos using eosjs and Scatter
Stars: ✭ 80 (+77.78%)
Mutual labels:  eos
scholar-server-config
EOS.IO Scholar Server Configuration
Stars: ✭ 16 (-64.44%)
Mutual labels:  eos
EOS-Test-Cave
Automated testing framework for EOS validation
Stars: ✭ 24 (-46.67%)
Mutual labels:  eos
ajax
Just another AJAX requests helper
Stars: ✭ 27 (-40%)
Mutual labels:  file-upload
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+291.11%)
Mutual labels:  eos
cpomf
Pomf API compatible file host written in Crystal - The software behind nya.is.
Stars: ✭ 36 (-20%)
Mutual labels:  file-upload
upload
How to Upload a File to a Server in PHP
Stars: ✭ 83 (+84.44%)
Mutual labels:  file-upload
uploadcare-ios
UploadcareKit: iOS SDK for Uploadcare API
Stars: ✭ 24 (-46.67%)
Mutual labels:  file-upload
elasticsearch plugin
Nodeos plugin for archiving blockchain data into Elasticsearch.
Stars: ✭ 57 (+26.67%)
Mutual labels:  eos
cypress-upload-file-post-form
Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission
Stars: ✭ 59 (+31.11%)
Mutual labels:  file-upload
eosreach-android
An EOS wallet developed in Kotlin using the eos-jvm SDK and the model view intent (MVI) design pattern. This wallet serves as a blueprint for how other developers might want to utilise eos-jvm to develop native Android apps that consume the EOS blockchain.
Stars: ✭ 37 (-17.78%)
Mutual labels:  eos
go-dc-wallet
交易所收提币功能
Stars: ✭ 76 (+68.89%)
Mutual labels:  eos
eos-jvm
EOS libraries for the JVM, designed primarily for Android development.
Stars: ✭ 38 (-15.56%)
Mutual labels:  eos
eos21
Teleport your ERC20 tokens to EOS.
Stars: ✭ 42 (-6.67%)
Mutual labels:  eos
eosfilestore-web
📜🔗 EOSfilestore, Immutable, time-proof, file storage on EOS blockchain
Stars: ✭ 20 (-55.56%)
Mutual labels:  eos
yii2-fileapi-widget
Yii2 FileAPI widget.
Stars: ✭ 51 (+13.33%)
Mutual labels:  file-upload
EOSWallet
🔐EOS Wallet: Manage your EOS accounts with steroids :)
Stars: ✭ 36 (-20%)
Mutual labels:  eos
vue-base64-file-upload
Upload files as base64 data-uris
Stars: ✭ 77 (+71.11%)
Mutual labels:  file-upload
google-drive-direct-remote-upload
Directly upload files from the web to Google Drive without saving them completely on the server before.
Stars: ✭ 62 (+37.78%)
Mutual labels:  file-upload

📜 EOSfilestore

schermata da 2018-07-07 12-14-08

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.

npm version

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?

  1. The file is base64 encoded
  2. N actions partial transactions are generated and broadcasted to the EOS Blockchain
  3. Every tx link to the next one
  4. Currently is used the eosfilestore/upload action

Donate

If you like this software you can donate EOS to @eosfilestore account.

Thanks to EOS Nation Community Fund for the smart contract deployment donation.

License

EOSfilestore is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].