-
Notifications
You must be signed in to change notification settings - Fork 51
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
[feat] Deposit reward when adding new template #34
[feat] Deposit reward when adding new template #34
Conversation
@b-j-roberts here is a first draft. Tests dont pass for now beause we need to deploy some mock erc20 contract in test to make the transfer work. Can you give me more precisions, is anyone allowed to call |
Yes, anyone can call |
If you don't mind doing that as part of this PR, here is a decent |
@b-j-roberts sure i'll add test , was just waiting for precisions before implementing them |
* NFTs module, minting from the board, and color based pixel quests * scarb fmt
* feat: display owner of selected pixel * feat: removed console log * Panel layout fix --------- Co-authored-by: Brandon Roberts <[email protected]>
* ➕ add starknet dependencies * ✨ add pixel data hashing * Update Dockerfile to reflect change in go version --------- Co-authored-by: Brandon Roberts <[email protected]>
* 👥 Add @Ayoazeez26 as a contributor * 👥 Add @tekkac as a contributor
* Go formatting CI check * Main.go formatted * go format * Change go module name to github repo and patched issue in integration scripts due to new init param
…hub.com/TAdev0/art-peace into deposit_reward_when_adding_new_template
Resolves #30