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
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
Is this repository still maintained? It's still referenced in the OpenSea documentation. When following the README line-by-line the following error will be reproduced because there seems to be a placeholder in the Creature.sol smart contract.
Command ran:
yarn truffle deploy --network rinkeby
Resulting Error Output:
✔ Fetching solc version list from solc-bin. Attempt #1
ParserError: Expected primary expression.
--> ~/opensea-creatures/contracts/Creature.sol:21:16:
|
21 | return <contractUrlHere>;
| ^
Compilation failed. See above.
Truffle v5.2.5 (core: 5.2.5)
Node v14.17.0
error Command failed with exit code 1.
Shouldn't there be some explanation to replacing this before running truffle deploy?
The text was updated successfully, but these errors were encountered:
Is this repository still maintained? It's still referenced in the OpenSea documentation. When following the README line-by-line the following error will be reproduced because there seems to be a placeholder in the Creature.sol smart contract.
Command ran:
Resulting Error Output:
Shouldn't there be some explanation to replacing this before running
truffle deploy
?The text was updated successfully, but these errors were encountered: