metaspartan / atomicagent

πŸ’₯ Atomic Agent

Home Page:https://www.npmjs.com/package/atomicagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’₯ Atomic Agent Build status

Atomic Swap Agent

Setup

Follow these steps to setup your local environment: https://github.com/liquality/documentation/blob/dev/_posts/2019-11-13-installation.md#prerequisites

Demo

Follow these steps to get started with your atomic agent locally!

Configure

cp sample.config.toml config.toml
nano config.toml # configure your agent as per your environment

Add test data

npm run migrate

Run!

npm run api
npm run worker # in a separate shell

Test

Configure

cp sample.config.toml test.config.toml
nano config.toml # configure your agent as per your test environment

Test!

npm test

License

MIT

About

πŸ’₯ Atomic Agent

https://www.npmjs.com/package/atomicagent

License:MIT License


Languages

Language:JavaScript 96.9%Language:Shell 2.7%Language:Dockerfile 0.4%