{"id":19564332,"url":"https://github.com/quillhash/stellar-basics","last_synced_at":"2026-04-15T16:32:49.816Z","repository":{"id":118894706,"uuid":"131276012","full_name":"Quillhash/stellar-basics","owner":"Quillhash","description":"stellar basics","archived":false,"fork":false,"pushed_at":"2018-04-28T14:28:31.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-26T09:24:12.404Z","etag":null,"topics":["blockchain","nodejs","stellar-lumens","stellar-network"],"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/Quillhash.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-04-27T09:31:39.000Z","updated_at":"2018-10-05T07:39:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"61d11c44-f3af-4a4a-b04f-448a86ab40df","html_url":"https://github.com/Quillhash/stellar-basics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quillhash/stellar-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillhash%2Fstellar-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillhash%2Fstellar-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillhash%2Fstellar-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillhash%2Fstellar-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quillhash","download_url":"https://codeload.github.com/Quillhash/stellar-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillhash%2Fstellar-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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","nodejs","stellar-lumens","stellar-network"],"created_at":"2024-11-11T05:21:30.904Z","updated_at":"2026-04-15T16:32:49.800Z","avatar_url":"https://github.com/Quillhash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Prerequisites\nYour machine must have nodejs installed\n\n### Running the app\nAfter cloning ,install the application dependancies by: \u003cbr\u003e\n- npm install \u003cbr\u003e\n\nStart the app:\u003cbr\u003e\n\n- node index \u003cbr\u003e\n\nNow open your browser and go to http://localhost:3000\nBrowser window will show you api endpoints.\u003cbr\u003e\n\n## Api end points:\n### http://localhost:3000/stellar/publickey\n\u003e\u003e #### This will generate you the key pair.Key pair will contain public key and secret seed.Public key will be used to create account and secret seed will be used to perform transactions from your account.\n\n\n### http://localhost:3000/stellar/createAccount\n\u003e\u003e #### This end point will show you a form to create your account.You just need to enter your public key here.Form submission will send a post request to http://localhost:3000/stellar/account  where logic of creating account is fired.You can directly send post request to '/stellar/account' end point by sending publickey in body of request.You can test post request in postman app.\n\n\n### http://localhost:3000/stellar/sendPayment\n\u003e\u003e #### This end point will show you a form to send assets (here we can send only lumens as for test network we can have only lumens in our account) from one account to another.You need to have your account secret seed and receiver account public key to send payment.Form submission will send a post request to http://localhost:3000/stellar/payment  where logic of sending payment is fired.You can directly send post request to '/stellar/payment' end point by sending your secret and receiver public key in body of request.You can test post request in postman app.\n\n### http://localhost:3000/stellar/receivedPayment\n\u003e\u003e #### This end point will show you a form to get the details of received payments of an public key.You need to have your account secret seed and receiver account public key to send payment.Form submission will send a post request to http://localhost:3000/stellar/receipts  where logic of getting receipts is fired.Stellar sdk sends receipts as server sent events.Event data will gets logged to terminal .We can subscribe to these events on client side also but here we are simply logging them .You can directly send post request to '/stellar/receipts' end point by sending your public key in body of request.You can test post request in postman app.\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquillhash%2Fstellar-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquillhash%2Fstellar-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquillhash%2Fstellar-basics/lists"}