Giter Site home page Giter Site logo

fastify-eos's Introduction

TravisCI StandardJS Collaborative Etiquette chat on Discord follow on Twitter MIT

fastify-eos

A plugin that decorates Fastify with an EOS.js instance.

Example

const fastify = require('fastify')()

// receives eosjs config options 
// https://github.com/EOSIO/eosjs#configuration
fastify.register(require('fastify-eos'),{
    httpEndpoint: 'jungle.eosio.cr'
  }, (err) => { if (err) throw err }
)

fastify.get('/info', (req, reply) => {
  const { eos } = fastify 
  return await eos.getInfo({})
})

// GET: 'http://yourapi/info
// {"server_version":"75635168","chain_id":"038f4b0fc8ff18a4f0842a8f0564611f6e96e8535901dd45e43ac8691a1c4dca","head_block_num":7130132,"last_irreversible_block_num":7129812,"last_irreversible_block_id":"006ccad422bc16b20a632fa0da9dfcf2e071c56005cbf4c3c7371a8f972ce38d","head_block_id":"006ccc14d29f28d25495429def0b10a088408eddd7216d53ea4d92191e3e3602","head_block_time":"2018-07-24T01:26:54.500","head_block_producer":"eosninecatmx","virtual_block_cpu_limit":200000000,"virtual_block_net_limit":1048576000,"block_cpu_limit":199900,"block_net_limit":1048576}

Registering a route handler

const handler = async (request, reply, eos) => JSON.stringify(await eos.getInfo({}))

fastify.route({
	method: 'GET',
	url: '/info',
	handler: (request, reply) => handler(request, reply, fastify.eos)
})

Bug Reporting

Please report bugs big and small by opening an issue. No possible bug report is too small.

Contributing

We follow EOS Costa Rica's Open Source Contributing Guidelines.

learn.eoscostarica.io/open-source/

Maintainers

About EOS Costa Rica

EOS Blockchain is aiming to become a decentralized operating system which can support large-scale decentralized applications.

EOS Costa Rica supports the global and local community by maintaining and contributing to open source initiatives, meetups and workshops.

We challenge ourselves to provide the EOS platform with a strong geographical and political diversity by running the most robust EOS Block Producer possible from Costa Rica; We pledge to leverage our talent, experience, and sustainable internet resources to meet such an important challenge.

eoscostarica.com

License

MIT © EOS Costa Rica
See LICENSE for more info

fastify-eos's People

Contributors

gaboesquivel 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.