zhangtaii / trinity-wallet

The IOTA Trinity Wallet - currently in public beta testing

Home Page:https://trinity.iota.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOTA Trinity Wallet

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. Run the setup to install dependencies
yarn full-setup

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.

About

The IOTA Trinity Wallet - currently in public beta testing

https://trinity.iota.org

License:Apache License 2.0


Languages

Language:JavaScript 93.3%Language:CSS 3.4%Language:Swift 1.2%Language:Ruby 0.8%Language:Java 0.7%Language:Objective-C 0.4%Language:Python 0.1%Language:C 0.0%Language:Shell 0.0%Language:HTML 0.0%