Coder Social home page Coder Social logo

joergkiesewetter / terra-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from terra-money/classic-core

0.0 2.0 0.0 76.16 MB

GO implementation of the Terra Protocol

Home Page: https://www.terra.money

License: Other

Makefile 2.70% Go 83.20% Dockerfile 0.22% Shell 1.16% Python 10.39% HCL 2.34%

terra-core's Introduction

Fork

This fork aims to give an out-of-the-box running docker container to just let you run a terrad node.

Last tested with terra-core v0.3.5.

Instructions

  • download genesis file from here: https://github.com/terra-project/launch/tree/master/columbus-3
  • unfortunately, there is a bug in the file. You need to change the field app_state.gentxs to make it work:
    • from "gentxs": Null,
    • to "gentxs": []
  • navigate into the folder and execute:
    • docker-compose -f docker-compose.yml up --build
  • when the container is running, open a new command line window and open a new shell in it with:
    • docker exec -ti <container_id> bash
  • execute the following command in the shell to start the rest-server
    • terracli rest-server --chain-id=columbus-3 --node tcp://localhost:26657 --trust-node=false --laddr=tcp://0.0.0.0:1317
  • now, you can query the rest-server from the host with queries like:
    • http://localhost:1317/txs?tx.height=8727&limit=100&page=1

terra-core's People

Contributors

dokwon avatar bluedisk avatar yun-yeo avatar ziwon avatar hanjukim avatar etienne-napoleone avatar joergkiesewetter avatar hendrikhofstadt avatar sydneyitguy avatar cfl0ws avatar caramis avatar jonchoi avatar hipercube avatar

Watchers

James Cloos avatar  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.