Dr Steve Huckle

Results 15 comments of Dr Steve Huckle

+1 @bsisic42, geth on a private testnet.

I know I'm late to the party (and I'm loathed to make a suggestion without testing it), but my immediate thought was, "couldn't you just use two separate proxies with...

Yeah, but how? I can see how to create direct links, but I'd like to create a navigation menu, say `menu.md`, then do something like `{{ menu }}` in the...

I _think_ I'm seeing the same issue. I'm running the following `dat` on the MAC build of [Clickz Latest](https://cliqz.com/en/latest): dat://795f83fa1356cd7d00e5cfe8f1a93f32c55127684c6fc4cb8ff89a32e000016b That is a frontend to some contracts running on the...

@sammacbeth ```` i.e. on your server at 127.0.0.1:8545, send the header access-control-allow-origin: dat://795f83fa1356cd7d00e5cfe8f1a93f32c55127684c6fc4cb8ff89a32e000016b and it should work (for that dat page only). You can also use * to accept requests...

> The JS in the dat you linked is trying to content a webserver at `http://127.0.0.1:8545/`. It is that server that should send the header. That must be the [web3.js](https://github.com/ethereum/web3.js/)...

ps. I should mention that [web3.js](https://github.com/ethereum/web3.js/) gets injected by [MetaMask](https://metamask.io/)... > > The JS in the dat you linked is trying to content a webserver at `http://127.0.0.1:8545/`. It is that...

Aha! This is indeed a problem with [web3.js](https://github.com/ethereum/web3.js/), and it'll be fixed with the imminent release of v1.2.2...

I've successfully replicated the problem at work (so far, `npm run setup` has been running for two hours), where I'm using different versions of node and npm: Node v4.4.3 npm...

@pfrazee - I installed all the dependencies listed, namely: `apt-get install libtool m4 automake libcap2-bin build-essential` I can supply the whole log, if you wish?