Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iotaledger/trinity-wallet
Trinity is IOTA's old, deprecated wallet. Use Firefly instead.
https://github.com/iotaledger/trinity-wallet
Last synced: about 1 month ago
JSON representation
Trinity is IOTA's old, deprecated wallet. Use Firefly instead.
- Host: GitHub
- URL: https://github.com/iotaledger/trinity-wallet
- Owner: iotaledger
- License: other
- Archived: true
- Created: 2018-05-23T15:08:04.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-20T22:53:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T09:24:30.548Z (4 months ago)
- Language: JavaScript
- Homepage: https://trinity.iota.org
- Size: 169 MB
- Stars: 472
- Watchers: 54
- Forks: 120
- Open Issues: 199
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-iota - Trinity Wallet - IOTA - Trinity Wallet (Desktop and Mobile) (Wallets)
README
Trinity is now deprecated. Please use Firefly.
The official IOTA wallet
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 historyPlease 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/).