Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move (contain) contracts under './contracts' #4

Open
krebernisak opened this issue Dec 29, 2021 · 0 comments
Open

Move (contain) contracts under './contracts' #4

krebernisak opened this issue Dec 29, 2021 · 0 comments

Comments

@krebernisak
Copy link
Collaborator

We did this for Solana where all contract project files were moved from root to ./contracts. One of the benefits is that we separate the yarn.lock for contracts from the root one (monorepo), and it's a cleaner setup in general.

The programs themselves were moved under ./contracts/programs as they have the domain name of programs on Solana. Here we could move it under ./contracts/contracts, ./contracts/cw or similar.

@ghost ghost assigned archseer Dec 29, 2021
@aalu1418 aalu1418 transferred this issue from another repository Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants