Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 298 Bytes

Dev-README.md

File metadata and controls

9 lines (8 loc) · 298 Bytes

Useful deploy commands

	./scripts/build.sh && \
	near dev-deploy ./res/non_fungible_token.wasm --accountId 'levtester.testnet' && \
	source neardev/dev-account.env && \
	echo "Deployed to $CONTRACT_NAME" && \
	near call $CONTRACT_NAME new_default_meta "" --accountId 'levtester.testnet'