deploy-nft

CLI command to deploy an NFT contract to address and pass init props.

Command

node scripts deploy-nft

Parameters

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

Look into the NFT contract for types and methods.

Might want to minify scripts and CSS.

Last updated