https://github.com/acalanetwork/acala-js-example
https://github.com/acalanetwork/acala-js-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/acalanetwork/acala-js-example
- Owner: AcalaNetwork
- Created: 2021-05-09T23:34:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T00:32:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T21:09:26.866Z (about 1 month ago)
- Language: TypeScript
- Size: 4.15 MB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acala examples
The project contains frontend and backend examples of code to build services that will use Acala / Karura ledger.
## Backend examples:
### [Token Transfers & Subscriptions](https://github.com/AcalaNetwork/acala-js-example/blob/master/src/transfer-examples)
### [DEX Examples](https://github.com/AcalaNetwork/acala-js-example/blob/master/src/dex-examples)
---
## Frontend Example
### [Swap-Frontend-App](https://github.com/AcalaNetwork/acala-js-example/blob/master/frontend-readme.md)