Paya Masala Powder Recipe

Paye Masala Powder | Homemade spice || How to Make Paya Masala Recipe with Step-by-step Photos
Paya Masala Powder is a spice mix that has a perfect blend of rich and aromatic and flavoured spices to help you rejoice in the authentic traditional taste of Paya Curry, from this spice you can make both Siri and paye together, I always prefer to use homemade spices because this is pure from harmful chemicals so I advise you all my dear readers you try to make spices at home instead store-bought
So let the go-ahead to learn how to make a homemade Paya masala recipe
If you have tried this Paya Masala Powder Recipe then don’t forget to rate the recipe. You can also follow me on social media to see what’s latest in my kitchen!
Facebook
Instagram
Pinterest
Youtube
Like Our Videos? Then do follow and subscribe to us on youtube to get the latest Recipe Video updates.
Dry roast all whole spices in the pan for a minute over low heat
In the grinding jar grind all whole spices till turn to a fine powder
Transfer to another bowl then combine all dry powder spices into the roasted ground spice, mix them until well combined
Paya Masala is done to use, store it in an airtight bottle or jar
Paya Masala Powder
Author: Sana Rasheed
Preparation Time: 5 mins
Cooking time: 1-2 mins
Total time:7 mins
Servings: 2-3 kg
Recipe Category: Spices
Cuisine: Pakistani
Calories per teaspoon: 5.2 kcal
Paya masala powder spice mix has a perfect blend of rich and aromatic spices to help you rejoice in the authentic traditional taste of Paya Curry.
Ingredients:- 2 tbsp, cumin seeds
- 1 tbsp, black peppercorn
- 3 tbsp, coriander seeds
- 2, cinnamon sticks
- 1 medium, long pepper
- 3, cloves
- 2 bay, leaves
- 1 big, black cardamom
- 2, green cardamom
- 1, mace
- ¼ piece, of nutmeg
Powder Spices:
- 2 tbsp, red chilli powder
- 2 tbsp, Kashmiri red chilli powder
- 1 tsp, turmeric powder
- 1 tsp, salt
- 1 tsp, citric acid
- 1 tsp, ginger powder
- ½ tsp, garlic powder
How to make Paya Masala?
- Dry roast cumin seeds, coriander seeds, cinnamon stick, cloves, mace, nutmeg, bay leaves, black peppercorn, black and green cardamom, mace, nutmeg and long pepper in the pan
- Put them into the grinder jar
- Grind them well until a fine powder
- Transfer to the bowl and then
- Combine all dry powder red chilli powder and Kashmiri red chilli powder. salt, citric acid, turmeric powder, ginger and garlic powder
- Mix them well
- Now homemade Paya masala powder is ready to use in the recipe
- Can be stored in an airtight jar/bottle for a month in a cool place....
*Not be duplicated, rewritten or published without permission-
Thank you!
//o?$("#menu-wrapper").css({position:"fixed",top:0,left:0,right:0,"z-index":99}):$("#menu-wrapper").css({position:"relative"})};n(),$(window).scroll(function(){n()})});
// Menu 2
$(document).ready(function(){var str=location.href.toLowerCase();$('.mainin-nav ul li a').each(function(){if(str.indexOf(this.href.toLowerCase())>-1){$("li.highlight").removeClass("highlight");$(this).parent().addClass("highlight")}})})
$(function(){var pull=$('#pull');menu=$('.mainin-nav ul');menuHeight=menu.height();$(pull).on('click',function(e){e.preventDefault();menu.slideToggle()});$(window).resize(function(){var w=$(window).width();if(w>320&&menu.is(':hidden')){menu.removeAttr('style')}})});
// Back to Top
$(function(){$("#back-to-top").backToTop()});
!function(n){n.fn.backToTop=function(o){var c=n(this);c.hide().click(function(){n("body, html").animate({scrollTop:"0px"})});var i=n(window);return i.scroll(function(){i.scrollTop()>0?c.fadeIn():c.fadeOut()}),this}}(jQuery);
// Tab Menu
!function(a){"use strict";var b=function(b,c){var d=this;d.element=b,d.$element=a(b),d.tabs=d.$element.children(),d.options=a.extend({},a.fn.mtabs.defaults,c),d.current_tab=0,d.init()};b.prototype={init:function(){var a=this;a.tabs.length&&(a.build(),a.buildTabMenu())},build:function(){var b=this,c=b.options,d=c.tab_text_el,e=c.container_class;b.tab_names=[],b.$wrapper=b.$element.wrapInner('
').find("."+e),b.tabs.wrapAll('
'),b.tabs.each(function(c,e){var f,g=a(e),h=d;f=g.find(h).filter(":first").hide().text(),b.tab_names.push(f)}),a.isFunction(c.onReady)&&c.onReady.call(b.element)},buildTabMenu:function(){for(var b,c=this,d=c.options,e=d.tabsmenu_el,f=c.tab_names,g="<"+e+' class="'+d.tabsmenu_class+'">',h=0,i=f.length,j=function(){var a=arguments;return d.tmpl.tabsmenu_tab.replace(/\{[0-9]\}/g,function(b){var c=Number(b.replace(/\D/g,""));return a[c]||""})};i>h;h++)g+=j(h+1,f[h]);g+=""+e+">",c.$tabs_menu=a(g).prependTo(c.$wrapper),b=c.$tabs_menu.find(":first")[0].nodeName.toLowerCase(),c.$tabs_menu.on("click",b,function(b){var d=a(this),e=d.index();c.show(e),b.preventDefault()}).find(":first").trigger("click")},show:function(b){var c=this,d=c.options,e=d.active_tab_class;c.tabs.hide().filter(":eq("+b+")").show(),c.$tabs_menu.children().removeClass(e).filter(":eq("+b+")").addClass(e),a.isFunction(d.onTabSelect)&&b!==c.current_tab&&d.onTabSelect.call(c.element,b),c.current_tab=b},destroy:function(){var a=this,b=a.options.tab_text_el;a.$tabs_menu.remove(),a.tabs.unwrap().unwrap(),a.tabs.removeAttr("style"),a.tabs.children(b+":first").removeAttr("style"),a.$element.removeData("mtabs")}},a.fn.mtabs=function(c,d){return this.each(function(){var e,f=a(this),g=f.data("mtabs");e="object"==typeof c&&c,g||f.data("mtabs",g=new b(this,e)),"string"==typeof c&&g[c](d)})},a.fn.mtabs.defaults={container_class:"tabs",tabs_container_class:"tab-contents",active_tab_class:"active-tab",tab_text_el:"h1, h2, h3, h4, h5, h6",tabsmenu_class:"tabs-menu",tabsmenu_el:"ul",tmpl:{tabsmenu_tab:'
{1}'},onTabSelect:null}}(window.jQuery,window,document);
//]]>
Have you any doubts about this blog kindly let me know
EmoticonEmoticon