Walletconnect Monorepo

WalletConnect Monorepo
Alternatives To Walletconnect Monorepo
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ccxt29,15112265 hours ago13,116July 14, 20221,145mitPython
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Crypto Signal4,481
2 months ago67mitPython
Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks
Cryptolist3,964
5 months ago100
Curated collection of blockchain & cryptocurrency resources.
Awesome Blockchains3,619
7 months agocc0-1.0Ruby
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed is the new centralized.
Awesome Blockchain2,767
6 months ago4March 14, 20194mitGo
⚡️Curated list of resources for the development and applications of blockchain.
Cryptocurrency Icons2,4863023a month ago31August 22, 202285cc0-1.0JavaScript
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Wallet Core2,397138 hours ago117August 21, 202337apache-2.0C++
Cross-platform, cross-blockchain wallet library.
Cryptofeed1,8492625 days ago74April 02, 202165otherPython
Cryptocurrency Exchange Websocket Data Feed Handler
Coinmon1,58422 years ago26February 26, 202127mitJavaScript
💰 The cryptocurrency price tool on CLI. 🖥
App Monorepo1,576
5 hours ago27apache-2.0TypeScript
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Alternatives To Walletconnect Monorepo
Select To Compare


Alternative Project Comparisons
Readme

WalletConnect v2.x.x

Open protocol for connecting Wallets to Dapps - https://walletconnect.com

Setup

  1. Ensure nodejs and npm
  2. Clone the repository
  3. Install all package dependencies, by running npm install from the root folder

Running checks for all packages

To ensure all packages lint, build and test correctly, we can run the following command from the root folder:

For tests to pass in the following command, you will need your own TEST_PROJECT_ID value, which will be generated for you when you set up a new project on WalletConnect Cloud.

TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check

Command Overview

  • clean - Removes build folders from all packages
  • lint - Runs eslint checks
  • prettier - Runs prettier checks
  • build - Builds all packages
  • test - Tests all packages
  • check - Shorthand to run lint, build and test commands
  • reset - Shorthand to run clean and check commands

Troubleshooting

  1. If you are experiencing issues with installation ensure you install npm i -g node-gyp
  2. You will need to have xcode command line tools installed
  3. If there are issues with xcode command line tools try running
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset

License

Apache 2.0

Popular Ethereum Projects
Popular Cryptography Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Ethereum
Cryptography
Wallet
Rpc
Developer Tools
Modal Dialogs
Web3
Truffle
Isomorphic