Featured image for How to Develop a Crypto Wallet like BlueWallet?

// Cryptocurrency

How to Develop a Crypto Wallet like BlueWallet?

Are there any questions?
Yuri Musienko
Write to the expert
Featured image for How to Develop a Crypto Wallet like BlueWallet?

BlueWallet is a mobile wallet meant solely for bitcoin storage and management. It’s open-source, has an easy-to-use interface and a lot of interesting features. The most essential of them is Lightning transaction support. In this article, we’ll tell you how to create your cryptocurrency wallet like BlueWallet and an estimated cost of the launch of a similar blockchain startup.

Main features of the platform

The BlueWallet project was founded in 2017 by Igor Korsakov, Nuno Coelho, and Marcos Rodriguez. They were the first to create a wallet to store and manage bitcoins, which supported SegWit and provided the users with fee control. Unlike most wallets of that time, BlueWallet allowed to set a fee amount manually to speed up the transaction confirmation and change the transaction fee after its initialization and before the confirmation (this is how you can avoid the problem when a transaction gets stuck because of a sharp increase of the transaction volume and, consequently, the fee increase).

To develop your wallet like BlueWallet, you need to implement these features as well as the rest of the basic functionality of similar apps. Usually, this functionality is divided into two directions depending on what user they’re targeted at: admin or investor.

The investor’s control panel usually includes such features:

  • Sign up. In BlueWallet the users can create three types of accounts: regular, Lightning or Vault. Depending on the selected option, the app will serve as a regular bitcoin wallet, a wallet to send/receive tokens through Lightning Network, or a reliable coin storage respectively. There are no restrictions on the number of accounts.
  • Conversion rate. As you’re creating an app to buy and sell coins, you should implement the functionality, which would show the current bitcoin rate to the US dollar, euro, pound, yen, and other fiat currencies. In BlueWallet, besides fiat, you can find out the BTC rate to the majority of popular altcoins.
  • Asset management (payments). These are features, which will allow to buy, sell, send and receive bitcoins. All that has to be implemented as simply and conveniently as possible so that any user understands what he has to click to achieve his goals and what happens if he clicks on one icon or another. Besides, you also need lists of Selected addresses and QR codes (and a feature of QR scanning) for quick transactions.
  • Push notifications. It’s a very important feature to increase engagement and loyalty of the users as it will notify of important events online and thereby bring people back to the app. Through push notifications, you can report on balance changes, transaction completion, payment requests, app updates, threats to account security and the like.
  • Bank account linking. You also should add an opportunity to link a bank account or a card, PayPal, Google Pay, Apple Pay or another payment system to the wallet to speed up transactions with fiat.
  • Security. Usually, on the client’s side, it includes such features as TTL, two-factor authentication, Seed phrase, and a biometrics scanner. On the service’s side — protection from DDoS, SSRF, CSRF, HPP and other means of security including the audit of smart contracts.
The admin’s control panel includes the following features:
  • Dashboard. It’s a screen that helps an admin track the current state of the platform: transaction volume, number of users, system status, etc.
  • Platform management. Through this screen, the administrator will adjust and manage the wallet, particularly — content, monetization, external integrations, marketing, affiliate programs and the like.
  • User management. This feature will allow the admin to track the status of the wallet users and add, change, delete and restore their accounts as well as communicate with users.
  • Reporting and analytics. Your wallet will generate a lot of data, which demonstrates the state of the system, clients’ behavior, marketing effectiveness and the like. Usually, such data is initially presented in numbers and tables, which are hard to take and analyze. Therefore, you need to think about how to present it in charts, graphs, and dashboards that will make it possible to track important things easily.
  • Marketing. This is a set of tools to attract new users, retain the current ones and increase their loyalty. In particular, it can be notifications, mailing, special offers, loyalty program, etc.

Advanced features of BlueWallet

If you intend to create a BlueWallet clone, which the users will like, then you need to implement advanced features apart from standard ones. This cryptocurrency wallet has many of them.

Multiple Wallets. BlueWallet provides users with an opportunity to use several accounts at once and quickly switch between them. It’s a very useful feature if you need to separate addresses for trading and cold storage. Or if you need a separate account with a multisignature.

Multisig Vaults. This feature allows to protect your funds by dividing asset management among several users. For example, you can divide management among 10 users and add a condition that the transaction execution requires 8 signatures. The feature is recommended for cold storage of BTC and business address management.

Watch-only. It’s a special type of account, which allows you to keep an eye on your cold storage or paper wallet without touching your private key. You can create as many such accounts as you want, which is very convenient if you're not sure about the protection of your phone or computer.

Lightning wallets. It’s another type of account that you’ll have to implement in case of developing a cryptocurrency wallet like BlueWallet. With its help, you can make very quick and cheap payments in Lightning Network. You can also connect to your own Lightning node through this account.

Fee control. By default, BlueWallet provides a user with a fee estimation targeting confirmations in 10m, 3h or 1 day. However, a user can increase a fee for a sender using the Child-Pays-For-Parent (CPFP) feature or «bump» the already sent, but unconfirmed transactions with the Replace-By-Fee (RBF) feature.

Plausible deniability. It’s another security feature that you definitely should implement in your BlueWallet clone. With it, the user can specify a special password, which will decrypt not his main wallet, but a fake one with predetermined balance values.

Batch bitcoin transactions. It’s a useful feature, which makes it possible to save on fees by combining several payments into one transaction. Usually, such practices are used by exchanges and big services. In BlueWallet, this feature is implemented simply and conveniently: when creating a transaction, the user specifies the recipients’ addresses and a sum that he wants to send to each address.

Multi-language support. Now BlueWallet supports more than 30 languages, including English, Swedish, Chinese, Japanese, Spanish, Portuguese, Russian, Ukrainian, German, French, Turkish, and more. During the development of your platform, you also need to add the support of many languages to increase the reach of the target audience.

Recover wallets. A «magical form» where you can try to import the account data from other cryptocurrency wallets to BlueWallet. The system is not perfect, but in most cases, BlueWallet understands the format of the user’s current wallet and picks up settings and data from it.

Ground Control. This is a push notification service for bitcoin wallets that allows you to have mobile and desktop push notifications or to run your own push notification server.

Many more. Here’s what you should add to your BlueWallet clone as well:

  • PayJoin (or Pay-to-endpoint). This feature allows to break common chain analysis heuristics, where participants build a transaction together.
  • Coin control. Allows you to label, freeze, or select coins (Unspent Transaction Output or UTXO) to build transactions, for improved cryptocurrency wallet management.
  • Plug in your bitcoin node. Basically, as the name implies, that’s a feature to plug in your bitcoin node through Electrum, ElectrumX, or Electrs.
  • Custom entropy. Provides the ability to generate entropy manually for wallet creation with Coins and Dices.
  • Coldcard support. Allows for receiving and sending transactions by signing them offline. Support for PSBT and Watch-only.
  • Cobo Vault support. Integration with Cobo Vault hardware wallet with animated QR codes support.
  • Multi-currency. BlueWallet supports more than 30 fiat currencies.
  • SegWit, bip39, HD protocol, PSBT, LNurl, TXHEX, etc.

Crypto wallet development process

BlueWallet is a very complex software with a high degree of reliability and security, a high-quality user experience, and a wide selection of useful features. To clone such a product, you need an experienced development team specializing in blockchain such as Merehead. In addition, it’s better to develop an app of such complexity as BlueWallet from scratch because this is the only way you can provide an adequate level of protection of users’ money and data. Ready solutions are too unreliable.

The custom development process usually consists of seven stages:

Stage 1: the discovery phase

Before your development team begins to develop a design and write code of a future product, you should decide on a business part, target audience, and risks. So you need to start the development of an app like BlueWallet with the market analysis. This will allow assessing the prospects for the niche beforehand, identifying the potential customers’ needs, and finding out the competitors’ strengths and weaknesses. Based on the information received, business analysts will compile a list of features and requirements for the project, which will help to define the scope of work and the development team more clearly and select the most appropriate tech stack.

Stage 2: architecture development

Based on the information obtained at the first stage, the architecture of a future product is created. It’s a flowchart where the system components and how they will interact with each other are displayed. On the basis of such architecture, the development team will be able to fulfill their tasks.

An example of the information architecture of a mobile cryptocurrency wallet

An example of the information architecture of a mobile cryptocurrency wallet. Source.

Stage 3: UX/UI design development

To create a cryptocurrency wallet, which the users will really like, it’s not enough to come up with interesting and useful features and implement them. You also have to compile them in a single, simple, and user-friendly interface. It’s here that UX/UI designers come to help. They study goals, tasks, needs, and users’ behavioral patterns to create low-fidelity wireframes on the basis of this data, and then they improve them to a ready prototype. Here’s how low-fidelity wireframes may look like:
low-fidelity wireframes


Low-fidelity wireframes. Source.


Initial sketches are then agreed upon with the client and improved to high-fidelity wireframes with more detailed interface visualization.

High-fidelity wireframes

High-fidelity wireframes. Source.

At the end, if the client and target audience like the high-fidelity wireframes (tests are required), then an animated prototype is created on their basis, where all icons, animation, and transitions are working, but the app features aren’t.

Animated prototype of a cryptocurrency wallet

Animated prototype of a cryptocurrency wallet. Source.

Stage 4: app code writing

After the business analysis of the creation of the information architecture and the design development, a team of programmers starts a technical implementation of your BlueWallet clone. To do so, front-end developers and back-end developers have to choose a tech stack, which is suitable for your wallet, focusing on programming languages, frameworks, libraries, databases, blockchain technologies, and key external integrations.

Here is an example of a tech stack for the front-end of a mobile wallet.
a tech stack for the front-end of a mobile wallet

Here is an example of a tech stack for the back-end of a mobile wallet:

an example of a tech stack for the back-end of a mobile wallet

Stage 5: product testing

Software testing is done by QA specialists, and it’s better to engage them from the beginning not to accumulate errors. When launching a mobile wallet, you should test it for errors, functionality, load, compliance with specifications and the like. If your wallet will use smart contracts, then they have to be carefully checked too, and it should preferably be done by independent auditors; for example, Techrate and Certik.

Stage 6: deployment, release

When the developed software is thoroughly tested, it’s necessary to deploy it on your local servers or a cloud (AWS, Azure, Google) and then recheck everything once again. If everything’s okay, your mobile app has to be added to stores of mobile apps (App Store, Google Play, Microsoft Store, and Amazon App Store). This might require a relatively small amount of money (Google Play — $25, App Store — $99 per year or $299 per year for intra-corporate apps) and some time for the compilation of marketing and technical data and the check of the app by the platform.

Stage 7: product support

The final development stage of such a wallet as BlueWallet is staff training, provision of technical support, troubleshooting, monitoring and maintenance of systems and apps. Staff training is usually started several weeks or months before the release, depending on the product complexity. It’s done either by the development company’s employees or specifically hired specialists (it’s common for pretty big and complex projects).

Provision of technical support and elimination of failures in the first months following the release are included in the price of the project (at least, the majority of responsible developers do that, Merehead included). During this period, the developers typically manage to detect more or less significant bugs and provide the first updates, which improve performance and usability (if necessary). After that, the technical support is provided by a team of the client’s employees or a special outsourced firm.

Cost of the creation of a BlueWallet clone

Cost of the creation of a BlueWallet clone

Merehead does professional development of create cryptocurrency wallet. If you have questions, contact us for a free consultation.

How can we help you?

Full name *
Email *
Phone
Your budget
Tell us about your project
Merehead review. Vleppo is a startup, digital asset exchange platform based on the Komodo blockchain protocol.

  Category: Cryptocurrency 03/16/2023
How to Build Blockchain Bitcoin Cryptocurrency Wallet App Development
Let's denote what cryptocurrency wallets are, what you need to create them and how much it costs. We describe the stages of development.
  Category: Cryptocurrency 05/25/2023
How to Create a Cryptocurrency Hardware Wallet like Ledger?
In 2020 the global market of hardware cryptocurrency wallets reached 200 million dollars. Expectedly, it will grow to 877 million by 2026. Furthermore, the average annual growth rate will approximately be 30%. Hence, this sector is one of the best to launch new projects in. This article will tell you how to develop your wallet for cryptocurrencies like Ledger, Trezor, Cobo Vault, or CoolWallet.
  Category: Cryptocurrency 05/23/2023
How to Create a Cryptocurrency Hardware Wallet like Trezor?
Trezor is a hardware wallet designed to help users store their cryptocurrency within reach and in maximum security. It’s a small USB device that is connected to a computer and used to sign transactions without compromising private keys, as they never leave the internal part of the hardware wallet. Due to that, the Trezor hardware wallet can be used even on devices infected with malware.