Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/aepp-sdk-js
JavaScript SDK for the æternity blockchain
https://github.com/aeternity/aepp-sdk-js
aeternity blockchain browser devtools js nodejs sdk
Last synced: 1 day ago
JSON representation
JavaScript SDK for the æternity blockchain
- Host: GitHub
- URL: https://github.com/aeternity/aepp-sdk-js
- Owner: aeternity
- License: isc
- Created: 2018-02-09T18:05:18.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-20T18:20:05.000Z (16 days ago)
- Last Synced: 2024-12-28T14:06:19.186Z (9 days ago)
- Topics: aeternity, blockchain, browser, devtools, js, nodejs, sdk
- Language: TypeScript
- Homepage: http://docs.aeternity.com/aepp-sdk-js/
- Size: 377 MB
- Stars: 120
- Watchers: 20
- Forks: 59
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-aeternity - Javascript
- awesome-aeternity - aepp-sdk-js
README
# [æternity](https://aeternity.com)'s JavaScript SDK
[![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)
[![codecov](https://codecov.io/gh/aeternity/aepp-sdk-js/branch/develop/graph/badge.svg?token=wON6gOciRP)](https://codecov.io/gh/aeternity/aepp-sdk-js)
[![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)
[![npm](https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)
[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)JavaScript SDK for the revolutionary [æternity] blockchain, targeting the
[æternity node] implementation. The aepp-sdk is [hosted on GitHub].[æternity]: https://aeternity.com
[æternity node]: https://github.com/aeternity/aeternity
[hosted on GitHub]: https://github.com/aeternity/aepp-sdk-js## Guides & Examples
Introduction
- [Installation](docs/README.md)
- [Quick Start](docs/quick-start.md)Usage guides:
- [AENS](docs/guides/aens.md) (æternity naming system)
- [Contracts](docs/guides/contracts.md)
- [Contract Events](docs/guides/contract-events.md)
- [Oracles](docs/guides/oracles.md)
- [PayingForTx](docs/guides/paying-for-tx.md) (Meta-Transactions)
- [Batch Transactions](docs/guides//batch-requests.md)
- [Error Handling](docs/guides/error-handling.md)
- [Low vs High level API](docs/guides/low-vs-high-usage.md)
- Wallet Interaction
- [Connect an æpp to a wallet](docs/guides/connect-aepp-to-wallet.md)
- [How to build a wallet](docs/guides/build-wallet.md)There are also [examples](examples/README.md) that you can directly use and play with.
## CLI - Command Line Interface
To 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:
1. `npm i -g @aeternity/aepp-cli` to globally install the CLI
2. `aecli --help` to get a list of possible commands## Contributing
For 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.
## Changelog
We keep our [Changelog](docs/CHANGELOG.md) up to date.
## License
ISC License (ISC)
Copyright © 2024 æternity developersPermission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.