{"id":25284285,"url":"https://github.com/elastos/elastos.org.wallet.service","last_synced_at":"2025-10-08T21:14:15.208Z","repository":{"id":96721171,"uuid":"139665814","full_name":"elastos/Elastos.ORG.Wallet.Service","owner":"elastos","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-03T04:06:39.000Z","size":9288,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-07-01T09:06:25.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/elastos.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-04T03:52:45.000Z","updated_at":"2020-06-03T04:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"521931fc-b704-46fb-b656-41e4c4aa58ba","html_url":"https://github.com/elastos/Elastos.ORG.Wallet.Service","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elastos/Elastos.ORG.Wallet.Service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastos%2FElastos.ORG.Wallet.Service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastos%2FElastos.ORG.Wallet.Service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastos%2FElastos.ORG.Wallet.Service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastos%2FElastos.ORG.Wallet.Service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastos","download_url":"https://codeload.github.com/elastos/Elastos.ORG.Wallet.Service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastos%2FElastos.ORG.Wallet.Service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262933312,"owners_count":23386783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-02-12T20:37:18.663Z","updated_at":"2025-10-08T21:14:10.175Z","avatar_url":"https://github.com/elastos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Elastos.ORG.Wallet.Service\n==============\n\n[Elastos.ORG.Wallet.Service documentation](https://walletservice.readthedocs.io)\n\nThis repo provide simple HTTP Restful API for developers to interact with elastos blockchain . you may need to construct your own local node to use some of these API , never provide private key to any third party . \n\n\n## Quick Start\n\nRun with `Maven`：\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.elastos\u003c/groupId\u003e\n    \u003cartifactId\u003ebase.api\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.6\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nor `Gradle`:\n\n```sh\ncompile 'org.elastos:base.api:0.0.6'\n```\n\nAdd A Entry Class\n```java\n@SpringBootApplication\npublic class MainEntry {\n\n    public static void main(String[] args) {\n        SpringApplication.run(org.elastos.Application.class, args);\n    }\n}\n```\n\nAdd application.properties in src/main/resources\n```\n## chain restful url\n## change it to your own mainchain node port\nnode.prefix              = http://localhost:20334\nnode.connectionCount     = /api/v1/node/connectioncount\nnode.state               = /api/v1/node/state\nnode.blockTxByHeight     = /api/v1/block/transactions/height/\nnode.blockByHeight       = /api/v1/block/details/height/\nnode.blockByhash         = /api/v1/block/details/hash/\nnode.blockHeight         = /api/v1/block/height\nnode.blockHash           = /api/v1/block/hash/\nnode.transaction         = /api/v1/transaction/\nnode.asset               = /api/v1/asset/\nnode.balanceByAddr       = /api/v1/asset/balances/\nnode.balanceByAsset      = /api/v1/asset/balance/\nnode.utxoByAsset         = /api/v1/asset/utxo/\nnode.utxoByAddr          = /api/v1/asset/utxos/\nnode.sendRawTransaction  = /api/v1/transaction\nnode.transactionPool     = /api/v1/transactionpool\nnode.restart             = /api/v1/restart\n\n## api return status code\nretcode.SUCC             = 200\nretcode.BAD_REQUEST      = 400\nretcode.NOT_FOUND        = 404\nretcode.INTERNAL_ERROR   = 500\nretcode.PROCESS_ERROR    = 10001\n\n## basic\nbasic.ONE_ELA            = 100000000\nbasic.FEE                = 0.000001\nbasic.CROSS_CHAIN_FEE    = 0.0001\n\n## application\nserver.port              = 8090\n\n## log\nlogging.level.root       =INFO\nlogging.level.org.elastos=DEBUG\n\n\n## Eth related config\neth.gasLimit             =6600000\neth.network              =http://localhost:8545\neth.infuraNetwork        =https://rinkeby.infura.io\neth.infuraToken          =1bbe5789437548f190f73cfa72fd6a57\neth.infuraEnable         =true\n\n## DID related api\ndid.mainChainAddress     =XKUh4GLhFJiqAMTF6HyWQrV9pK9HcGUdfJ\ndid.burnAddress          =0000000000000000000000000000000000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastos%2Felastos.org.wallet.service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastos%2Felastos.org.wallet.service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastos%2Felastos.org.wallet.service/lists"}