Copay is an open-source multisig wallet. Each peer is has control of her private keys, that never leave their system. Copay has two components: a client and a p2p network of servers. The servers form a p2p global network that exchange messages between clients and provide Bitcoin blockchain API services using insight-API.
Copay-client is implemented in JS client-side. It can work as a:
- web app,
- a webview based mobile app,
- or a node-kit based desktop app.