export PRINCIPAL = fdfuh-sxpv4-pe7jk-dmr6w-ttsdo-fowjx-uragx-nnmt6-c3z4x-udpwn-qae
dfx canister call decentral_perk post 'record {title = "First Post"; content = "This is the first post!"; category = "General"}'
dfx canister call decentral_perk getSelf '()'
dfx canister call decentral_perk get '("hello")'
dfx canister call decentral_perk update '(record {name = "Nate"; description = "Creator of decentral_perk"; keywords = vec {"developer"; "engineer"}})'
export PRINCIPAL=fdfuh-sxpv4-pe7jk-dmr6w-ttsdo-fowjx-uragx-nnmt6-c3z4x-udpwn-qae
dfx canister call decentral_perk setVendor '(record {principal_id = principal '\"$PRINCIPAL\"'; name = "Nates Cafe"; description = "Specialty Roastery"; website = "www.natesCafe.com"})'
export PRINCIPAL="principal \"$(dfx identity get-principal)\""
dfx canister call decentral_perk getVendorById "($PRINCIPAL)"