You can either use Forge:
bunx settlemint scs foundry buildor Hardhat:
bunx settlemint scs hardhat buildWith Forge:
bunx settlemint scs foundry testor Hardhat:
bunx settlemint scs hardhat testTo format your contracts, run
bunx settlemint scs foundry formatYou can deploy your contracts to a local network. First, run
bunx settlemint scs hardhat networkthen:
bunx settlemint scs hardhat deploy local -m ignition/modules/main.tsTo deploy your contracts to the platform network, first log in using the SDK:
bunx settlemint loginYou only need to run this login command once.
Then, you can deploy your contracts using the following command:
bunx settlemint scs hardhat deploy remote -m ignition/modules/main.tsTo get info about the tasks, run:
bunx settlemint scs --help