https://github.com/effectai/vaccount-relayer
Basic implementation of the Relayer network for Effect virtual accounts.
https://github.com/effectai/vaccount-relayer
Last synced: about 1 year ago
JSON representation
Basic implementation of the Relayer network for Effect virtual accounts.
- Host: GitHub
- URL: https://github.com/effectai/vaccount-relayer
- Owner: effectai
- Created: 2021-10-25T08:25:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T20:37:47.000Z (over 2 years ago)
- Last Synced: 2023-09-19T23:32:54.506Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Force Relayer
BSC -> EOS relayer for the new Effect Force frontend
# ✒️ Installation
npm install
Run in production:
```
node .
```
Run locally
```
node index.js local
```