Skip to content

Error in "Integrating Ether Wallet" Tutorial - Outdated File Path for CartesiDApp.sol #266

@neumar

Description

@neumar

I'm following the "Integrating Ether wallet functionality" tutorial, specifically the "Define the ABIs" section.

Upon executing the ./generate_abis.sh command, an error occurred, indicating that a file could not be found:

Compiling node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol...
Error reading node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol: Error: ENOENT: no such file or directory, open 'node_modules/@cartesi/rollups/contracts/dapp/CartesiDApp.sol'

This error persisted even after successfully installing the @cartesi/rollups module with yarn add -D @cartesi/rollups.

I suspect the node_modules/@cartesi/rollups directory structure has been updated, as the specified path for CartesiDApp.sol appears to be incorrect or outdated in the tutorial.

Please consider updating the tutorial. Thank you.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions