Open akegaviar opened 4 months ago
what is the shortcut key for building project on blueprint
what you mean by shortcut? are you looking for a way to skip CLI?
yarn blueprint create ContractName yarn blueprint build ContractName yarn blueprint deploy ContractName
you can add these to your package as script"build:contractName" : "blueprint build ContractName"or"build:contract" : "blueprint build"then:yarn build:contractNameoryarn build:contract MyContract
"build:contractName" : "blueprint build ContractName"
"build:contract" : "blueprint build"
yarn build:contractName
yarn build:contract MyContract
Original
what is the shortcut key for building project on blueprint
Answer
what you mean by shortcut? are you looking for a way to skip CLI?
you can add these to your package as script
"build:contractName" : "blueprint build ContractName"
or"build:contract" : "blueprint build"
then:yarn build:contractName
oryarn build:contract MyContract
Original