Working with Chainlet
Last updated
Last updated
The Pegasus Incentivized 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.
Pegasus makes its own chainlet type available to developers called SagaOS
. It runs an EVM compatible blockchain leveraging .
With 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 a block explorer 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 chainlet.