mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: seems to be working
This commit is contained in:
9
Justfile
9
Justfile
@ -11,6 +11,9 @@ set dotenv-load
|
||||
@user $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
|
||||
fastify start src/api/user/default.js
|
||||
|
||||
@scoreStore $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
|
||||
fastify start src/api/scoreStore/default.js
|
||||
|
||||
# To launch all apis
|
||||
@apis:
|
||||
node src/dev.js
|
||||
@ -44,3 +47,9 @@ set dotenv-load
|
||||
# To clean only the container launched by the compose
|
||||
@clean-compose: stop-docker
|
||||
docker compose -f docker/docker-compose.yml rm
|
||||
|
||||
@deploy-contract-scoreStore:
|
||||
forge create scoreStore --rpc-url=${RPC_URL} --private-key=${PRIVATE_KEY}
|
||||
|
||||
@verify-contract:
|
||||
forge verify-contract --chain-id 43113 --rpc-url=${AVAX_RPC_URL} --watch ${AVAX_CONTRACT_ADDR}
|
||||
|
Reference in New Issue
Block a user