diff --git a/test/new_project.sh b/test/new_project.sh index ee5db1b4..af78a225 100755 --- a/test/new_project.sh +++ b/test/new_project.sh @@ -8,3 +8,8 @@ npm install npm uninstall near-shell npm install ../ NODE_ENV=development npm run test +timestamp=$(date +%s) +testaccount=testaccount$timestamp +../bin/near create_account --account_id $testaccount +#//../bin/near deploy --contract_name $testaccount +