Skip to content
@dv-net

DV.net

Open Source Crypto Payment Processor

🚀 DV.net Merchant

Free, open‑source crypto payments processing


DV.net Banner

License Go Version Vue Version Documentation

🇬🇧 English🇷🇺 Русский🇨🇳 中国人

WebsiteDocsAPISupport




💡 About the project

DV.net is a completely free crypto payment processor to receive and send crypto on your website.
You pay network fees only — no middlemen and no hidden charges.


⚡ Why DV.net?

🔓 Open Source — Anyone can verify the security of the code

💰 No Fees — Only network fee

🔐 Non-custodial — Full control over seed phrase and private key

⚙️ Self-hosted — Host it yourself or use the cloud version


✨ Features

🎯 Main Features

  • No KYC / KYB — no intermediaries
  • Notifications & Webhooks — for payment statuses and incoming checks
  • No Fees — you pay ONLY the network fee, nothing else!

🔧 Technical

  • API — for sending cryptocurrency
  • TRON Delegation — supports delegation functionality
  • Network Fee Optimization — BTC, EVM, TRON (resources / staking)
  • CEX Support (Binance, HTX, OKX, etc.)
  • Self-hosted or cloud version

💎 Supported cryptocurrencies

Bitcoin      TRON      Ethereum      BNB Chain      Litecoin      Dogecoin      BitcoinCash      Arbitrum      Polygon    ...and many others

It is possible to set up a contract reception • We’ll be adding   Monero   Solana   TON

🏦 Supported exchanges (CEX)

Binance Binance      HTX HTX      OKX OKX      KuCoin KuCoin      Bybit Bybit      Bitget Bitget      Gate Gate     

🎬 Live demo

Try the product with real transactions:


🚀 Installation options

🖥️ Self‑Hosted

Full control over your data

OS: Linux (Ubuntu 22.04+, Debian 12, CentOS 9)
Requirements: 4 CPU, 4 GB RAM, 30 GB NVMe SSD

sudo bash -c "$(curl -fsSL https://dv.net/install.sh)"

✅ Production‑ready   ✅ Maximum security   ✅ No monthly fees

📖 Learn more⚙️ Setup


🖥️ Cloud

Fastest way to start

Time to go live: 5 minutes   |   Support: 24/7

🚀 Start now

✅ No installation   ✅ Managed solution   ✅ Support included

📖 Documentation


🐳 Docker

For developers

Time to run: 10–15 minutes
Result: localhost:80

git clone --recursive https://github.com/dv-net/dv-bundle.git
cd dv-bundle && cp .env.example .env
docker compose up -d

✅ Local development   ✅ Local testing   ✅ Demos

💻 GitHub


🖥️ Self‑Hosted installation (detailed description)

Full control over data and infrastructure. Recommended for production.

System requirements:

  • OS: CentOS 9, Debian 12, Ubuntu 22.04, Ubuntu 24.04
  • CPU: 4 cores
  • RAM: 4 GB
  • Disk: 30 GB NVMe SSD
  • Network: Open ports 80, 443

One‑liner install:

sudo bash -c "$(curl -fsSL https://dv.net/install.sh)"

The installer will:

  • Check system requirements
  • Install dependencies
  • Configure the database
  • Start all services

⚠️ Important: If firewall is enabled, open ports 80 and 443:

sudo ufw allow 80/tcp
sudo ufw allow 443/tcp

After installation:

  1. Open in the browser:

    • https://your-domain.com (if a domain is configured)
    • http://your-ip-address (if using IP)
  2. You’ll see the setup wizard welcome screen

  3. Create the admin user

  4. Log in to the dashboard

  5. Connect your exchange (Binance, HTX, OKX, etc.)

  6. Start accepting crypto!

Benefits:

  • ✅ Full data ownership
  • ✅ Maximum security
  • ✅ Customizable
  • ✅ Independent from cloud providers
  • ✅ No monthly fees

Great for:

  • 🎯 Enterprises with strict security
  • 🎯 Teams with own infrastructure
  • 🎯 Projects with privacy requirements

More setup options:

Full installation docs: docs.dv.net


📚 Documentation

📖 Full documentation — Guides for installation, configuration and usage

🔌 API Reference — Integration and API usage docs

💬 Support 24/7 — Telegram, WhatsApp, WeChat, Email — we're always online


🔐 Security

How we protect your funds

  1. 🔒 Non‑custodial — wallets live on your side only, we have no access
  2. ⚡ Immediate settlement — funds go straight to your exchange or wallet
  3. 🏠 Self‑hosted — full control on your own server
  4. 🔍 Open Source — anyone can audit the code

🛠 Development

For developers who want to contribute:

# Clone the repository
git clone https://github.com/dv-net/dv-merchant.git
cd dv-merchant

# Download dependencies
go mod download

# Run tests
make test

# Lint code
make lint

# Build
make build

See more in dv-merchant for developers.


🤝 Support the project

Star on GitHub — Give us a star if this project helps you

🐛 Report a bug — Help us get better

💡 Suggest an idea — Your ideas matter

🔧 Contribute — Pull requests are welcome


📞 Contacts

Telegram: @dv_net_support_botEmail: [email protected]

Website: dv.netDocumentation: docs.dv.net


📄 License

This project is released under the MIT license.


© 2025 DV.netDV Technologies Ltd.

Built with ❤️ for the crypto community

Pinned Loading

  1. dv-merchant dv-merchant Public

    💰 Free, open-source & self-hosted cryptocurrency merchant platform for accepting crypto payments

    Go 8 1

  2. dv-processing dv-processing Public

    ⚡ Multi-blockchain processing engine supporting Bitcoin, Ethereum, TRON, Polygon, BSC and more with gRPC APIs

    Go 5 1

Repositories

Showing 10 of 21 repositories
  • dv-net/email-template’s past year of commit activity
    HTML 1 2 0 0 Updated Nov 1, 2025
  • dv-merchant Public

    💰 Free, open-source & self-hosted cryptocurrency merchant platform for accepting crypto payments

    dv-net/dv-merchant’s past year of commit activity
    Go 8 MIT 1 0 4 Updated Oct 31, 2025
  • dv-woocommerce-demo Public

    Demo example of the dv-woocommerce integration

    dv-net/dv-woocommerce-demo’s past year of commit activity
    PHP 1 0 0 0 Updated Oct 31, 2025
  • dv-frontend Public

    ✨ Modern Vue 3 frontend for dv-merchant with dual apps: cryptocurrency panel & payment interface

    dv-net/dv-frontend’s past year of commit activity
    Vue 3 MIT 1 0 0 Updated Oct 30, 2025
  • dv-proto Public
    dv-net/dv-proto’s past year of commit activity
    Rust 1 MIT 1 0 1 Updated Oct 29, 2025
  • dv-processing Public

    ⚡ Multi-blockchain processing engine supporting Bitcoin, Ethereum, TRON, Polygon, BSC and more with gRPC APIs

    dv-net/dv-processing’s past year of commit activity
    Go 5 MIT 1 0 1 Updated Oct 29, 2025
  • dv-docs Public

    📚 DV Docs - OpenAPI

    dv-net/dv-docs’s past year of commit activity
    TypeScript 2 MIT 1 0 0 Updated Oct 29, 2025
  • .github Public
    dv-net/.github’s past year of commit activity
    1 0 0 0 Updated Oct 27, 2025
  • dv-python Public

    A best way to integrate DVNet with your Python application (Django, Flask, FastApi etc.)

    dv-net/dv-python’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Oct 22, 2025
  • dv-opencart Public

    A convenient way to integrate your Opencart shop to DVNet

    dv-net/dv-opencart’s past year of commit activity
    PHP 1 MIT 0 0 0 Updated Oct 20, 2025

Most used topics

Loading…