Code Monkey home page Code Monkey logo

btcpayserver-plugin-galoy's Introduction

BTCPay Server Plugin for Galoy

Learn more in plugin documentation.

To Build and Run

  1. Build your plugin
dotnet build BTCPayServer.Plugins.Galoy
  1. Open btcpayserver in a new vscode instance (need a new instance for debugging later on)
code btcpayserver
  1. Add settings
touch BTCPayServer/appsettings.dev.json

File

{
  "DEBUG_PLUGINS": "/full/path/to/btcpayserver-plugin-galoy/BTCPayServer.Plugins.Galoy/bin/Debug/net6.0/BTCPayServer.Plugins.Galoy.dll"
}
  1. Build btcpayserver
dotnet build btcpayserver
  1. Add ref to your plugin (if you have not already done this)
dotnet sln add ../BTCPayServer.Plugins.Galoy -s Plugins
  1. Debug
  • Click the debug button in vscode
  • Click "Play" button (.NET Core launch (web))
  1. Enable plugin in web. This will open the web browser. Add the Galoy plugin

Todo

  • [] make galoy instance configurable (mainnet, staging, bitcoin jungle, custom endpoint etc...)
  • [] tighter integration with BTCPay data, like BTCPay invoices id's

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.