deploy-nft
CLI command to deploy an NFT contract to address and pass init props.
node scripts deploy-nft
Name | Type | Message |
address | string | Contract deploy address |
spec | string | Default is nft-1.0.0 |
name | string | Name of contract |
symbol | string | Symbol of contract |
market_contract | string | null | Address of the Market |
generator_contract | string | null | Address of the Generator |
packages_script | text | Creative project packages |
render_script | text | Creative project script |
style_css | text | Creative project CSS |
parameters | JSON | Project parameters |
Might want to minify scripts and CSS.
Last modified 2yr ago