Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lnd | 6,809 | 14 | 80 | 10 hours ago | 39 | November 24, 2021 | 633 | mit | Go | |
Lightning Network Daemon ⚡️ | ||||||||||
Mobilecoin | 1,111 | 9 hours ago | 18 | October 14, 2020 | 230 | other | Rust | |||
Private payments for mobile devices. | ||||||||||
Lightning Onion | 366 | 66 | 55 | 2 months ago | 5 | February 11, 2022 | 11 | mit | Go | |
Onion Routed Micropayments for the Lightning Network | ||||||||||
Mugglepay | 144 | 2 years ago | 1 | bsd-2-clause | HTML | |||||
Make Crypto Payment Easy 让数字货币支付更简单 | ||||||||||
Android | 74 | 2 months ago | 12 | gpl-3.0 | Kotlin | |||||
Official Android client for keyspace.cloud. A beautiful and secure password manager. | ||||||||||
Widgets | 56 | 1 | 2 days ago | 132 | September 14, 2022 | mit | JavaScript | |||
💸 Payments directly into your wallet. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets. | ||||||||||
Coinbase.commerce | 40 | a year ago | 11 | May 16, 2021 | 1 | other | C# | |||
:moneybag: A .NET/C# implementation of the Coinbase Commerce API. | ||||||||||
Libiso | 36 | 3 | 2 years ago | 13 | August 26, 2021 | 1 | apache-2.0 | Go | ||
Go library for payments related stuff - ISO8583, crypto, TCP/IP networking etc. | ||||||||||
Bitrequest.github.io | 30 | 4 days ago | 9 | agpl-3.0 | JavaScript | |||||
Web Application for crypto payment requests | ||||||||||
Lazerpay React Native | 28 | 9 months ago | n,ull | mit | TypeScript | |||||
⚡️Official Lazerpay's react native library🚀 |
ADAMANT Exchange Bot is a software that allows you to launch own exchange, anonymous, instant and convenient. Exchange bots work in ADAMANT Messenger chats directly.
Coins supported:
Read more: Multiple anonymous crypto exchanges on ADAMANT platform.
su - adamant
git clone https://github.com/Adamant-im/adamant-exchangebot
cd ./adamant-exchangebot
npm i
nano config.json
Parameters: see comments in config.json
.
You can start the Exchange Bot with the node app
command, but it is recommended to use the process manager for this purpose.
pm2 start --name exchangebot app.js
crontab -e
Add string:
@reboot cd /home/adamant/adamant-exchangebot && pm2 start --name exchangebot app.js
su - adamant
cd ./adamant-exchangebot
pm2 stop exchangebot
mv config.json config_bup.json && git pull && mv config_bup.json config.json
npm i
pm2 start --name exchangebot app.js