Git Product home page Git Product logo

backend's Introduction

Ignite Backend

​ Ignite Backend is a simple backend solution that allows indexing and retrieving data from a Cosmos blockchain through emitted events.

Requirements

Initial setup for development

​ The backend requires a PostgreSQL database server running. ​ First, create a "backend" database: ​

createdb --no-password backend

​ The required database tables will be created automatically by the collector the first time it is run. ​ Compile Ignite's backend by running make from the repository's root directory. The binary is generated inside the ./bin folder. ​ The next step is to start the collector service that will fetch all the transactions and events starting from the first block until the current block height and populate the database: ​

bin/ignite-backend collector start --database-name backend --rpc-address IGNITE_CHAIN_ADDRESS -P sslmode=disable --log-level debug

​ Once the service is run it will keep collecting transactions as new blocks are generated. ​ Finally, run the api service to start the gRPC server: ​

bin/ignite-backend api start --database-name backend -P sslmode=disable --log-level debug

backend's People

Contributors

jeronimoalbi avatar lumtis avatar

Watchers

 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.