Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniket-engg/hackathon-bug-fixing
Bug Fixing
https://github.com/aniket-engg/hackathon-bug-fixing
Last synced: about 1 month ago
JSON representation
Bug Fixing
- Host: GitHub
- URL: https://github.com/aniket-engg/hackathon-bug-fixing
- Owner: Aniket-Engg
- Created: 2018-04-07T07:16:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T07:18:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T16:37:11.479Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain Hackathon
## Round : Bug Fixing
`Marriage.sol` is contract descibing the process of marriage and divorce. Both the activities will be approved by lawyer.Functionality of each method is described in the developer comment mentioned above each function by __@notice__ or __///__.
There are total 10 fixes labelled as `Fix_n` in comment. Understand the requirement of Fix and put the best code to implement.
## Test Submission Guidelines
```
Step 1: Clone this repository to your github account.
Step 2: Create a new branch with your identity.
Step 3: Perform the changes locally.
Step 4: Push your code.
Step 5: Raise a Pull Request for your new code to merge it with base master branch.
```**Timing : 20 Mins**
**Maximum Points : 50**
**Points of each fix is written in the bracket just after the label as `Fix_n(points)`**