Note
For Node.js smart contract, fabric-shim
interface is supported only. If you would like to include multiple files or use high-level interface, use local upload, GitHub, or VS Code extension as the deployment menthod.
This is the default console option selected. It allows you the ability to create and manage apps, networks, etc.
This console provides the full-feature set of the Xooa platform to you. Once the blockchain app is ready to use, you can either use the blockchain app as-it-is or share the app with other users to provide the runtime capability to other users.
This is the console available for the app users. You can run the apps shared with you in this console. The view and permissions provided to the app users can be accessed only.
It declutters the Xooa console, allowing only the runtime capabilities of the app. It is focused on providing access to the end-users who don’t have to worry about the design of the app.
This feature allows you to grant access to your Xooa account to other Xooa users. Enter the email address associated with the account used to log into Xooa and they will get an email inviting them to your account. You can collaborate with your team by giving access to your account.
To manage users:
You will be able to grant access of the account to another user with all the privileges of the base account.
You can grant access to the selected external networks to another user. The invited user will be able to manage apps on those selected networks.
You can revoke access to your account by clicking Team, and then clicking Revoke next to the email you want to stop sharing with.
The Write code feature as the name suggests allow you to write smart contract code directly in the Xooa console and deploy immediately on the blockchain network.
Sample codes for each of the supported languages are also available below the IDE.
For Node.js smart contract, fabric-shim
interface is supported only. If you would like to include multiple files or use high-level interface, use local upload, GitHub, or VS Code extension as the deployment menthod.