Questions tagged [swarm]
incentivised, censorship-resistant decentralised storage
110 questions
1 vote
0 answers
235 views
Find metadata URL from EVM bytecode
Currently, I am looking for a way to extract the metadata.json file URL from the ethereum bytecode. I have referred to this doc and figured out that metadata mapping is stored CBOR-encoded manner. ...
3 votes
1 answer
2k views
How to verify smart contracts on different solidity versions
I'd like to build my own smart contract verify system with all solidity versions both on single file and multiple files just like what etherscan or other block explorer does. I was able to verify for ...
1 vote
0 answers
428 views
IPFS hash link keep loading without not responding
I'm trying to add many JSON files in IPFS using the following API from this liberary py-ipfs-http-client, after running locally ipfs daemon: client.add('item.json') And here is the output of the item....
5 votes
1 answer
2k views
How do I redirect my .eth domain with eth.link?
Let's say I want to redirect somewebsite.eth.link to www.otherdomainiown.com. http://spacex.eth.link/ does this and the redirect works on chrome. However, I don't see an A record and I do see IPFS ...
2 votes
1 answer
153 views
Is the contract metadata automatically deployed on Swarm?
From the solidity docs on contract metadata: You have to publish the metadata file to Swarm (or another service) so that others can access it. You create the file by using the solc --metadata ...
2 votes
0 answers
60 views
Is it possible to revoke file access with Swarm?
A file must be uploaded to a decentralized storage network since it is too big for the blockchain. Only selected entities must be able to access it. Looking at the Swarm documentation, it says that ...
1 vote
1 answer
232 views
how to securely share digital asset in a fully decentralized DApp
I want to design a proof of concept of a fully decentralized secure asset sharing DApp. Seller uploads the asset they want to share with a price and buyer pays it with ether or a token. Frontend and ...
1 vote
0 answers
186 views
Geth SWARM no peers found!
Synced via Geth lightnode to latest block --cache=2048. (7200RPM HDD with 8GB RAM) Then created new geth account and did swarm --bzzaccount $BZZ I'm am able to only browse localhost, upload to local ...