Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danialeyz/school-managment-contract
School management smart contract with solidity language
https://github.com/danialeyz/school-managment-contract
dapp ethereum-contract smart-contract smart-contracts solidity solidity-contracts solidity-dapps
Last synced: about 2 months ago
JSON representation
School management smart contract with solidity language
- Host: GitHub
- URL: https://github.com/danialeyz/school-managment-contract
- Owner: danialeyz
- License: mit
- Created: 2023-10-14T12:31:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T10:42:40.000Z (about 1 year ago)
- Last Synced: 2023-11-21T11:46:30.593Z (about 1 year ago)
- Topics: dapp, ethereum-contract, smart-contract, smart-contracts, solidity, solidity-contracts, solidity-dapps
- Language: Solidity
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## School Management Smart Contract with Solidity Language
This repository contains my very first project using Solidity language on Remix IDE. It serves as my practical project for the Solidity bootcamp, showcasing my skills and understanding of smart contract development.
### Features
- Adding, removing, and editing teachers, students, classes, and lessons.
- Comprehensive tuition payment tracking system.
- Additional functionalities to enhance school management.### Getting Started
To get started with this project, follow these steps:
1. Clone the repository: `git clone https://github.com/danialeyz/school-managment-contract.git`
2. Open the project in Remix IDE.
3. Compile and deploy the smart contract.
4. Interact with the contract using the provided functions.### Contributions
Contributions to this project are welcome. If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
### License
This project is licensed under the MIT License.