{"id":26562880,"url":"https://github.com/aelfproject/aelf-web-wallet","last_synced_at":"2026-03-06T20:03:53.133Z","repository":{"id":45147041,"uuid":"141672654","full_name":"AElfProject/aelf-web-wallet","owner":"AElfProject","description":"Web wallet for AElf","archived":false,"fork":false,"pushed_at":"2024-11-04T09:39:18.000Z","size":3153,"stargazers_count":4,"open_issues_count":13,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-12T11:08:16.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AElfProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-07-20T06:28:46.000Z","updated_at":"2023-07-09T18:51:39.000Z","dependencies_parsed_at":"2025-03-22T15:40:06.760Z","dependency_job_id":null,"html_url":"https://github.com/AElfProject/aelf-web-wallet","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/AElfProject/aelf-web-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-web-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-web-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-web-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-web-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AElfProject","download_url":"https://codeload.github.com/AElfProject/aelf-web-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-web-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30195571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":[],"created_at":"2025-03-22T15:29:04.966Z","updated_at":"2026-03-06T20:03:53.109Z","avatar_url":"https://github.com/AElfProject.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AElf Web Wallet\n\n## 0.Dependencies\n\n- Start up\n[AElf Chain](https://github.com/AElfProject/AElf),\n[aelf-block-scan](https://github.com/AElfProject/aelf-block-scan),\n[aelf-block-api](https://github.com/AElfProject/aelf-block-api)\nat first\n\n- `important` call the API[POST:api/nodes/info] of aelf-block-api to insert the AElf Node information.\n  - Detail the APIs [Postman share link](https://www.getpostman.com/collections/6332e0fab94cdacc9c35)\n  - You can update the information throught the PUT API.\n\n- NodeJS: You can see the JS dependencies in pakage.json, we use egg.js(Node.js \u0026 Koa).\n\n- Correct config.\n\n- `optional` Nginx (or others) // SSL for Secure, Proxy for cross-origin.\n\n## 1.Change config\n\n```shell\nconfig/config.default.js\n\nconfig/config.node.js\n# set you own apiServerProvider // api from aelf-block-api\n# set your own default mainTokenName \u0026 mainTokenContract\n\ndatabase/config.json\n# set your sql config for sequelize\n```\n\n## 2.Install Webpack \u0026 compile front files\n\n```bash\nnpm install -g webpack\nnpm install -g webpack-cli\n\nnpm run build\n# npm run build:dev\n# npm run build:dev:w\n```\n\n## 3.Operate mysql by sequelize\n\n```bash\nnpm run create-db\n# npm run create-db:dev\nnpm run migrate\n# npm run migrate:dev\n# npm run undo-all\n# npm run undo-all:dev\n```\n\n## 3.Start the node server\n\n```bash\nnpm install\n# If meet permisson problem.\n# sudo npm install --unsafe-perm=true --allow-root\n\n# dev\nnpm run dev\n# pro\nnpm start\n```\n\ndefault port: 7001\n\n## Nginx(For Your Information)\n\nHow to open gizp.\n\nHow to config https.(We do not config https server in nodejs.)\n\nHow to proxy in nginx instead of proxy in nodejs.\n\n- nginx.conf\n  - see how to open gizp\n\n- servsers/wallet.online.conf \u0026 servsers/wallet.conf\n  - set your own RPC URL.\n  - set your own server_name.\n  - `when use online(https)`set your own ssl_certificate and ssl_certificate_key.\n\nAnd please use plugin.nginx.js \u0026 demo.config.default.nginx.js instead of plugin.js \u0026 demo.config.defalut.js\n\n## FAQ\n\n### permission denied, open '/home/zhengyue/github/aelf-web-wallet/.travis.yml'\n\n### no such file or directory, scandir '/opt/aelf/app/aelf-web-wallet/node_modules/node-sass/vendor'\n\nhttps://github.com/eggjs/egg/issues/2442#issuecomment-421895549\n\n```bash\nsudo npm install --unsafe-perm=true --allow-root\n# Then\nbash build.sh pro # or npm start\n```\n\n### How to deal with int64\n\nUse Long.js\n\nhttps://www.npmjs.com/package/long\n\n## Docker[TODO]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelfproject%2Faelf-web-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelfproject%2Faelf-web-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelfproject%2Faelf-web-wallet/lists"}