xooa-cli

The xooa cli tool helps you by creating starter project to get started with your smart contracts development.

Usage no npm install needed!

<script type="module">
  import xooaCli from 'https://cdn.skypack.dev/xooa-cli';
</script>

README

Xooa CLI

This tool enables you to quickly get started with initializing repositories with starter smart-contracts in a language of your choice and compatible with either Hyperledger-fabric or Ethereum network.You can also deploy and upgrade your applications to the xooa run networks.

Where to

Steps to get started

  • ~$xooa-cli create
  • ~S cd ${appName}
  • ~$xooa-cli deploy or ~$xooa-cli upgrade

Commands

This extension supports following functionalities.

  • create || c : create the app.
  • deploy || d : deploy the app.
  • upgrade || u : upgrade the app.

Information

  • Deployment token can be saved in environment variables as 'XOOA_DEPLOYMENT_TOKEN'.
  • App Id can be saved in environment variables as 'XOOA_APP_ID'.
  • More information about commands can be retrieved using xooa-cli deploy --help

Release Notes

We are working hard to ease your application management process on the xooa run networks, for your suggestions/queries please reach out to us on support@xooa.com

1.0.0

Initial release of commands to create starter app, deploy and upgrade your apps.

2.0.0

Input variables can be passed as command line arguments. Deployment token and AppId can be used from environment variables.

Enjoy!