You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning and run it locally, it passes terminal 1 and terminal 2, but at terminal 3, it throws errors
To Reproduce Steps to reproduce the behavior:
Git Clone the repo (either next branch or agent-test branch
Run Terminal 1 script - pass
Run Terminal 2 script- pass
Run Terminal 3 script - failed
8 |
9 | colors.america;
10 | export const getContracts = (TARGET_PATH) => {
11 | if (!fs.existsSync(TARGET_PATH)) {
12 | throw new Error(`Target directory not found at path: ${TARGET_PATH}`);
^
error: Target directory not found at path: /Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/contracts/target/release
at getContracts (/Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/scripts/deployment/libs/common.js:12:11)
at getContractPath (/Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/scripts/deployment/libs/common.js:23:21)
at /Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/scripts/deployment/libs/commands.js:41:37
at deployTestRealmsContract (/Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/scripts/deployment/libs/commands.js:32:41)
at /Users/dev/Documents/Projects/Github/0xbohu/eternum/season_pass/scripts/deployment/deploy_dev.js:14:41
----- Building World -----
scripts/indexer.sh: line 97: sozo: command not found
----- Migrating World -----
scripts/indexer.sh: line 100: sozo: command not found
8 | if (
9 | !process.env.VITE_PUBLIC_MASTER_ADDRESS ||
10 | !process.env.VITE_PUBLIC_MASTER_PRIVATE_KEY ||
11 | !process.env.VITE_PUBLIC_NODE_URL
12 | ) {
13 | throw new Error("VITE_PUBLIC_MASTER_ADDRESS is required");
^
error: VITE_PUBLIC_MASTER_ADDRESS is required
at /Users/0xbohu/Documents/Projects/Github/0xbohu/eternum/config/index.ts:13:9
Expected behavior Terminal 3 can run successfully
Desktop (please complete the following information):
OS: [e.g. iOS] Macbook Pro Apple M1 Pro 14.4.1 (23E224)
Browser [e.g. chrome, safari] Terminal
Version [e.g. 22] n/a
Additional Question
Can Eternum run locally and how do I build a graphQL server to serve local Eternum data in a GraphQL url, like the testnet version graphQL server is at https://api.cartridge.gg/x/sepolia-rc-18/torii/graphql
The purpose of my testing is to use daydream framework to play Eternum locally and experiment autonomous tasks.
The text was updated successfully, but these errors were encountered:
After cloning and run it locally, it passes terminal 1 and terminal 2, but at terminal 3, it throws errors
To Reproduce Steps to reproduce the behavior:
Expected behavior Terminal 3 can run successfully
Desktop (please complete the following information):
Additional Question
Can Eternum run locally and how do I build a graphQL server to serve local Eternum data in a GraphQL url, like the testnet version graphQL server is at
https://api.cartridge.gg/x/sepolia-rc-18/torii/graphql
The purpose of my testing is to use daydream framework to play Eternum locally and experiment autonomous tasks.
The text was updated successfully, but these errors were encountered: