Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rise-in/move-on-sui-bootcamp-project-template
https://github.com/rise-in/move-on-sui-bootcamp-project-template
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rise-in/move-on-sui-bootcamp-project-template
- Owner: Rise-In
- Created: 2023-12-07T11:31:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T08:37:36.000Z (about 1 year ago)
- Last Synced: 2024-11-08T09:39:23.611Z (about 2 months ago)
- Language: Move
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeveloperHub
This is a smart contract that is made on Sui where developers can create NFT cards to demonstrate knowledge and experience.Developers can create NFTs having the following information:
- `name`
- `address` (this is the Sui address of the developer)
- `title` (this is the part where developer identifies his/her role)
- `img_url`
- `description` (this is where developers briefly talk about themselves or it can left empty)
- `years_of_exp` (this indicates how many years of experience has the developer in the field that he/she looking for work)
- `technologies` (in this part, developers list technologies that they are comfortable working with)
- `portfolio`
- `contact`
- `open_to_work` (this field shows if the developer open to work or not)## Some Additional Features
- Developers can update their description and work status.
- Developers create new cards.
- Only the owner of the contract can delete the cards.## Technologies
- For the development of the smart contract `Move on Sui` programming language is used.
- For the blockchain `Sui` has been used.