Daniil
Daniil
Yeah, I'm using wildcard certificates. I.e. one nginx instance is handling the following addresses, so I'm generating a multi-certificate that includes all of them: - example.com - www.example.com - foo.example.com...
@Ajedi32 I see what you are saying. That would mean I need to commit them to repository - which is OK I think. However it would also mean I'd need...
Just to clarify, I see three bugs here: - Javascript "BUY MAX" button attempts to spend more coins than I have which is not visible in UI - When contract...
You can set up your own proxy server that will send appropriate CORS headers (e.g. allow requests only from your website), and then direct requests to it. E.g. see how...
I'd be really interested to see a public ipfs gateway using CID as subdomain: it opens the possibility to host dapps on ipfs for wide audience (who may not have...
Until `ipfs.io` natively supports subdomains, I rolled out my own solution at `dapps.earth`, using base32 CIDv1 as subdomain (while converting to CIDv0 when querying backend if it was detected that...