Chainlet Overview
Last updated
Last updated
The Saga Cassiopeia testnet is the developer’s portal into the Saga ecosystem.
Like most smart contracting platforms, the developer deploys their compiled smart contract binary onto the Saga testnet. Once initialized, the Saga validators automatically provision a Saga dedicated chain, or chainlet
, containing the smart contract.
A chainlet
is literally where the rubber meets the road! It is your own dedicated blockchain with its own validator set secured by the SAGA platform main validator set. It provides dedicated blockspace for your web3
application.
Saga Cassiopeia makes its own chainlet type available to developers called sagaevm
. It runs an EVM compatible blockchain leveraging .
Using sagacli
you can view the types of chainlets that can be launched, launch chainlets, view all of the chainlets you have launched as well as get detailed information on each chainlet.
Additionally, each chainlet comes equipped with its own RPC endpoints to integrate with your wallet or web3 application and block explorer and that you can use in a web browser and search for transactions, view contents of blocks and other details pertaining to the activity and state of your chainlets.