MrNaif2018

Results 33 issues of MrNaif2018

Hi! Thanks for including bitcart as one of the solutions! I've read your post about your difficulties in the installation. That's something that may be the hardest thing at first...

TODO: - [x] New mode in daemon: diskless - [ ] Merge upstream in electron cash - [ ] Re-pin LTC - [ ] Signing watch-only wallets - [ ]...

Currently, as BitcartCC gained eth support, we added a few chains based on eth, but the dependencies used are the same as the eth image, so it might make sense...

enhancement
help wanted
refactor

This issue contains a list of improvements in the wallet area (wallet operations, UI/UX): - [x] Add ability to create wallet right via the admin interface, display the seed and...

enhancement

Would you like to contribute to Bitcart on a regular basis in a team of people, discussing the best ways of implementation and learning something new? You can join the...

enhancement
help wanted
good first issue

This issue contains a list of things to improve in user settings area. - [ ] Add user email verification (via server email settings) - [ ] Possibly discourage the...

enhancement

This issue contains a list of improvements in invoicing area (invoice creation/checkout policies and new features): - [x] Add a button at stores page to easily see invoices associated with...

enhancement

To make BitcartCC core light but be able to add any functionality, we need a plugin system Plugins should be able to customize almost everything: add new routes, possibly new...

enhancement
help wanted

Currently our [pydantic schemes](https://github.com/bitcartcc/bitcart/blob/master/api/schemes.py) weren't revised in a while. We should re-check if some of the validators in use are actually required, and possibly replace `Optional[str]` to `str` where needed

help wanted
refactor

We have tried to upgrade from gino to sqlalchemy 1.4, but at least as of now (April 2021), it is not worth it. The only benefit of sqlalchemy that gino...

enhancement
help wanted