aagent-cli
v0.0.2
Published
It is CLI to work with Autonomous Agents on Obyte
Downloads
9
Maintainers
Readme
aagent.js
What's it?
It is CLI and library to work with Autonomous Agents on Obyte
CLI
Init
npm i -g aagent-cli
aagent --help
Create project from template (with AA example, tests and library)
aagent init folder
After go to the specified folder and run yarn (or npm i)
Validating AA
aagent validate aa.oscript
Open GUI Wallet to deploy
aagent deploy aa.oscript
If the file is too large it will be uploaded to the server and transferred to the client in the link. This command supports argument --testnet to deploy script through the testnet or mainnet wallet.
Start tests
yarn test