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

Write Basic Smart Contract and Deploy with Test Case #2

Open
mehdi-torabiv opened this issue May 27, 2024 · 0 comments
Open

Write Basic Smart Contract and Deploy with Test Case #2

mehdi-torabiv opened this issue May 27, 2024 · 0 comments

Comments

@mehdi-torabiv
Copy link
Contributor

Description

Create a basic smart contract for managing community NFTs representing reputation scores. Implement the initial deployment and provide a test case for the deployment process.

Tasks

  1. Write Basic Smart Contract

    • Create a new smart contract named EngagementContract.
    • Inherit from the ERC1155 standard.
    • Implement the constructor to initialize the contract state.
  2. Deployment Script

    • Write a deployment script to deploy the EngagementContract on Arbitrum.
    • Ensure the deployment script handles all necessary initializations.
  3. Test Case for Deployment

    • Write a test case to verify the successful deployment of the EngagementContract.
    • Ensure the test case checks for the correct initialization of the contract state.

Acceptance Criteria

  • The EngagementContract is written and inherits from ERC1155.
  • The deployment script correctly deploys the contract to Arbitrum.
  • The test case verifies successful deployment and initial state.

Additional Information

@mehdi-torabiv mehdi-torabiv linked a pull request May 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant