Skip to content

zhuhongyang/trinity-wallet

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.2%
  • CSS 3.5%
  • Swift 1.2%
  • Ruby 0.9%
  • Java 0.7%
  • Objective-C 0.4%
  • Other 0.1%