该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

LND For WP

描述

LND For WP is a WordPress plugin that allows you to manage and use your LND node, right from your WordPress administration panel. It provides a fully functional wallet interface, allowing you to send and receive funds across the Lightning Network with ease. The user interface is responsive and will adapt to fit any web enabled desktop, tablet or mobile device. You can search the Lightning Network graph, manage peer connections and open & close channels with ease. The plugin has QR support, enabling basic encoding & decoding of QR codes. LND For WP also adds a number of WordPress ‘shortcodes’, allowing you to embed LND functionality directly in your website pages and posts. New Shortcodes will be added with future versions, as needs & use cases arise.

Contribute

Contribute to the project on Github.

屏幕截图

  • Responsive layout adapts for desktop, tablet and mobile.
  • Manage Channels
  • View Transaction History
  • Mobile Wallet

安装

  1. Download the latest plugin release from WordPress or the GitHub repository.
  2. Browse to the ‘Plugins -> Add New’ page within WordPress.
  3. Click the ‘Upload Plugin’ button, select ‘Browse’ and choose the release .zip you downloaded in step 1.
  4. Press ‘Install Now’.
  5. On the next screen, press the ‘Activate’ button to turn on the plugin.

常见问题

What is LND?

LND stands for ‘Lightning Network Daemon’. It’s a software implementation of the ‘Lightning Network’, which is an open protocol layer that leverages the power of blockchains and smart contracts to make cheap, fast, private transactions available to anyone around the world. To learn more, visit Lightning Labs – Technology Overview.

Where can I download the latest version of LND?

https://github.com/lightningnetwork/lnd/releases

LND is up and running. Where are my macaroons?

Your macaroon files are generated automatically by LND when it is started. Assuming you’re running Bitcoin on mainnet, you would find them inside the data/chain/bitcoin/mainnet directory of your LND dir. By default, the LND dir is located at: ~/.lnd on Linux /Users/[username]/Library/Application Support/Lnd/ on Mac OSX or $APPDATA/Local/Lnd on Windows.

评价

此插件暂无评价。

贡献者及开发者

「LND For WP」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「LND For WP」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1.2

  • Fixed bugs when using readonly.macaroon & invoice.macaroon.

0.1.1

  • Fixed bugs when attempting to pay invalid invoice.

0.1.0

  • Stable release