Crypto Exchange Foundry.
Openware builds next-gen blockchain infrastructures and leads the development of innovative Fintech projects.
We develop & support OpenDAX™ modular platform for building cryptocurrency exchanges, NFT marketplaces, and digital banking with built-in crypto liquidity, powered by XLN.
Explore Openware Products
Turn your ideas into solutions with Openware Blockchain crypto exchange software.
Openware Project Applications
Core open-source Blockchain applications to provision data delivery, security and automation for distributed ledger products.
Community Project Applications
A global directory of open-source Blockchain applications and technology provision for distributed ledger products.
CONTINUOUS BUILD AND INTEGRATION
Infrastructure as Code.
Plan, create and maintain your Infrastructure as Code.
Automate platform deployment, scaling, and management of containerized applications in Kubernetes.
Implement Concourse as a micro-service build server.
- resource "digitalocean_droplet" "web" {
- name = "tf-web"
- size = "512mb"
- image = "centos-5-8-x32"
- region = "sfo1"
- }
- resource "dnsimple_record" "hello" {
- domain = "example.com"
- name = "test"
- value = "${digitalocean_droplet.web.ipv4_address}"
- type = "A"
- }
Cutting-edge technology.
You've probably already used dozens of the applications built with our application stack and framework - AirBNB, Shopify, SoundCloud, Twitch, GitHub, Zendesk, and hundreds of thousands of others.
CONTINUOUS BUILD AND CONFIGURATION
Configuration as Code.
Plan, create and maintain Configuration as Code.
Configure Pipelines with a simple, easy‑to‑read file that you commit to your Git repository in Drone.
Execute each Pipeline step inside an isolated Docker container, automatically downloaded at runtime.
- kind: "pipeline"
- steps:
- - name: test
- image: node
- commands:
- - yarn install
- - yarn start
- services:
- - name: database
- image: mysql
- ports:
- - 3306
A Cloud-native trading platform.
MODULAR SCALING ARCHITECTURE
Exchange-as-a-Service SaaS.
Manage Wallets, Order Book, Authentication, and KYC services with Peatio and Barong components.
Integrate any payment gateways and business-specific logic with the AppLogic component.
Customize beautiful front-end with Cryptobase React library using predefined elements with the ability to develop and add your own on the fly.