tenderly-cli icon indicating copy to clipboard operation
tenderly-cli copied to clipboard

Better documentation

Open Doryanni opened this issue 5 years ago • 11 comments

As it stands, the current documentation makes it rather hard to understand how to operate the cli. For example, it is not apparent how one is supposed to upload missing source files in order to trace blockchain transactions found through the site's explorer.

Some examples would be very helpful and would better illustrate the usefulness of this tool.

Doryanni avatar May 04 '20 08:05 Doryanni

Hey @WilhelmStein, I couldn't agree more: the current documentation is far away from stellar.

We're working on a documentation website that will cover the CLI, the dashboard, and the API. Once that is live, it will be much more straightforward how to add missing source files, export transactions, etc.

BogdanHabic avatar May 04 '20 09:05 BogdanHabic

+1 to this

stoplion avatar Mar 05 '21 02:03 stoplion

Would also be nice to know what it wants when I get this message:

Couldn't detect provider directory structure. This can be caused by: • The directory is not set correctly. If this is the case, either check if you are in the right directory or pass an alternative directory by using the --project-dir flag. • Tenderly is having trouble reading the directory correctly. If you think this is the case, rerun this command with the --force flag.

Is there a spec somewhere for how to lay out a directory in a way that tenderly will understand?

robert-e-davidson3 avatar Apr 29 '21 18:04 robert-e-davidson3

Hey @robert-e-davidson3,

Tenderly supports Hardhat, OpenZeppelin SDK, Truffle, and Hardhat Deploy directory structures out of the box.

Are you using any of these frameworks?

BogdanHabic avatar Apr 30 '21 13:04 BogdanHabic

@BogdanHabic I am in a hardhat directory and getting the very same error as @robert-e-davidson3 was getting.

samlaf avatar Feb 12 '22 15:02 samlaf

@BogdanHabic I'm also pulling a fresh hardhat template (advanced with typescript) and running tenderly init and hitting this error

jrocco2 avatar Mar 05 '22 12:03 jrocco2

I also just tried it with the basic template and i got the same problem

jrocco2 avatar Mar 05 '22 12:03 jrocco2

I am still getting the same problem

ghost avatar Apr 14 '22 04:04 ghost

Can you go through these guide steps and say if that works for you?

Riphal avatar Apr 18 '22 14:04 Riphal

This appears to be a symptom of a missing ./deployments dir in a project repo when initializing from scratch. By creating an empty deployments dir this error went away.

stevieraykatz avatar Aug 17 '23 20:08 stevieraykatz

deployments

thank you! It is ridiculous that tenderly doesn't fix this.

ferencdg avatar Feb 16 '24 08:02 ferencdg