All Projects → fairlayer → fair

fairlayer / fair

Licence: MIT license
Fairlayer node in JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fair

LNTopology
A tool to analyze the topology of Bitcoin's Lightning Network
Stars: ✭ 19 (-76.25%)
Mutual labels:  lightning-network, payment-channel
OmniBOLT-spec
Facilitate smart assets circulation and exchange in Lightning Network.
Stars: ✭ 38 (-52.5%)
Mutual labels:  lightning-network, payment-channel
Go Payment
Payment Connector for Midtrans and Xendit. Sample site that is using this payment proxy is https://imrenagi.com/donate
Stars: ✭ 136 (+70%)
Mutual labels:  payment-gateway
adyen-hybris
Adyen Payment plugin for Hybris
Stars: ✭ 23 (-71.25%)
Mutual labels:  payment-gateway
suez
Tool for pretty printing and optimizing Lightning Network channels.
Stars: ✭ 72 (-10%)
Mutual labels:  lightning-network
Manuals
Do design No code 💻📱🛒📚
Stars: ✭ 1,969 (+2361.25%)
Mutual labels:  payment-gateway
LNPBPs
LNP/BP standards for bitcoin layer 2 & 3 protocols
Stars: ✭ 158 (+97.5%)
Mutual labels:  lightning-network
Laravel Paddle
Paddle.com API integration for Laravel with support for webhooks/events
Stars: ✭ 132 (+65%)
Mutual labels:  payment-gateway
laravel-payment
Omnipay ServiceProvider for Laravel.
Stars: ✭ 89 (+11.25%)
Mutual labels:  payment-gateway
Omnipay Pingpp
A Ping++ driver for the Omnipay PHP payment processing library. 一个聚合了支付宝(APP、Wap、PC、即时到账、扫码、企业付款),微信(APP、公众号、红包), 银联网关、银联企业网银、Apple Pay、QQ 钱包、易宝支付、百度钱包、京东支付、京东白条、招行一网通、分期支付等国内主流支付渠道的聚合支付网关(Ping++, also known as Pingpp/Pingxx/Pingplusplus)
Stars: ✭ 227 (+183.75%)
Mutual labels:  payment-gateway
node-vn-payments
Various VN Payment Gateways implemented for NodeJS
Stars: ✭ 110 (+37.5%)
Mutual labels:  payment-gateway
Cashier Btc
💰 Self-hosted Bitcoin payment gateway (฿)
Stars: ✭ 223 (+178.75%)
Mutual labels:  payment-gateway
Laravel Ebank
🤖 电商类站内虚拟积分与聚合支付解决方案
Stars: ✭ 192 (+140%)
Mutual labels:  payment-gateway
Far-From-Home
A cross-platform mobile developed using Flutter and Firestore for House Rental Application with integrated payment module
Stars: ✭ 27 (-66.25%)
Mutual labels:  payment-gateway
Iso 8583 Socket Queue
ISO 8583 gateway
Stars: ✭ 141 (+76.25%)
Mutual labels:  payment-gateway
ccashcow
💰 Accept cards & crypto. Payments so easy a cow could do it.
Stars: ✭ 40 (-50%)
Mutual labels:  payment-gateway
Mpesa Php Sdk
A PHP sdk for the new Mpesa RESTful APIs
Stars: ✭ 134 (+67.5%)
Mutual labels:  payment-gateway
Test Payment Cards
Cheatsheet of test payment cards for various payment gateways
Stars: ✭ 217 (+171.25%)
Mutual labels:  payment-gateway
lnurl
LNURL implementation for Python.
Stars: ✭ 51 (-36.25%)
Mutual labels:  lightning-network
decentrapay
Maker DAI payment processor
Stars: ✭ 72 (-10%)
Mutual labels:  payment-gateway

code style: prettier

Intro

Fairlayer is a two-layered blockchain capable of processing billion+ transaction per second. It implements the idea of Extended Lightning Network XLN.

Our goal is to keep it easy to be a full node on any laptop, no matter how many payments happen on the second layer. The node processes few publicly broadcasted onchain transactions (insurance rebalances, disputes etc). All the payments happen instantly offchain and can be enforced in onchain "court" when needed.

Installation

This repo contains generic code not attached to any network, by design. Use ./simulate to start local private network.

For existing public network, go to a validator website and find Install page (https://fairlayer.com/#install). This will use latest state and latest code automatically.

When you install on a server, pass -s/--silent to switch off opn that tries to open a browser with the wallet for you. The script will simply output the URL with auth_code you need to visit.

For full documentation go to wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].