Safety
Safety comes first
CryptoWallet is a gateway between your applications and the external blockchain. During development, the main focus was on security and resistance to data tampering.
CryptoWallet does not store any passwords or keys on the hard disk. After startup, the operator needs to pass two PGP V2 keys - one public key for signature verification, the other private key for customization.
After startup, the system needs a special file transmitted via REST protocol, which contains encrypted settings for cryptocurrencies. The application verifies the digital signature and decrypts the data in memory. This data is then used to access cryptocurrency wallets.
After closing the app or rebooting the system, all sensitive data becomes inaccessible. It is also impossible to retrieve sensitive data through any interface.
The system verifies digital signatures every time cryptocurrencies are accessed.
To access the REST interface you need to use https + API key, which is set during dynamic system configuration. There are two keys, one allows you to check the status and balances, the second allows you to send payments.
Expandability
Crypto Wallet Expandability
The application is written using Java 8 and Spring Framework.
Now the interface to 12 types of cryptocurrencies is implemented, if you order the maximum package, you can create a new interface to any cryptovalue
Every crypto wallet module is a class that implements the common interface. Modules don't have common memory and interact with other system using task queues.
So to implement new crypto wallet or similar payment system just need to add the new module based on common pattern and recompile the system.
Dynamic adding new modules isn't implemented due to security reasons.
| ADA | Cardano |
|---|---|
| BCH | Bitcoin Cash |
| BTC | Bitcoin |
| BTG | Bitcoin Gold |
| BNB | Binance Chain |
| DASH | Dash |
| ETH | Ethereum |
| LTC | Litecoin |
| NEO | NEO |
| QTUM | Qtum |
| WAVES | Waves |
| XLM | Stellar |
| XMR | Monero |
| XRP | Ripple |
| TRX | Tron |
| ZEC | ZCash |
API
Single REST API interface for all
Access to all functions (sending cryptocurrency, generating new wallet, checking transaction or wallet status, getting balance) implemented via REST API. An external application just needs to pass action and target cryptocurrency.
API calls for all cryptocurrencies are uniform, the diference just in cryptocurrency code. An external application shouldn't take care about internal implementation and specific interacting actions.
REST API is described using SWAGGER V3 (swagger.io) and allows testing and code generation without any real data operation.
Private
Full control over all keys and passwords
All passwords are only on your servers and cryptonodes, nowhere and under no circumstances are private keys transmitted outside or stored anywhere else but on your servers.
No dependencies
No dependencies on third-party services
No external services are used except for native nodes supported by the crypto community .
There will be no situation when any of the services will stop working, respond or introduce payment for their services or scam of the service will happen.
No data leakage of your transactions.
No commissions
No additional commissions and fees
You work directly with the blockchain and pay only those commissions that are determined by the blockchain itself, there are no additional fees, for volume, for quantity, for amounts. Only direct blockchain commissions.
Choose To Action
Beginner
$ 5 000
- Compiled binary
- 4 cryptos up to you
- Source code
- Support for 6 months
- 1 New crypto up to you
Standard
$ 7 000
- Compiled binary
- All cryptos
- Source code
- Support for 6 months
- 1 New crypto up to you
Pro
$ 12 000
- Compiled binary
- All cryptos
- Source code
- Support for 6 months
- 1 New crypto up to you
Expert
$ 15 000
- Compiled binary
- All cryptos
- Source code
- Support for 6 months
- 1 New crypto up to you
Premium
$ 20 000
- Compiled binary
- All cryptos
- Source code
- Support for 6 months
- 1 New crypto up to you
Contact
Contact Us