Create a new contract
Last updated
pop --json new contract my_erc20 --template erc20# Interactive contract creation
pop new contract
# List contract templates
pop new contract --list
# Create a new contract using a template
pop new contract my_erc20 --template erc20pop new contract my_contract# With default frontend template selection
pop new contract my_contract --with-frontend
# With specific frontend template
pop new contract flipper --with-frontend=typink
pop new contract my_contract --with-frontend=inkathonpop install -y --frontendpop up frontend