eosfilestore-web
eosfilestore-web copied to clipboard
📜🔗 EOSfilestore, Immutable, time-proof, file storage on EOS blockchain
Results
1
eosfilestore-web issues
Sort by
recently updated
recently updated
newest added
You can use context free action and that should help you avoid some cpu issues. In eosjs is may look like this: ```js const serializedData = header + data.toString('hex') eos.transaction({...
enhancement