You can run a local testnet of the Jinblockchain. This local testnet will not be connected to the Aptos devnet. It will run on your local machine, independent of other Aptos networks. You can use this local testnet for testing and development purposes. A local testnet is a great tool for doing local development against a known version of the codebase without having to interact with a live network or deal with the real world costs of a live network.
JinCLI DOCUMENTATION
If you are new to Jin CLI, then see this comprehensive Jin CLI documentation.
Jin init --profile local --rest-url http://localhost:8080 --faucet-url http://localhost:8081
Configuring for profile localUsing command line argument for rest URL http://localhost:8080/Using command line argument for faucet URL http://localhost:8081/Enter your private key as a hex literal (0x...) [Current: None | No input: Generate new key (or keep one if present)]
No key given, generating key...Account 7100C5295ED4F9F39DCC28D309654E291845984518307D3E2FE00AEA5F8CACC1 doesn't exist, creating it and funding it with 10000 coinsAptos is now set up for account 7100C5295ED4F9F39DCC28D309654E291845984518307D3E2FE00AEA5F8CACC1! Run `aptos help` for more information about commands{ "Result": "Success"}