Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: guide user for contract creation and add 4 contract templates (#…
…201) * feat: ux user guide for contract creation and list contract templates * refactor: add template structure when creating parachain and flipper by default * chore: add git functions to clone repository in pop-contracts * feat: clone repository and extract only template files * feat: rename smart contract * chore: check contract naming * refactor: consistent messaging with parachain generation * docs: add contract templates info in README * fix: fixes ans small refactors * test: add unit tests * test: few more unit test for templates and git * fix: build issue * fix: placeholder for contract and enum_variants error * docs: fix feedback * refactor: pop_common crate * refactor: remove newline and add after license * test: test and docs for replace_in_file and canonicalized_path function * docs: fix links and comments * fix: link * refactor: remove unused dependencies * refactor: remove unused errors in pop_parachain * refactor: include replace_in_file in common crate * feat(new): improve new contract with a ContractType for categorization (#220) * feat(new): update templates in new contract with ContractType * fix(new): shorter name and test fix * refactor: rename flag to contract_type * docs: apply feedback --------- Co-authored-by: Peter White <[email protected]>
- Loading branch information