Coder Social home page Coder Social logo

spilin / partner-relayer-deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aurora-is-near/partner-relayer-deploy

0.0 0.0 0.0 1.3 MB

Deploy NEAR and Aurora Relayer with up-to-date data, easily.

License: Creative Commons Zero v1.0 Universal

Shell 75.18% Go 24.82%

partner-relayer-deploy's Introduction

Aurora Relayer & Near Core on mainnet

Requirements: docker, docker-compose, curl. x64-64 architecture.

  1. Run $ ./setup.sh. Wait until it finishes with "Setup Complete". This can take hours due to the volume of data to download.
  2. Enjoy

Testnet

Run $ ./setup.sh testnet to install a testnet instead of mainnet release.

Starting & Stopping

When running ./setup.sh you should end up with a running node that is catching up with the network. You can always stop and start the node by executing the ./stop.sh or ./start.sh command.

Write transactions & custom signers

The default installation does not support write transactions. Instead it disables writing and sets up a placeholder key.

To enable write transactions, you need to:

  • Create an account on testnet/mainnet and load some NEAR on it.
  • Export the account's keypair and name into config/relayer.json (check the original file for format).
  • Change the signer entry in the config/testnet.yaml or config/mainnet.yaml to the account's name.
  • Set writable:true in config/testnet.yaml or config/mainnet.yaml.
  • Restart the endpoint container.

Updates

The software in this installation is updated automatically. Whenever Aurora releases a new image, it will be downloaded, and the component restarted.

This is however not true for the included database and chain files. These are only downloaded initially when running ./setup.sh. Keep your node running to prevent going out of sync.

Finding RPC endpoint

The RPC endpoint is at http://127.0.0.1:10080/ as well as on the public IPs of your computer.

Good to know

  • You can change the setup of the nginx reverse proxy by editing the contrib/nginx//endpoint.conf files. Restart the node afterwards.
  • You can prevent listening on the public IP by modifying the docker-compose.yaml file. See embedded comments.

Changes

v2.0

  • Change naming scheme for docker images to make reuse easier.
  • Add scaling of endpoints for better performance.
  • Add reverse proxy for easier deployment and more stable operations.
  • Add automatic update functionality.

partner-relayer-deploy's People

Contributors

acoshift avatar jonathanlogan avatar

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.