forge scripting
parent
1c21b158c4
commit
f3cf834c39
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export $(cat .env)
|
||||
forge create Main --rpc-url=$LOCAL_RPC --private-key=$LOCAL_KEY
|
||||
#cast send --rpc-url=$LOCAL_RPC --private-key=$LOCAL_KEY $LOCAL_CONTRACT "startMinting()"
|
Loading…
Reference in New Issue