Magento add offline payment method jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 magento add offline payment method jobs found

    I'm looking for a talented developer to create a travel app that runs on both iOS and Android. The app's core feature will be a comprehensive booking system. Key Features: - User Reviews and Ratings: The app should allow users to share their experiences and provide feedback on various travel services. - Offline Access to Guides: Users should be able to download travel guides for offline use, ensuring they can access information without needing a data connection. - Map Integration: The app should seamlessly integrate with maps to help users navigate their destinations. - AI Feature: I'm particularly interested in incorporating an AI feature, which could provide personalized recommendations or assist users in planning their trips. Ideal Skills: - Cross-Platfor...

    $3586 Average bid
    $3586 Avg Bid
    4 bids

    I...functionalities: The site should support live betting, a range of engaging casino games, and esports betting. - Platform Compatibility: The website needs to be optimized for both desktop and mobile use, ensuring seamless performance across devices. - Payment Integration: A crucial aspect of the project is the integration of cryptocurrency as the sole payment method. Ideal Skills and Experience: - Proven track record in developing sportsbook or gambling websites. - Expertise in both desktop and mobile web development. - Familiarity with cryptocurrency payment integration. - Understanding of betting and casino game functionalities. I look forward to receiving bids from freelancers who can demonstrate relevant experience and a commitment to delivering a high-...

    $7111 Average bid
    $7111 Avg Bid
    15 bids

    I need an experienced developer to integrate Affirm on two of my Shopify websites. The integration should include: - Displaying Affirm as a payment option at checkout - Showing Affirm cost breakdown on product pages - Adding Affirm promotional banners across the sites I have the necessary Affirm credentials ready for the integration. However, the design of the Affirm logos and payment options needs to match my websites' current design theme. Ideal skills and experience for this job include: - Proficient in Java and other coding languages - Extensive experience with Shopify and its payment integrations - Strong understanding of web design and ability to match existing design themes - Previous experience with Affirm integration is a plus

    $49 Average bid
    $49 Avg Bid
    34 bids

    I'm searching for an expert who can help me effectively reach retail investors to promote my highly lucrative trading algorithm. If you bring 30k capital,....net/en/startseite/dmx-bot/ Algo 2: High-Risk Key Responsibilities: - Identifying and utilizing effective platforms, including but not limited to social media and financial forums, to reach potential investors. - Crafting compelling messages to raise interest and drive investment. - Direct Marketing - What every method works to bring people to copy Please note, I already have a presence on Facebook, LinkedIn and my own website. I am open to any other effective means you may suggest. The remuneration will be based on a highly lucrative commission structure.

    $3450 Average bid
    $3450 Avg Bid
    19 bids

    I need a skilled image editor to replace the background of a product image. The new background will be a vine or bush setting. Key Requirements: - Find a suitable vine/bush image to use as the new background. - Skillfully replace the background in the product image. - Add my logo to the edited image. Ideal Candidate: - Proficient in image editing software (e.g., Photoshop, GIMP). - Experience in product image editing. - Creative and able to find a fitting background image. - Attention to detail. LOGO: The attached logo needs to be place in the bottom right of the image. Logo should have white background and soft black or even grey character. Needs to be seen, but not the focal point. I do not want this image to be obvious that it was photoshopped. Needs to appear seamless. ...

    $37 Average bid
    $37 Avg Bid
    93 bids

    I'm seeking a professional web developer to create two interconnected platforms. The first platform is a Multi-Service Payment Website. This will allow users to pay their electricity bills, insurance premiums, and hotel bookings at launch, with potential for future enhancements like ticket purchases, cab bookings, and more. The platform will earn a commission from service providers for each successful transaction. Key requirements for this platform include: - User authentication and account management via email and password - Integration of various payment methods: Credit/Debit Cards, Bank Transfers, and Digital Wallets The second platform is a Fund Management System. This will manage and invest the commission earned from the first platform. The goal is to generate rev...

    $78 Average bid
    $78 Avg Bid
    8 bids

    ...like Ghost CMS and Beehiiv. The task involves integrating JavaScript paywall snippets from my Node backend into Beehiiv sites, which are already functioning well for Ghost CMS. Key requirements: - Restrict access to premium content via the paywall on Beehiiv sites. - Customization of the paywall snippets to include custom payment gateways, a personalized user experience, and analytics and reporting tools. - Implementing email and password as the user authentication method for the paywall. I will share detaild requirements during chat, but you have to understand main goal what I am going to do. I will ignore unqualified answers and DO NOT BID if you are not confident with this. If you have a solid understanding of these technologies and can deliver with precision, I wou...

    $269 Average bid
    $269 Avg Bid
    73 bids
    Improve react app
    6 days left
    Verified

    Hello everybody! The app is offline for the moment I want improve my react app and make better design responsive I want improve the security for publish the app on App Store and play store. Maybe add some features The app is make on react and database on mongodb. Text me for more information

    $25 / hr Average bid
    $25 / hr Avg Bid
    104 bids

    Design done key_auth implemented

    $335 Average bid
    $335 Avg Bid
    1 bids

    Build transcoding panel @@@@@@@@@@@@@@@@ BUDGET 300 EURO@!!! @@@@@@@@@@@@@@@@@ features - dashboard show, cpu utilzation by grapihc using widgets, show total connections, show total streams online/offline/ show per row each gpu statics with utilzation graphics , show total in and outgoing network metrics/ usage of traffic (from uptime second til now realtime) if reboot server then start from 0 traffic data - page live streams , show stream details (kbps/audio/codec/videocodec/total connect ions/uptime stream/restart stop buttons, mini popup jwplayer or hls player to show live stream - add stream, support multi source setup, select gpu , select profile for transcode, select output http stream/rtmp stream output *( rtm p,rtsp,rtp,rtmpe, udp,http,mpe gts,ts,hls,dash all pro...

    $350 Average bid
    $350 Avg Bid
    15 bids

    ...detection: The app should be able to check ingredients for potential allergens. - Harmful ingredients detection: The app should also check for harmful ingredients. - Curly Girl Method compliance: Additionally, the app should be able to recognize and flag ingredients that are not compliant with the Curly Girl Method. Ideal Skills and Experience: - Proficient in cross-platform app development (preferably with Flutter or React Native). - Experienced in implementing text recognition technology (like OCR). - Knowledgeable in creating databases for allergens and harmful ingredients. - Understanding of the Curly Girl Method for ingredient recognition. - Previous experience creating user-friendly manual search functions in apps. The goal of this app is to provide a safe a...

    $3444 Average bid
    $3444 Avg Bid
    90 bids

    Drupal 10 paragon payment module

    $760 Average bid
    $760 Avg Bid
    1 bids

    ...stream or in-memory object (e.g., a Blob or Uint8Array) const mp3Data = await downloadYouTubeMP3(youtubeURL); // Create a FormData instance for uploading the data const formData = new FormData(); ('file', mp3Data, ''); // Upload the data to your endpoint using fetch const response = await fetch('', { method: 'POST', body: formData, // Additional headers may be required depending on your backend setup }); if (!) { throw new Error('Upload failed: ' + ); } ('MP3 uploaded successfully!'); } catch (error) { ('Error processing MP3:', error); // Display an appropriate error message to the user } } Deliverables:

    $242 Average bid
    $242 Avg Bid
    24 bids

    I'm seeking an experienced Magento Developer to tackle a variety of front and back end tasks. This project encompasses numerous performance improvement initiatives for our agency's Magento platform. Your primary role will be to: - Address a wide range of back and front end requirements - Enhance the overall performance of our Magento store Ideal skills and experience include: - Proven track record in Magento development - Strong understanding of performance optimization strategies - Experience working with an agency or on a wide variety of projects - Quick turn around times, you must be available urgently as we operate support for many clients Your expertise will be invaluable in helping us boost our store's performance and deliver an impr...

    $34 / hr Average bid
    $34 / hr Avg Bid
    81 bids

    I'm looking for a developer to create a web-based trading bridge. This bridge will facilitate sending trades from TradingView and executing them in my trading account. Key Requirements: - Proficiency in ...executing them in my trading account. Key Requirements: - Proficiency in developing web-based trading systems - Experience with TradingView and its trade sending capabilities - Knowledge of integrating with various trading platforms Skills: - Web Development - Trading System Development - TradingView Familiarity - API/Webhook Integration I have not specified a trading platform, type of trades or method of sending trades from TradingView yet, so the system should be flexible enough to accommodate various options. Please provide examples of similar projects you've wo...

    $544 Average bid
    $544 Avg Bid
    14 bids

    This proposal aims to implement a login screen in a Flutter app with API integration for user authentication. The login screen will feature email/phone and password input fields, along with validation and error handling. The authentication process will involve sending login credentials to a backend API using Dio, handling responses, and securely storing tokens using Flutter Secure Storage. State management will be handled using Riverpod for a scalable and efficient architecture. This implementation will enhance user security and provide a seamless login experience.

    $39 Average bid
    $39 Avg Bid
    1 bids

    I need a custom OpenCart payment plugin that integrates with Telegram to streamline the checkout process. The plugin will notify a Telegram bot at key stages of the checkout process, capture user details, and handle OTP verification for order processing. Below is a simplified explanation of how it will work:

    $55 / hr Average bid
    $55 / hr Avg Bid
    44 bids

    My Shopify store one click after integrate missing value parameters on TikTok ads pixels. Specifically, the parameters related to "add to cart" and "view content" are absent. And other think like add payment info, page view, complete payment fired correctly without any problem. - Platform: Shopify - Current Integration Method: TikTok Pixel App - Issue: Uncertainty about the settings and permissions within the app I need a professional who can identify the problem and implement a solution. Experience with TikTok Pixel App and Shopify is a must. If you can also guide me on how to check settings and permissions in the future, that would be a plus.

    $251 Average bid
    $251 Avg Bid
    23 bids

    ...shopping experiences with advanced marketplace solutions. The platform will provide seamless multi-vendor functionality, efficient logistics, and innovative payment solutions tailored for both local and international markets. We are looking for a highly skilled developer based in China or with experience working in the Chinese tech ecosystem to build and optimize the platform, ensuring seamless functionality and scalability. ________________________________________ Responsibilities: • Develop a fast, responsive, and scalable multi-vendor e-commerce platform. • Implement user-friendly dashboards for sellers and buyers. • Integrate secure payment gateways (e.g., Mobile Money, WeChat Pay, Alipay, PayPal, Stripe, etc.). • Set up order tracking & logisti...

    $1143 Average bid
    $1143 Avg Bid
    172 bids

    I am seeking a skilled professional to enhance my Shopify store's SEO and manage its presence on key social media platforms: Instagram, Facebook, and TikTok. Key Responsibilities: - SEO Optimization: The primary goal is to increase organic traffic, improve search engine rankings, and boost sales conversions. Your expertise in SEO strategies specifically tailored for Shopify will be crucial in achieving these objectives. - Social Media Marketing: Create engaging content and manage daily activities on Instagram, Facebook, and TikTok. The aim is to build brand awareness, engage with customers, and drive traffic to the Shopify site. Ideal Skills: - Proven experience in Shopify SEO optimization. - Strong background in social media marketing, particularly on Instagram, Facebook, and Tik...

    $49 Average bid
    $49 Avg Bid
    17 bids

    The Collection Tracker is a WordPress plugin designed to streamline the process of recording and managing collections. This user-friendly tool allows users to log essential details about each collection, including: Date: The date of the collection. Amount Collected: The total amount collected during the transaction. Payment Method: The method used for payment, which can include credit card, voucher, or check. For each payment method, the plugin captures specific details: Credit Card: Records the cardholder's name and the credit card machine borrowed from the admin office. Voucher: Captures the type of voucher and the voucher name. Check: Logs the check number and relevant check information. Users can borrow a credit card machine for collecti...

    $262 Average bid
    $262 Avg Bid
    101 bids

    I'm looking for a skilled Flutter developer to integrate offline face recognition into my app. The functionality will be solely for user authentication. The app needs to support both iOS and Android platforms. Key Requirements: - Expertise in Flutter and Dart - Experience with implementing face recognition, particularly for user authentication - Knowledge of offline functionality in mobile apps - Familiarity with cross-platform development for iOS and Android Please provide examples of previous similar projects you have worked on.

    $682 Average bid
    $682 Avg Bid
    36 bids

    ...custom OpenCart payment plugin that integrates with Telegram to facilitate a unique payment process. The plugin should notify a Telegram bot at various stages of the checkout process, capture user details, and handle OTP verification for order processing. Below is a detailed explanation of how the plugin should work: Scope of Work: Telegram Notifications: When a user adds a product to the cart, the Telegram bot should receive a notification. When the user reaches the checkout page, the bot should receive another notification. Capture User Details: When the user enters billing, shipping, and payment details on the checkout page, the plugin should capture this information (name, email, address, etc.) and send it to the Telegram bot. OTP Generation and Forwarding...

    $292 Average bid
    $292 Avg Bid
    45 bids

    using this video and citing one specific source: After completing the reading and video content, please complete a 500-700 word essay NOT AI GENERATED that addresses each of the following points. Your essay should be one cohesive paper with accurately documented sources in APA format. You should not number each point, but rather incorporate each seamlessly in your essay. Specifically citing reading material Hart & Ksir Drugs &, Society & Human Behavior for this module, please explain the key difference between the "action" of stimulant drugs such as Ritalin, and the "effects" of these drugs. What does the drastic increase in Ritalin (and other stimulants) prescriptions for children tell us about the way that we regard children in American society? For exa...

    $154 Average bid
    $154 Avg Bid
    50 bids

    I am seeking a skilled developer to create a USDT payment processing software for both Mobile and Desktop platforms. The software should be able to detect fraud, providing robust security against fraudulent activities. Ideal Skills and Experience: - Expertise in software development, specifically for payment processing systems - Experience in creating cross-platform (Mobile and Desktop) software - Knowledge and experience in implementing fraud detection systems - Familiarity with USDT and its payment processing requirements - Strong problem-solving skills and attention to detail

    $1074 Average bid
    $1074 Avg Bid
    15 bids

    I need an expert to add my business locations to Google Maps, Google My Business, and Google Search ASAP. I have all the necessary addresses and business details ready for you. I don't require help with verification or optimization; I just need the addresses added.

    $171 Average bid
    $171 Avg Bid
    57 bids

    More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? Past work How soon do you need your project completed? This question was skipped by the user

    $21 / hr Average bid
    $21 / hr Avg Bid
    27 bids

    Project Description: Add Business to 250 Business Directories Industry: Healthcare Existing Profiles: Some Profiles Exist Timeline: 1 day Skills and Experience Needed: - Proficiency in navigating and submitting information to business directories - Familiarity with healthcare industry directories - Attention to detail to ensure accurate and consistent information across all directories - Ability to efficiently complete the task within a short timeframe

    $35 Average bid
    $35 Avg Bid
    48 bids
    RapidAPI App Testing
    6 days left
    Verified

    ** You must have a minimum of 2 RapidAPI accounts with ability to subscribe, i.e. payment method attached ** Subscribe to the free plan and test the following API: Then, provide us with a screenshot of the API page so that we can confirm once done. You will be paid $5 per subscribe + rating.

    $18 Average bid
    $18 Avg Bid
    10 bids

    Cam Lever Design Overview The cam lever closelyt resembles a standard cam lever often used on bicycles to secure the seat post, and also quick release wheels. It will be designed for mass production using CNC method. Specifications and Dimensions 1. Cam Lever Handle Length: 120 mm. Shape: Curved downward and offset away from the pivot point. Designed to travel from approximately 40° (unlocked) to 70° (locked) relative to the clamping post. Safety Clearance: Ensure at least 20 mm clearance between the handle and the clamping post when locked. Material: Aluminum alloy. 2. Pivot Point (Swing Bolt) Hole Diameter: 8 mm. Swing Bolt Dimensions: Length: 115 mm. Secure with a cotter pin, split pin, circlip or similar retention mechanism. Hole Placement: Centered at the cam pivot po...

    $320 Average bid
    $320 Avg Bid
    23 bids

    ...in the system from time to time 3) Security: 1- Use tools to encrypt the source code and prevent the possibility of using reverse engineering as much as possible 2- The features of the programme can only be activated after writing an activation code that varies from one version to another, used only once for each application and entered only once. Technical information: You can use the VOSK Offline Speech Recognition API to determine the voice command (optional, choose the tool you deem appropriate). 2- You can use the bouncycastle tool to create the encryption system for the activation code (you can use another tool that performs the same function) 3- I uploaded a Russian Voice Assistant that already works with the car system, but I don't have the source code for it 4- T...

    $2739 Average bid
    $2739 Avg Bid
    16 bids

    I'm seeking a meticulous Data Collection Specialist to research global unive...specifically available start dates for international students. - Understanding entry requirements, detailing academic and English language prerequisites (e.g., IELTS, TOEFL, GPA). - Ensuring the accuracy of institution details, including university name and location. Your research will span: - North America, Europe and Asia - Programs at the undergraduate, postgraduate and doctoral levels The preferred method of data collection is: - Primarily online research. Ideal candidates for this project should be: - Detail-oriented with excellent research skills. - Familiar with university program structures across different continents. - Able to present information in a clear and concise manner. Total - ...

    $599 Average bid
    $599 Avg Bid
    30 bids

    I need a WordPress developer to assist me in modifying a popup on my website. Currently, the popup allows users to select a location, however, I want to add a simple static link to a subdomain without utilizing the location plugin. Key Requirements: - The static link should be added in the popup - Once clicked, the popup should redirect the user to the subdomain - The static link should appear as a button in the popup - The popup should be mobile-responsive and the static link easily clickable on all devices. - The static link button should have custom styling to match the website’s theme. Ideal Skills and Experience: - Proficient in WordPress - Experience with popup modification - Understanding of subdomain linking - Good UI/UX understanding to ensure the button integrates ...

    $53 Average bid
    $53 Avg Bid
    85 bids
    Yard Signs Installation
    6 days left
    Verified

    Looking for someone to hang medium-sized plastic yard signs. Details: - Size: Medium (18x24 inches) - Material: Plastic - Quantity: 50 signs - Installation Method: Comes with plastic stakes just like a "For Sale" sign. Installation done via hands or electrician hammer. - Permits: None. - Ground Type: Grass, soil, soft ground. - Timeline: One full day 9-5 Location: Atlanta, GA 30309. Ideal skills include experience with sign installation, ability to work outdoors, and attention to detail. Please provide your bid with an estimated timeline for completion. Thank you.

    $442 - $1325
    Local
    $442 - $1325
    0 bids

    WARNING - " Ai " RESPONSES WILL BE IMMEDIATELY DELETED. IF YOU CAN´T DEDICATE ENOUGH TIME TO READ AND UNDERSTAND THE SCOPE OF THE PROJECT, I HAVE NO INTEREST IN TALKING TO YOU. Payment will be done by finished and delivered and test acceptance of the project parts listed bellow. The budget for a gun tracking solution on part 01 is $2,500.00 USD The budget for the creation of a virtual shooting range on part 02 is $1,000.00 USD The budget for the creation of a military mission game play including the SDK tool box for mission creation and editing and a library of at least 1000 3d objects and at leas 10 different game play environments... being City, rural, jungle, a run down city sector on the Hills imitating a "Brazilian Favela" is a must. Please lo...

    $16944 Average bid
    $16944 Avg Bid
    17 bids

    I'm looking for a professional to design and create a complete Shopify store for me, dedicated to selling Electronics and Gadgets. All that will be left for me to do is to personalize it. Key Requirements: - Design and develop a Shopify ...Electronics and Gadgets. All that will be left for me to do is to personalize it. Key Requirements: - Design and develop a Shopify store focusing on Electronics and Gadgets. - Include necessary key pages: Home Page, Product Pages, and Contact Us Page. - Implement payment method: Credit/Debit Cards only. Ideal Skills and Experience: - Proven experience in Shopify store creation. - Strong design skills with a focus on user experience. - Prior experience with electronics-focused online stores is a plus. - Knowledge of implementing s...

    $170 Average bid
    $170 Avg Bid
    50 bids

    ...including customer contact info, service history, and payment details - Setting up automatic backup solutions to prevent data loss - Integrating employee management features such as shift scheduling and performance tracking - Adding support for multiple payment gateways for more flexible billing options - Creating a feature for collecting and analyzing client feedback - Integrating with third-party APIs for added functionality - Implementing inventory management features to track supplies and equipment - Configuring the app to support and manage multiple carwash locations - Optimizing the app for better performance on mobile devices - Setting up different user roles and permissions for better control - Adding functionality to use the app offline and synchronize when...

    $523 Average bid
    $523 Avg Bid
    38 bids
    Add Jersey to Illustration
    6 days left
    Verified

    I'm looking for a skilled illustrator who can add a T-shirt to an existing illustration of a model. The T-shirt should be integrated into the image at a medium level of realism. Ideal skills and experience: - Proficiency in digital illustration software - Experience with adding clothing to illustrations - Ability to work at a medium level of realism - Strong understanding of T-shirt design and its representation in illustrations

    $41 Average bid
    $41 Avg Bid
    91 bids

    I need a skilled Photoshop expert to modify a picture for me. The task involves removing and/or adding a few people (2-3) to a photo. Ideal Skills: - Proficient in Adobe Photoshop - Attention to detail - Ability to manipulate images seamlessly - Experience in photo editing and retouching Please provide examples of your previous work with similar tasks.

    $42 Average bid
    $42 Avg Bid
    66 bids

    i ll link domain with hosting and server set mx record with microsoft365, create email accounts set ssl and redirect old domain with new one.

    $136 Average bid
    $136 Avg Bid
    1 bids

    I am looking for a professional with substantial experience in MATLAB and finite element analysis, specifically for soil dynamics. The primary focus of the project involves the assessment of the dynamic response of soil under varying conditions. Key Aspects of the Project: - Dynamic Response Analysis: You will be using the finite element method to analyze the soil's response to dynamic loads. - Material Behavior: The analysis will need to account for both the elastic and plastic behavior of the soil. - MATLAB Expertise: Proficiency in MATLAB is crucial for this project, as is experience with finite element analysis. Ideal Skills and Experience: - Extensive knowledge in continuum mechanics and dynamic response analysis. - Proven track record of using MATLAB for finite elemen...

    $37 / hr Average bid
    $37 / hr Avg Bid
    16 bids

    ...disabled. Assess the hosting environment for any restrictions related to process control functions. Review the current Laravel mail configuration to confirm if we’re using sendmail or another transport. Recommendations & Implementation: Option A: Enable proc_open() by updating the PHP configuration, if security policies and hosting allow. Option B: Switch the mail transport method from sendmail to SMTP (or another supported method) by updating the Laravel configuration (e.g., the .env file). Implement the chosen solution and test the email sending functionality. Testing & Documentation: Thoroughly test the fix to ensure email functionality works as expected. Provide documentation detailing the changes made and recommendations for future maintenance. Deliver...

    $806 Average bid
    $806 Avg Bid
    168 bids

    I am looking for a professional who can help me move my e-commerce site over to a new domain. Key Requirements: - Expertise in migrating e-commerce sites - Experience with dedicated server environments - Knowledge of SEO implications of domain changes The project entails a seamless transition to ensure minimal downtime and disruption to the b...dedicated server environments - Knowledge of SEO implications of domain changes The project entails a seamless transition to ensure minimal downtime and disruption to the business. The ideal candidate would have a thorough understanding of e-commerce platforms and dedicated server management. Please note, the project does not involve any specific e-commerce platform like Shopify, WooCommerce, or Magento, so versatility and a broad skill se...

    $251 Average bid
    $251 Avg Bid
    162 bids

    I'm looking for diligent freelancers worldwide who enjoy communication and networking with businesses and individuals. The task is straightforward: promote and sell our photography and v...Performance-Based Compensation: Earn money for every client that purchases our service. Essential Skills: - Excellent Communication: The ability to converse effectively with potential clients is crucial. - Sales Experience: Previous experience in sales will be beneficial. - Knowledge of Photography/Videography: Familiarity with the industry will aid your selling efforts. Preferred Communication Method: - Email: All outreach to potential clients will be conducted via email. If you're a proactive individual with a knack for sales and an interest in photography and videography, I'...

    $187 Average bid
    $187 Avg Bid
    13 bids

    ...platform to a new site built on Laravel or Magento. The primary focus will be on enhancing the website and app development aspects. Key Responsibilities: - Lead the development of a user-friendly and efficient website and app - Improve the overall UI/UX of the platform - Implement robust inventory and order management systems - Integrate secure and seamless payment processing features - Coordinate with vendors to ensure successful integration with the new system - Optimize platform performance and scalability. Essential Skills and Experience: - Extensive experience in website and app development - Proficiency in Laravel and Magento - Strong understanding of UI/UX principles - Previous experience in managing inventory and order systems - Expertise in payment...

    $41 / hr Average bid
    $41 / hr Avg Bid
    37 bids

    ...interactive features to be included are: highlighting, bookmarking, search functionality, as well as subscription and translation features. - Integration with local Kazakhstan payment processors (Kaspi Bank, Halyk Bank) as well as international card payment options (debit card). - Incorporate gamification elements like points, badges, and leaderboards to increase user engagement. - The app should include user progress tracking with detailed analytics to help users monitor their learning journey. - Include interactive exercises such as quizzes, flashcards, and pronunciation practice to enhance learning. - Support for offline mode so users can continue learning even without an internet connection. - Integrate voice recognition technology to facilitate language pronunc...

    $2414 Average bid
    $2414 Avg Bid
    3 bids

    ...Identify Arbitrage Using Alchemy Mempools* #### *A. Connect to Alchemy Mempool API* Use Alchemy’s *Ethereum Pending Transactions WebSockets* to get real-time updates: ⁠ javascript const WebSocket = require('ws'); const alchemyWs = "wss://"; const ws = new WebSocket(alchemyWs); ("open", () => { (({ jsonrpc: "2.0", id: 1, method: "eth_subscribe", params: ["alchemy_pendingTransactions", { toAddress: "DEX_CONTRACT_ADDRESS" }] })); }); ("message", (data) => { const tx = (data); ("Pending TX:", tx); });  ⁠ Replace ⁠ DEX_CONTRACT_ADDRESS ⁠ with the contract addresses of Uniswap, Sushiswap, etc. --- #### *B. Filter Transactions for Swaps* Look for transaction...

    $194 Average bid
    $194 Avg Bid
    45 bids

    We are developing a microservices based MERN Stack app. Need help with Sendgrid API. Ideally looking for someone who can build marketing automation features such as drip campaigns. Must have experience with developing marketing features. You must submit examples of similar work you may have done with your bid. Please do not send messages if you do not have experience in marketing platforms development. Must have experience with GraphQL, MERN

    $877 Average bid
    $877 Avg Bid
    59 bids