πŸ“‚Folder structure

See the DemoπŸ”— project

For the installed contract you'll get:

  • Generated TypeScript classes

  • ABI json source file

  • Solidity source file(s)

The files are saved under 0xweb folder in the project's root directory, additionally the 0xweb.json will include all installed contracts (similar to package.json)

my-project/
β”œβ”€β”€ 0xweb/
β”‚   └── eth/
β”‚       └── %package-name%/
β”‚           β”œβ”€β”€ %class-name%.ts
β”‚           β”œβ”€β”€ %class-name%.json
β”‚           └── %class-name%/
β”‚               └── %sources%.sol
└── 0xweb.json

Last updated