mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-16 05:22:53 +02:00
Merge branch 'main' into blockchain
This commit is contained in:
5
Justfile
5
Justfile
@ -16,7 +16,7 @@ set dotenv-load
|
||||
|
||||
# To launch all apis
|
||||
@apis:
|
||||
node src/dev.js
|
||||
node src/start.js
|
||||
|
||||
# To launch the front end
|
||||
@front:
|
||||
@ -53,3 +53,6 @@ set dotenv-load
|
||||
|
||||
@verify-contract:
|
||||
forge verify-contract --chain-id 43113 --rpc-url=${AVAX_RPC_URL} --watch ${AVAX_CONTRACT_ADDR}
|
||||
|
||||
@status:
|
||||
docker compose -f docker/docker-compose.yml ps
|
Reference in New Issue
Block a user