Skip to content

Compile and Deploy

Itamar Reif edited this page Nov 12, 2021 · 1 revision

Contract deployment

To compile and deploy all contracts at once:

  1. Configure parameters for contracts compilation in Config.json. Refer to Compilation arguments
  2. Configure deployment parameters in config.json
  3. Install deployment dependencies
cd deploy/deploy_script
npm install
  1. Run deployment script
./deploy/shell_scripts/deploy_all_contracts.sh ~/smartpy-cli/SmartPy.sh

To deploy a specific contract run the corresponding script in shell_scripts

Post deployment