Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iotaledger/trinity-wallet

Trinity is IOTA's old, deprecated wallet. Use Firefly instead.
https://github.com/iotaledger/trinity-wallet

Last synced: 2 months ago
JSON representation

Trinity is IOTA's old, deprecated wallet. Use Firefly instead.

Awesome Lists containing this project

README

        


Trinity is now deprecated. Please use Firefly.





The official IOTA wallet



Developer documentation portal



Discord
StackExchange
Apache 2.0 license




About
Prerequisites
Installation
Getting started
Supporting the project
Joining the discussion

---

## About

This is the **official** IOTA wallet, which allows you to do the following:
* Create password-protected accounts to store and access your seeds
* Send transactions
* Generate addresses
* Read your balance and transaction history

Please report any issues in our [issue tracker](https://github.com/iotaledger/trinity/issues/new).

## Prerequisites

To compile Trinity, you must have the following:

* [Node.js 10 (>=10.19) or 11](https://nodejs.org/dist/)
* [Yarn](https://yarnpkg.com/) package manager.

## Installation

The latest downloadable versions of Trinity are available on the [Trinity website](https://trinity.iota.org/).

If you want to run a local version of Trinity, compile the code by doing the following:

1. Clone this repository

```
git clone https://github.com/iotaledger/trinity-wallet.git
```

2. Change into the `trinity-wallet` directory

```
cd trinity-wallet
```

3. Install the shared dependencies

```
yarn && yarn deps:shared
```

4. Follow the instructions to compile either [Trinity Mobile](https://github.com/iotaledger/trinity-wallet/blob/develop/src/mobile/README.md) or [Trinity Desktop](https://github.com/iotaledger/trinity-wallet/blob/develop/src/desktop/README.md).

## Getting started

If you want help getting started as a user of the wallet, see the [documentation portal](https://docs.iota.org/docs/wallets/0.1/trinity/introduction/overview).

If you are contributing to the Trinity codebase, see the following resources:

- [How to develop new features in Trinity](https://docs.iota.org/docs/wallets/0.1/trinity/how-to-guides/develop-features-on-trinity)
- [Contributing guidelines](.github/CONTRIBUTING.md)

## Supporting the project

If Trinity has been useful to you and you feel like contributing, consider posting a [bug report](https://github.com/iotaledger/trinity-wallet/issues/new?labels=T+-+Bug&template=bug_report.md&title=), [feature request](https://github.com/iotaledger/trinity-wallet/issues/new?labels=&template=feature_request.md&title=) or a [pull request](https://github.com/iotaledger/trinity-wallet/pulls/).

See the [contributing guidelines](.github/CONTRIBUTING.md) for more information.

## Joining the discussion

If you want to get involved in the community, need help with getting setup, have any issues related to Trinity or just want to discuss IOTA, Distributed Ledger Technology (DLT) and IoT with other people, feel free to join our [Discord](https://discord.iota.org/).