• Stars
    star
    365
  • Rank 116,851 (Top 3 %)
  • Language
    TypeScript
  • License
    Other
  • Created almost 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crypto.com DeFi Desktop Wallet

Crypto.com DeFi Desktop Wallet

Warning

Crypto.com DeFi Desktop Wallet may subject to changes. Before proceeding, please be aware of the following:

  • Crypto.com is not liable for any potential damage, loss of data/files arising from the use of the wallet.

Latest releases

Please refer to the release page for the latest released version.

Contributing

Please abide by the Code of Conduct in all interactions, and the contributing guidelines when submitting code.

Multi-Language Content Management

Please refer to the Instructions on Multi-Language Content Management for any content updates.

License

Apache 2.0

Manual Build for Development

Pre-requirements

This project requires Node.js to build, .node-version indicates the version currently using.

You can either install Node.js globally or use any of the Node Version Manager which respect .node-version in this list.

Installation

yarn install

Installs all the needed dependencies

Development & Builds Processes

Web Target 🌐

yarn start

The command above runs the app as a normal web app in development, deployed at http://localhost:3000/

yarn build

Builds an optimized web distributable output for the repository.

The final output build should be ready to be deployed like any normal react web app. The /build folder is ready to be deployed 🚀

Electron Target 💻

# Use webpack
yarn electron:dev

# Or use Vite(faster)
yarn vite:dev

Runs the Electron app in the development mode.

The Electron app will reload if you make edits in the electron directory. You will also see any lint errors in the console.

yarn electron:build

Builds the Electron app package for production to the dist folder.

The app is ready to be distributed!

More Repositories

1

thaler

Thaler Experimental Network; For Crypto.org Chain: github.com/crypto-org-chain/chain-main
Rust
158
star
2

defi-wallet-core-rs

Cross-platform, cross-blockchain wallet library in Rust for DeFi Wallet and other applications.
Rust
47
star
3

ibc-solo-machine

This repository implements IBC solo machine which can be used to interface with other machines and replicated ledgers which speak IBC.
Rust
43
star
4

chain-indexing

Go
35
star
5

swap-token-list

JavaScript
30
star
6

swap-contracts-core

Core smart contracts of DeFi Swap
TypeScript
20
star
7

cosmos-sdk-codeql

A query suite for common bug patterns in Cosmos SDK-based applications
CodeQL
20
star
8

pystarport

pystarport setup and run local devnet for cosmos like blockchains
Python
19
star
9

swap-contracts-periphery

Peripheral smart contracts for interacting with DeFi Swap
Solidity
15
star
10

thaler-nodelib

Crypto.com Chain library for Node.js
TypeScript
13
star
11

deficonnect-monorepo

DeFi Wallet Web SDK
TypeScript
12
star
12

cro-staking

JavaScript
12
star
13

crypto-pay-prestashop

Crypto.com Pay Checkout for PrestaShop
PHP
11
star
14

crypto-exchange

10
star
15

thaler-sample-wallet

Sample Crypto.com Chain Wallet implementation using Angular
TypeScript
10
star
16

thaler-docs

Crypto.com Chain documentation and specs: https://thaler-testnet.crypto.com/docs/
Shell
9
star
17

aws-ne-sys

Extracted from https://github.com/aws/aws-nitro-enclaves-acm
Rust
6
star
18

defi-swap-swap-subgraph

Subgraph for Defi swap-info
TypeScript
5
star
19

thaler-indexing

Crypto.com Chain data indexing service
Go
3
star
20

chain-tx-enclave

MOVED TO https://github.com/crypto-com/chain/tree/master/chain-tx-enclave
C
3
star
21

thaler-multisig-demo

Demonstrate Multi-signature functionality in Crypto.com chain
Rust
2
star
22

ledger-crypto

DEVELOPMENT MOVED TO: https://github.com/LedgerHQ/app-cryptocom
C
2
star
23

cdc-ai-agent-client-ts

TypeScript
1
star
24

cdc-ai-agent-client-py

Python
1
star
25

cdc-ai-agent-signer-app

TypeScript
1
star
26

crypto-pay-magento2

Crypto.com Pay Checkout for Magento 2
PHP
1
star
27

sgx-vendor

temporary `cargo vendor` with updated sgx-forked crates
Rust
1
star
28

crypto-com.github.io

Staging hosted Crypto.com Chain documentation and specs
HTML
1
star
29

swap-subgraphs

DEPRECATED
TypeScript
1
star
30

sample-thaler-ios-example

Sample code to demonstrate how Thaler Experimental Network C bindings can be used in an iOS project
C
1
star
31

thaler-ilp-settlement

Interledger CRO settlement engine (Proof of Concept)
TypeScript
1
star