An open API service indexing awesome lists of open source software.

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

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.git

cd 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
```