Skip to content

Request for Quotation (RFP) with Blockchain (Cosmos SDK)

Notifications You must be signed in to change notification settings

anuragpal/quotation-mvp

Repository files navigation

Request For Quotation (RFQ) using Cosmos SDK

Request For Quotation

Request For Quotation (RFQ)

A request for quotation (RFQ) is a document that a company or organization sends to potential suppliers to request quotes for products or services. RFQs are often used when a company or organization is looking to purchase a large quantity of goods or services, or when they need to compare prices from multiple suppliers.

Built With

Installation

git clone https://github.com/anuragpal/quotation-mvp.git
cd quotation-mvp
ignite chain serve

Commands

Request Quotation

quotation-mvpd tx quotation request-quotation "{\"id\":\"ba78ec76-3980-425e-9053-95ce86d9ce52\",\"tx\":{\"data\":\"[{\\\"product_name\\\": \\\"Apple Mac Pro\\\",\\\"quantity\\\": 5},{\\\"product_name\\\": \\\"Hp Spectra\\\",\\\"quantity\\\": 12},{\\\"product_name\\\": \\\"Dell Gaming Laptop\\\",\\\"quantity\\\": 5},{\\\"product_name\\\": \\\"Dell Vostro\\\",\\\"quantity\\\": 8}]\",\"sender\":\"[email protected]\",\"receiver\":[\"[email protected]\",\"[email protected]\",\"[email protected]\",\"[email protected]\"]},\"envelope\":{\"event\":\"request-quotation\",\"isEncrypt\":false,\"timestamp\":\"\"},\"version\":\"1.0\"}" --from alice

Send Porposal

quotation-mvpd tx quotation send-proposal "{\"id\":\"eb348c5b-a018-4a6e-ac42-58fcd8c217b3\",\"tx\":{\"rqId\":\"ba78ec76-3980-425e-9053-95ce86d9ce52\",\"data\":\"[{\\\"product_name\\\":\\\"Apple Mac Pro\\\",\\\"quantity\\\":5,\\\"price\\\":875000},{\\\"product_name\\\":\\\"Hp Spectra\\\",\\\"quantity\\\":12,\\\"price\\\":600000},{\\\"product_name\\\":\\\"Dell Gaming Laptop\\\",\\\"quantity\\\":5,\\\"price\\\":360000},{\\\"product_name\\\":\\\"Dell Vostro\\\",\\\"quantity\\\":8,\\\"price\\\":560000}]\",\"sender\":\"[email protected]\",\"receiver\":\"[email protected]\"},\"envelope\":{\"event\":\"send-proposal\",\"isEncrypt\":false,\"timestamp\":\"\"},\"version\":\"1.0\"}" --from alice

Accept/Reject Proposal

quotation-mvpd tx quotation accept-or-reject-proposal "{\"id\":\"eb348c5b-a018-4a6e-ac42-58fcd8c217b3\",\"tx\":{\"action\":true},\"envelope\":{\"event\":\"accept-or-reject-quotation\",\"isEncrypt\":false,\"timestamp\":\"\"},\"version\":\"1.0\"}" --from alice

Authors

Reference

About

Request for Quotation (RFP) with Blockchain (Cosmos SDK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages