Build Contract
The 2nd step is to code and build your contract. xSuite CLI makes building super simple.
For this, Rust needs to be properly installed. To install it:
xsuite install-rustYou can then build your contract with:
xsuite buildIf a build script is defined in the package.json of your contract, you can also run:
npm run build