{"id":37094429,"url":"https://github.com/derofdn/engram","last_synced_at":"2026-01-14T11:37:43.957Z","repository":{"id":41508849,"uuid":"509949715","full_name":"DEROFDN/Engram","owner":"DEROFDN","description":"A smart wallet built on DERO","archived":false,"fork":false,"pushed_at":"2025-08-29T00:52:31.000Z","size":21207,"stargazers_count":59,"open_issues_count":16,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-29T03:51:37.451Z","etag":null,"topics":["blockchain","communications","cryptocurrency","dero","engram","privacy","smartcontracts","smartwallet"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DEROFDN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-03T07:09:55.000Z","updated_at":"2025-08-28T23:46:56.000Z","dependencies_parsed_at":"2023-12-29T07:30:00.566Z","dependency_job_id":"c4fa3586-14f1-4f36-8255-e64f73108dff","html_url":"https://github.com/DEROFDN/Engram","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DEROFDN/Engram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEROFDN%2FEngram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEROFDN%2FEngram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEROFDN%2FEngram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEROFDN%2FEngram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DEROFDN","download_url":"https://codeload.github.com/DEROFDN/Engram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEROFDN%2FEngram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","communications","cryptocurrency","dero","engram","privacy","smartcontracts","smartwallet"],"created_at":"2026-01-14T11:37:43.421Z","updated_at":"2026-01-14T11:37:43.950Z","avatar_url":"https://github.com/DEROFDN.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"ss1.png\" alt=\"Engram Enigma\" title=\"Powered by DERO\"\u003e\r\n\r\n# \u003ci\u003eOne Wallet. All of DERO.\u003c/i\u003e\r\n\r\n### The Engram smart wallet empowers users to easily and securely manage their money and assets on the DERO blockchain. \r\n\r\n### Included Features\r\n- [x]  Privately send and receive money globally\r\n- [x]  On-chain encrypted private messaging\r\n- [x]  Dynamically interact with smart contracts\r\n- [x]  Native asset tracking\r\n- [x]  Register and transfer user-friendly addresses (usernames)\r\n- [x]  [Gnomon](https://github.com/civilware/Gnomon) integration for blockchain indexing\r\n- [x]  Encrypted Notepad\r\n- [x]  Websocket support for dApp/web3 connections\r\n- [x]  Sign files using your wallet to guarantee authenticity\r\n- [x]  Explore [TELA](https://github.com/civilware/tela) dApps and websites\r\n- [x]  Supports [EPOCH](https://github.com/civilware/epoch) crowd mining protocol\r\n\r\n### Upcoming Features\r\n- [ ]  Multi-language support\r\n- [ ]  Mobile camera support\r\n\r\n### Watch the Beta Release Video\r\n[\u003cimg src=\"https://img.youtube.com/vi/00-gpNbkRW4/hqdefault.jpg\" width=\"100%\" /\u003e](https://www.youtube.com/watch?v=00-gpNbkRW4)\r\n\r\n## Releases\r\nWe plan to deploy releases on the following platforms:\r\n- [x]  Windows\r\n- [x]  Linux\r\n- [x]  Mac OS\r\n- [ ]  iOS\r\n- [x]  Android\r\n\r\nSee [releases](https://github.com/DEROFDN/Engram/releases) for the latest builds.\r\n\r\n## Build\r\n\r\n\u003cb\u003eRequired Processes\u003c/b\u003e\r\n\r\nPlease see: https://developer.fyne.io/\r\n\r\nYou are required to have all the dependencies for Fyne installed. Specifically (if you are on windows), \u003cb\u003eTDM-GCC-64\u003c/b\u003e.\r\n\r\n* Install fyne cmd tools: `go install fyne.io/fyne/v2/cmd/fyne@latest`\r\n* Add `~/go/bin` to your `$PATH` environment variable if not done already: `export PATH=$PATH:~/go/bin/`\r\n* Clone Engram repository and navigate to its directory:\r\n\r\n```\r\ngit clone https://github.com/DEROFDN/Engram.git\r\ncd Engram\r\ngo mod tidy\r\n```\r\n\r\n#### Building for Windows\r\n\r\n* Build from within the repo directory:\r\n```\r\nfyne package -name Engram -os windows -appVersion 0.6.1 -icon Icon.png\r\n```\r\n\r\n#### Building for Android APK (Linux)\r\n\r\n* Install android-sdk: `sudo apt install android-sdk`\r\n* Download r26b android NDK - https://developer.android.com/ndk/downloads\r\n* Add environment variable for ANDROID_NDK_HOME to point at the downloaded and extracted ndk directory\r\n* Build from within the repo directory:\r\n```\r\nfyne package -name Engram -os android/arm64 -appVersion 0.6.1 -appID com.engram.main -icon ./Icon.png\r\n```\r\n\r\n## Contributing\r\n\r\nIssues and pull requests are welcome, but will need to be reviewed by DERO Foundation developers.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderofdn%2Fengram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderofdn%2Fengram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderofdn%2Fengram/lists"}