Package Exports
- @aeternity/aepp-sdk
- @aeternity/aepp-sdk/dist/aepp-sdk.js
- @aeternity/aepp-sdk/es
- @aeternity/aepp-sdk/es/account/memory
- @aeternity/aepp-sdk/es/account/memory.js
- @aeternity/aepp-sdk/es/ae/universal
- @aeternity/aepp-sdk/es/ae/universal.js
- @aeternity/aepp-sdk/es/ae/wallet
- @aeternity/aepp-sdk/es/ae/wallet.js
- @aeternity/aepp-sdk/es/chain/node
- @aeternity/aepp-sdk/es/chain/node.js
- @aeternity/aepp-sdk/es/contract/compiler
- @aeternity/aepp-sdk/es/contract/compiler.js
- @aeternity/aepp-sdk/es/index.js
- @aeternity/aepp-sdk/es/node
- @aeternity/aepp-sdk/es/node.js
- @aeternity/aepp-sdk/es/tx/builder
- @aeternity/aepp-sdk/es/tx/builder/helpers
- @aeternity/aepp-sdk/es/tx/builder/helpers.js
- @aeternity/aepp-sdk/es/tx/builder/index.js
- @aeternity/aepp-sdk/es/tx/builder/schema
- @aeternity/aepp-sdk/es/tx/builder/schema.js
- @aeternity/aepp-sdk/es/tx/tx
- @aeternity/aepp-sdk/es/tx/tx.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/connection/browser-runtime
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/connection/browser-runtime.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/connection/browser-window-message
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/connection/browser-window-message.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/content-script-bridge
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/content-script-bridge.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/helpers
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/helpers.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/schema
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/schema.js
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/wallet-detector
- @aeternity/aepp-sdk/es/utils/aepp-wallet-communication/wallet-detector.js
- @aeternity/aepp-sdk/es/utils/bytes
- @aeternity/aepp-sdk/es/utils/bytes.js
- @aeternity/aepp-sdk/es/utils/crypto
- @aeternity/aepp-sdk/es/utils/crypto.js
- @aeternity/aepp-sdk/es/utils/keystore
- @aeternity/aepp-sdk/es/utils/keystore.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aeternity/aepp-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
æternity's JavaScript SDK
JavaScript SDK for the revolutionary æternity blockchain, targeting the
æternity node implementation. Aepp-sdk is hosted on GitHub.
Guides & Examples
Introduction
Usage guides:
There are also examples that you can directly use and play with.
CLI - Command Line Client
To quickly test all of æternity's blockchain features from your terminal, you can install and use our NodeJS CLI by running:
npm i -g @aeternity/aepp-clito globally install the CLIaecli --helpto 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 section.
Changelog
We keep our Changelog up to date.
License
ISC License (ISC) Copyright © 2018 æternity developers
Permission 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.