https://github.com/timoglastra/aries-framework-javascript-example
An minimalistic example project for setting up Aries Framework JavaScript
https://github.com/timoglastra/aries-framework-javascript-example
Last synced: 5 months ago
JSON representation
An minimalistic example project for setting up Aries Framework JavaScript
- Host: GitHub
- URL: https://github.com/timoglastra/aries-framework-javascript-example
- Owner: TimoGlastra
- Created: 2023-02-21T17:55:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T13:03:57.000Z (over 2 years ago)
- Last Synced: 2025-04-07T09:28:19.293Z (6 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aries Framework JavaScript Example
This example demonstrates how to use the Aries Framework JavaScript to create a simple agent that can connect to other agents and exchange messages. The setup part, which is the interesting part of this repository, is done in the `src/agent.ts` file.
## Getting Started
Make sure you have Node.JS 18+ & Yarn installed.
```
git clone https://github.com/TimoGlastra/aries-framework-javascript-example.gitcd aries-framework-javascript-example
yarn install
```## Running
After running you should see a QR code in the terminal. This is a shortened out of band v1 invitation url, and can be scanned with a mobile agent.
```
yarn start
```