Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordansinger/lil-wallet
https://github.com/jordansinger/lil-wallet
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordansinger/lil-wallet
- Owner: jordansinger
- Created: 2021-12-14T22:21:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T09:44:29.000Z (6 months ago)
- Last Synced: 2025-01-05T10:05:36.201Z (14 days ago)
- Language: Swift
- Size: 297 KB
- Stars: 143
- Watchers: 6
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - lil wallet
README
# lil wallet
welcome to lil wallet. it's an open-source Ethereum wallet built with SwiftUI
there are two main views - coins and objects. coins are your tokens like ETH, etc. objects are your NFTs
this is an early version. lots of stuff might be broken, including sometimes slow loading times.
i'm sharing the first version, and hoping the community can take it from here!
### todos
- [ ] better data handling (needs lots of optionals cleanup)
- [ ] speed improvements (not great rn)
- [ ] data caching (don't make fresh requests every time)
- [ ] support more NFT types (videos, etc)
- [ ] sorting coins list?### data
- [Zerion](https://docs.zerion.io) (portfolio, transactions, tokens)
- [OpenSea](https://docs.opensea.io) (NFTs)