{"id":13499360,"url":"https://github.com/aeternity/aepp-sdk-js","last_synced_at":"2025-04-08T08:14:18.176Z","repository":{"id":37565691,"uuid":"120938708","full_name":"aeternity/aepp-sdk-js","owner":"aeternity","description":"JavaScript SDK for the æternity blockchain","archived":false,"fork":false,"pushed_at":"2025-03-30T09:40:03.000Z","size":440311,"stargazers_count":119,"open_issues_count":105,"forks_count":59,"subscribers_count":18,"default_branch":"develop","last_synced_at":"2025-04-01T07:51:13.593Z","etag":null,"topics":["aeternity","blockchain","browser","devtools","js","nodejs","sdk"],"latest_commit_sha":null,"homepage":"https://sdk.aeternity.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeternity.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}},"created_at":"2018-02-09T18:05:18.000Z","updated_at":"2025-03-30T09:35:12.000Z","dependencies_parsed_at":"2024-01-22T09:05:05.746Z","dependency_job_id":"c7699a32-0d59-46b7-8655-e68eb29b9865","html_url":"https://github.com/aeternity/aepp-sdk-js","commit_stats":{"total_commits":2408,"total_committers":51,"mean_commits":47.21568627450981,"dds":0.5170265780730897,"last_synced_commit":"26014b791759b00f7e415fb1348556f73d2de06c"},"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeternity%2Faepp-sdk-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeternity%2Faepp-sdk-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeternity%2Faepp-sdk-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeternity%2Faepp-sdk-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeternity","download_url":"https://codeload.github.com/aeternity/aepp-sdk-js/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801169,"owners_count":20998339,"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":["aeternity","blockchain","browser","devtools","js","nodejs","sdk"],"created_at":"2024-07-31T22:00:32.476Z","updated_at":"2025-04-08T08:14:18.141Z","avatar_url":"https://github.com/aeternity.png","language":"TypeScript","funding_links":[],"categories":["SDKs","Development"],"sub_categories":["Software Development Kits (SDKs)"],"readme":"# [æternity](https://aeternity.com)'s JavaScript SDK\n\n[![main action](https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml/badge.svg)](https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/aeternity/aepp-sdk-js/branch/develop/graph/badge.svg?token=wON6gOciRP)](https://codecov.io/gh/aeternity/aepp-sdk-js)\n[![docs](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml/badge.svg)](https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml)\n[![npm](https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)\n[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)\n\nJavaScript SDK for the revolutionary [æternity] blockchain, targeting the\n[æternity node] implementation. The aepp-sdk is [hosted on GitHub].\n\n[æternity]: https://aeternity.com\n[æternity node]: https://github.com/aeternity/aeternity\n[hosted on GitHub]: https://github.com/aeternity/aepp-sdk-js\n\n## Guides \u0026 Examples\n\nIntroduction\n\n- [Installation](docs/README.md)\n- [Quick Start](docs/quick-start.md)\n\nUsage guides:\n\n- [AENS](docs/guides/aens.md) (æternity naming system)\n- [Contracts](docs/guides/contracts.md)\n- [Contract Events](docs/guides/contract-events.md)\n- [Oracles](docs/guides/oracles.md)\n- [PayingForTx](docs/guides/paying-for-tx.md) (Meta-Transactions)\n- [Batch Transactions](docs/guides//batch-requests.md)\n- [Error Handling](docs/guides/error-handling.md)\n- [Low vs High level API](docs/guides/low-vs-high-usage.md)\n- Wallet Interaction\n  - [Connect an æpp to a wallet](docs/guides/connect-aepp-to-wallet.md)\n  - [How to build a wallet](docs/guides/build-wallet.md)\n\nThere are also [examples](examples/README.md) that you can directly use and play with.\n\n## CLI - Command Line Interface\n\nTo quickly test _all_ of æternity's blockchain features from your terminal, you can install and use the [CLI](https://github.com/aeternity/aepp-cli-js) by running:\n\n1. `npm i -g @aeternity/aepp-cli` to globally install the CLI\n2. `aecli --help` to get a list of possible commands\n\n## Contributing\n\nFor advanced use, to get a deeper understanding of the SDK or to contribute to its development, it is advised to read the [Contributing Guidelines](docs/contrib/README.md) section.\n\n## Changelog\n\nWe keep our [Changelog](docs/CHANGELOG.md) up to date.\n\n## License\n\nISC License (ISC)\nCopyright © 2024 æternity developers\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeternity%2Faepp-sdk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeternity%2Faepp-sdk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeternity%2Faepp-sdk-js/lists"}