0.0.2 • Published 5 years ago
aagent-cli v0.0.2
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 --helpCreate project from template (with AA example, tests and library)
aagent init folderAfter go to the specified folder and run yarn (or npm i)
Validating AA
aagent validate aa.oscriptOpen GUI Wallet to deploy
aagent deploy aa.oscriptIf 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