For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build using Docker

πŸ‹ Run the Docker container

Using this one command, you will have a ready-to-use environment.

docker run -it veradefi/substrate_env:latest

This will start a terminal where you can get the contracts and build them using the command below

πŸ—οΈ Build

To compile the smart contract, run the following command

cargo +nightly contract build

Last updated

Was this helpful?