user-avatar
h
hiatus
Joined
icon image
Internet Computer
0 REP
1 Feedbacks
4 Propuestas

Propuestas

Enviado

# Employee Management Software ICP Canister This is a Proof of Concept (PoC) ICP Canister built using the Rust programming language. This smart contract offers its users the ability to organise their employees. Users can perform **CRUD** operations on employee records using the functions exposed by the canister.

70Puntos
3 Feedbacks
Enviado

# ICP Campaign Platform This smart contract DApp is built on the **Internet Computer Platform** using TypeScript and the Azle framework. The frontend (UI) is built using the React.js web UI library. Authentication is managed by the **Internt Identity** canister, while transactions are managed by the **Ledger** canister. ## How it works Anyone can create and donate to campaigns. However, campaign creators cannot donate to their own campaigns. When campaigns are created, they have a `Maximum Time To Live` of seven (7) days, after which they are deactivated. Deactivated campaigns cannot be donated to. A Campaign has a **minimum donation** amount but can accept donations above or equal to that amount, but not below it.

80Puntos
3 Feedbacks
Enviado

# Event Manager ICP Canister Smart Contract This is a Proof of Concept (PoC) **ICP** Canister Smart-Contract built using TypeScript and Node.js on top of the Azle framework that also doubles as my submission to the [Internet Computer TypeScript Smart Contract 101](https://dacade.org/communities/icp/courses/typescript-smart-contract-101) course. This smart contract allows users (**organizer**s) to create events and other users (**attendee**s) to purchase tickets for the events. Functions available for interacting with the smart contract include: - **createUser** -- userId and password protected - **topUpUserBalance** -- userId and password protected - **createEvent** -- userId and password protected - **deleteEvent** -- userId and password protected - **getEvents** - **getEvent** -- userId and password protected - **topUpEventTickets** -- userId and password protected - **purchaseTicket** -- userId and password protected - **getTicketsAttendee** -- userId and password protected - **getTicketsOrganizer** -- userId and password protected

90Puntos
2 Feedbacks
Enviado

# Important Notice to the Evaluator(s) and Reviewer(s) When attempting to interact with contract via your browser, please use the link that looks like this: - http://bd3sg-teaaa-aaaaa-qaaba-cai.localhost:4943 ✅ and **NOT** this: - http://127.0.0.1:4943/?canisterId=bd3sg-teaaa-aaaaa-qaaba-cai ❌ # icp-gengen **icp-gengen** is an AI-powered image-to-text context generator. This decentralized application lets users upload pictures and get human-like context from google's **gemini-1.5-flash** AI model, pin the uploaded image to the IPFS cloud via **Pinata** and store the generated context and pinned image url on the ICP blockchain. Users can also browse other user-generated contexts on the **explore** page. ## Functionalities - Generate Context for an uploaded picture - Save the image and the generated context (text) on the blockchain - View generated contexts and their images by you - View generated contexts and their images by others - Delete generated contexts and their images (only available for contexts you generated)✅❌

70Puntos

FEEDBACK

14 REP
Enviado

# ICP Campaign Platform This smart contract DApp is built on the **Internet Computer Platform** using TypeScript and the Azle framework. The frontend (UI) is built using the React.js web UI library. Authentication is managed by the **Internt Identity** canister, while transactions are managed by the **Ledger** canister. ## How it works Anyone can create and donate to campaigns. However, campaign creators cannot donate to their own campaigns. When campaigns are created, they have a `Maximum Time To Live` of seven (7) days, after which they are deactivated. Deactivated campaigns cannot be donated to. A Campaign has a **minimum donation** amount but can accept donations above or equal to that amount, but not below it.

80Puntos
3 Feedbacks
Feedback

Thanks @Blockend_Dev. I have gone through your pull requests, and I don't think it introduces enough changes to warrant a merge. Thanks for the time and effort taken to go through my submission, though.