Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mymonero/mymonero-web-js
The JS codebase for the MyMonero web wallet app
https://github.com/mymonero/mymonero-web-js
Last synced: about 2 months ago
JSON representation
The JS codebase for the MyMonero web wallet app
- Host: GitHub
- URL: https://github.com/mymonero/mymonero-web-js
- Owner: mymonero
- License: bsd-3-clause
- Created: 2020-09-14T17:09:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T09:56:07.000Z (8 months ago)
- Last Synced: 2024-05-06T11:02:56.930Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.6 MB
- Stars: 17
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MyMonero Web Wallet
MyMonero Web Wallet## Installation
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Clone the repo and install the dependencies.
```bash
git clone https://github.com/mymonero/mymonero-web-js.git
cd mymonero-web-js
```
```bash
npm install
```
To start the web wallet, run the following
```bash
npm start
```Optionally, you can override default environment variables by copying the .env.defaults file to .env
Windows:
```bash
copy .env.defaults .env
```
MacOS / Unix:
```bash
cp .env.defaults .env
```View the web wallet at: http://localhost:9110
## Reporting Bugs & Making Feature Requests
If you would like to report an issue or share a feature request, please create a Github [Issue](https://github.com/mymonero/monero-web-js/issues) on this project.
If you're reporting a bug, be sure to include all information which we would need to reproduce the issue, such as the operating system and app version on which you saw the bug, and the steps you took, if you can tell.
Please don't use the Issues tracker for general support or inquiries. You can also [contact us](https://mymonero.com/support) directly.
## Testing
Please submit any bugs as Issues unless they have already been reported.
Suggestions and feedback are very welcome!
## Contributing
If you have an improvement to the codebase and would like to have your code shipped in the production MyMonero app, please submit a [pull request](https://help.github.com/articles/about-pull-requests/), even if it's still a WIP. We try to credit all contributors in app release notes.
* Merging PRs which involve integrating with any third-party services will require discussion and agreement.
* We reserve the right to refuse to merge any PRs, such as those which introduce breaking changes.
## Donating
MyMonero Donation Address (XMR): 48yi8KBxh7fdZzwnX2kFCGALRcN1sNjwBHDfd5i9WLAWKs7G9rVbXNnbJTqZhhZCiudVtaMJKrXxmBeBR9kggBXr8X7PxPT
Proceeds from donations are used to fund development on the MyMonero back-end server (a performant version of which we soonβ’ plan to open-source for anyone to run their own server at home). Any remaining funds will go towards product (app UI) R&D, and hosting costs.
## License and Copyrights
See `LICENSE.txt` for license.
All app source code and assets copyright Β© 2014-2020 by MyMonero. All rights reserved.
## Acknowledgements
Contributors to each release are credited in release notes.
### Core Contributors
* π `Tekkzbadger` ([Devin Pearson](https://github.com/devinpearson)) Lead maintainer; core developer
* π± `jkarlos` ([Karl Buys](https://github.com/karlbuys)) Maintainer; core developer
* π¦ `fluffyponyza` ([Riccardo Spagni](https://github.com/fluffypony)) Advisor; MyMonero founder; Monero core team member
* π `endogenic` ([Paul Shapiro](https://github.com/paulshapiro)) Former core maintainer; MyMonero core contributor
* π `vtnerd` ([Lee Clagett](https://github.com/vtnerd)) Lead back-end developer
* π `luigi` Monero tech advisor; Main MyMonero JS core crypto contributor
* π₯ `mds` ([Matt Smith](http://mds.is)) MVP designer
* π Your name here?