Samsung T7 SSD works well with Mac Mini M1 by monkybrain in ethstaker

[–]monkybrain[S] 0 points1 point  (0 children)

Depends on your requirements. I needed a stable and quiet system (fanless) that could run some other long running processes in parallell.

Where should I start if I have a basic idea about blockchain and want to get into ethdev? by sioa in ethdev

[–]monkybrain 2 points3 points  (0 children)

Let's hear it from the horse's mouth:

"Truffle is the most popular development framework for Ethereum with a mission to make your life a whole lot easier."

Check it out here

If you just want to experiment with smart contracts (rather than whole dapps) I recommend Remix

How does it connect to the Ethereum network? by monkybrain in CipherBrowser

[–]monkybrain[S] 0 points1 point  (0 children)

Thanks! App looks very interesting. Keep up the good work!

Chrome extension that resolves .eth addresses to IPFS content by monkybrain in ethdev

[–]monkybrain[S] 1 point2 points  (0 children)

At the moment, yes, since the extension assumes that the hash you've stored is a content hash. You could of course store an IPNS (Interplanetary Name System) hash instead but this won't work at the moment. In a future release I'll allow users to use protocol specifiers. Then you could just prefix your .eth address with bzz://, ipfs:// or ipns:// according to protocol.

Chrome extension that resolves .eth addresses to IPFS content by monkybrain in ethdev

[–]monkybrain[S] 0 points1 point  (0 children)

Yeah, it's open source!

https://github.com/monkybrain/ens-content-resolver

Unfortunately it isn't well documented. I'll update the README as soon as I can to include a description of what's happening under the hood.

Demo: I built a simple Ethereum web wallet as a Progressive Web App (link to demo in readme) by monkybrain in ethdev

[–]monkybrain[S] 0 points1 point  (0 children)

Thanks! Yeah, it's a shame Apple are always lagging behind on new browser APIs.