Playground

The web playground is temporarily unavailable. You can still explore the same experience by running the local playground from https://github.com/0xZentra/zentra_playground.

With Zentra playground, users and developers can easily experience Zentra system without running the full stack in local.

Here we provide some cheat sheet for you to firstly steps in the local playground:

asset_create("USDC")
token_create("USDC", "Mock USDC", 6)
token_mint_once("USDC", 10000000000)
token_transfer("USDC", "0xbob", 5000000000)

Executing the functions one by one and see the global state changes, and check the code you are invoking on the left, before you start to create your own function.

If you are familiar with local development environment and terminal, check out https://github.com/0xZentra/zentra_playground .

Last updated