offckb create will create a smart contract boilerplate using v4 templates. This template has compatibility problem on windows system in two places:
- the 4 scripts:
mostly the path issues in those scripts command are not considered adn test on the windows system
- the
package.json script:
Some commands use '&&' which might cause problems on windows terminal.