Coder Social home page Coder Social logo

forkwatch / ethercluster Goto Github PK

View Code? Open in Web Editor NEW
36.0 5.0 13.0 272 KB

Kubernetes Cluster Designs and Specifications for Ethereum-based Networks

Home Page: https://www.ethercluster.com

License: Apache License 2.0

Groovy 100.00%
kubernetes docker ethereum-classic infrastructure blockchain

ethercluster's Introduction

Ethercluster

Ethercluster-logo

Ethercluster is an Ethereum-based node infrastructure design and specification that allows anyone to build easily scalable dapp infra without relying on third-party endpoints. It uses the latest cutting-edge infra-as-code technology found in dev-ops, such as Terraform, Kubernetes, and Docker.

  • To checkout the complete docs and guides of the project, click here.
  • To see a working live version of Ethercluster for the Ethereum Classic (ETC) and Kotti networks, click here.
  • To learn more about our motivations for the project, checkout our Medium post.

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.

ethercluster's People

Contributors

yazzyyaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ethercluster's Issues

CORS Error on Ethercluster

Describe the bug
CORS bug error when attempting to RPC call Ethercluster.

I am hitting the following error when making RPC calls against  https://www.ethercluster.com/etc

"Access to XMLHttpRequest at 'https://www.ethercluster.com/etc' from origin 'https://buidl.secondstate.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."

SSL Error when using Python web3

Describe the bug
Getting a SSLError when accessing ethercluster RPC endpoint via Python web3

To Reproduce

from web3 import Web3, HTTPProvider
web3 = Web3(HTTPProvider("https://www.ethercluster.com/etc"))
latestBlockNumber = web3.eth.getBlock('latest').number

Returns the following

Traceback (most recent call last):
  File "/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 472, in wrap_socket
    cnx.do_handshake()
  File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1808, in do_handshake
    self._raise_ssl_error(self._ssl, result)
  File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1548, in _raise_ssl_error
    _raise_current_error()
  File "/usr/lib/python3/dist-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue
    raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
...
requests.exceptions.SSLError: HTTPSConnectionPool(host='www.ethercluster.com', port=443): Max retries exceeded with url: /etc (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))

Kotti fails to return balance

The attached html file is failing to log the balance. The account is listed on the Kotti Faucet, and the code works with other blockchains (I've no other way to debug Kotti account).

The error is:

Access to fetch at 'https://www.ethercluster.com/kotti' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

KottiFail.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.