Giter VIP home page Giter VIP logo

neo-common-plugins's Introduction

What is it

A set of plugins that can be used inside the NEO core library. Check here for the official documentation.

Using plugins

Plugins can be used to increase functionality, as well as providing policies definitions of the network.

To configure a plugin, do the following:

  • Compile from source
    • Clone this repository;
    • Select the plugin you want to enable and type the command dotnet publish (compile it using Release configuration)
    • Create the Plugins folder in neo-cli / neo-gui (where the binary is run from, like /neo-cli/bin/Debug/netcoreapp3.0/Plugins)
  • Copy the .dll and the folder with the configuration files into this Plugin folder.

Note: you should also paste the dependencies of the plugin to the binary directory of the neo-cli.

The resulting folder structure is going to be like this:

./neo-cli.dll
./Plugins/RestServer.dll
./Plugins/RestServer/config.json

Existing plugins

RestServer

Add this plugin to enable the restful service. It also provides the swagger-ui for users to query information with ease.

GraphQL

GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

RosettaAPI

This plugin realizes an implementation for Rosetta API. For more infomation, refer to Rosetta API.

neo-common-plugins's People

Contributors

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