/trinity-wallet

The IOTA Trinity Wallet - available on App Store, Google Play and all major Desktop platforms

Primary LanguageJavaScriptOtherNOASSERTION

IOTA Trinity Wallet

Dependabot Status

This is the shared repository for the IOTA Trinity Mobile and Desktop wallets. The apps are based on React and built with React-Native (mobile) and Electron (desktop).

Prerequisites

  • Node.js (8+)
  • Yarn

Instructions

  1. Clone this repo
git clone https://github.com/iotaledger/trinity-wallet.git
  1. Go to the trinity-wallet directory
cd trinity-wallet
  1. Install the shared dependencies
yarn && yarn deps:shared
  1. Follow the instructions to install dependencies for Trinity Mobile or Trinity Desktop

Branches

To create a new feature or bugfix (or chore) please create a new branch and use a prefix (e.g feature/my-awesome-new-feature or bugfix/something-not-working). The prefixes we use are bug, feat, chore and hotfix. Please don't use anything else.

If you are adding any text in your work, please follow the instructions in localisation.md.

When creating a new branch try to always branch off from develop. Avoid branching off from other branches unless it's absolutely necessary.

When you're done with your work create a new Pull Request and use your branch as source branch and develop as target branch. Never create Pull Requests directly against master as target branch unless you're trying to merge an important hotfix.