B3Wallet: A decentralized, multi-chain wallet with unique support for Bitcoin, Ethereum, using Internet Computer's threshold ECDSA. Manage multiple accounts and owners securely and efficiently with this open-source solution.
fails here at first build after a clean repository installation.
the directory address is correct however.
Executing 'yarn build'
$ npx next build
Linting and checking validity of types ..Failed to compile.
./scripts/b3system.ts:2:50
Type error: Cannot find module '../src/declarations/b3system' or its corresponding type declarations.
1 | import { createReActorStore } from "@ic-reactor/store"
> 2 | import { b3system, canisterId, idlFactory } from "../src/declarations/b3system"
| ^
3 | import { agentManager } from "./agent"
4 |
5 | export type B3System = typeof b3system
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
fails here at first build after a clean repository installation. the directory address is correct however.
fails here at second attempt