cactus-agent
Version:
cactus rpc/websocket client library
13 lines (10 loc) • 311 B
Markdown
Build from source
```shell
cd <Directory you like>
git clone https://github.com/Cactus-Network/cactus-agent
cd cactus-agent
git checkout <branch you like>
npm run build # Build files into /build directory which git ignores
If you check how package is build for release:
npm run build:prod
```