All Projects → rainbow-me → Rainbow

rainbow-me / Rainbow

Licence: gpl-3.0
🌈‒ the Ethereum wallet that lives in your pocket

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rainbow

Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (-13.91%)
Mutual labels:  ethereum
Web3modal
A single Web3 / Ethereum provider solution for all Wallets
Stars: ✭ 515 (-9.33%)
Mutual labels:  ethereum
Ethql
A GraphQL interface to Ethereum 🔥
Stars: ✭ 547 (-3.7%)
Mutual labels:  ethereum
Ethereum.rb
Ethereum library for the Ruby language
Stars: ✭ 502 (-11.62%)
Mutual labels:  ethereum
Eth Tweet
Decentralized Twitter: A microblogging service running on the Ethereum blockchain
Stars: ✭ 519 (-8.63%)
Mutual labels:  ethereum
Ethereumjs Util
Project is in active development and has been moved to the EthereumJS monorepo.
Stars: ✭ 534 (-5.99%)
Mutual labels:  ethereum
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+1059.33%)
Mutual labels:  ethereum
Brainflayer
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key alogrithms.
Stars: ✭ 561 (-1.23%)
Mutual labels:  ethereum
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (-8.45%)
Mutual labels:  ethereum
Randao
RANDAO: A DAO working as RNG of Ethereum
Stars: ✭ 541 (-4.75%)
Mutual labels:  ethereum
Web3.php
A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
Stars: ✭ 507 (-10.74%)
Mutual labels:  ethereum
React Box
Truffle, Webpack and React boilerplate.
Stars: ✭ 516 (-9.15%)
Mutual labels:  ethereum
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+846.13%)
Mutual labels:  ethereum
Cakeshop
An integrated development environment and SDK for Ethereum-like ledgers
Stars: ✭ 491 (-13.56%)
Mutual labels:  ethereum
Etherchain Light
Lightweight Ethereum blockchain explorer
Stars: ✭ 550 (-3.17%)
Mutual labels:  ethereum
Aztec
Public repository for the AZTEC protocol
Stars: ✭ 483 (-14.96%)
Mutual labels:  ethereum
Btcrelay
Ethereum contract for Bitcoin SPV: Live on https://etherscan.io/address/0x41f274c0023f83391de4e0733c609df5a124c3d4
Stars: ✭ 533 (-6.16%)
Mutual labels:  ethereum
Lionshare Desktop
🦁 Simple cryptocurrency price and portfolio monitor for macOS
Stars: ✭ 570 (+0.35%)
Mutual labels:  ethereum
Awesome Blockchain Articles
A collection of awesome blockchain articles. Good learning resources about blockchain.
Stars: ✭ 552 (-2.82%)
Mutual labels:  ethereum
Btcpool Abandoned
backend of pool.btc.com
Stars: ✭ 541 (-4.75%)
Mutual labels:  ethereum

🌈️ Rainbow

the Ethereum wallet that lives in your pocket!

📲️ Available on the iOS App Store.

🐦️ Follow us on Twitter

Requirements

How to run the project

If you are new to React Native, this is a helpful introduction: https://facebook.github.io/react-native/docs/getting-started.html

  1. Clone the GitHub repository to your machine.

  2. Run nvm use 14 to use set the version of node for this project.

  3. Set up your .env file, use our env.example as a guide.

    Note that some features are currently not accessible, we are working with our Data Providers in order to provide open source API Keys!

    Here are some resources to generate your own API keys:

  4. Run yarn setup to get all of the packages required.

  5. Run yarn install-bundle.

  6. Install required Pods by running yarn install-pods.

  7. Run yarn start to start the React Native Bundler.

  8. Open rainbow-wallet/ios/Rainbow.xcworkspace in XCode.

  9. Run the project by clicking the play button.

CodePush

In order to use code push you must be logged into the correct Microsoft App Center account.

Prerequisites

npm install -g code-push
code-push login

At this point you will be required to log into the account tied to the code push public keys in Info.plist

Deployment

code-push release-react RainbowWallet-iOS ios -d <DEPLOYMENT>

The deployment can either be Staging or Production depending on the mode of the application you wish to update was built in through XCode.

Local Builds

In order to build the application in "release" mode but not use the code push distribution you must build the application using the scheme LocalRelease.

Building the application with the Staging scheme or Release scheme will result in your bundle being replaced by the live code push deployment on resume of the application.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].