CINXE.COM

Blockchain Development & Consultancy Company - Dubai | BlockchainCentral

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/x-icon" href="./assets/images/bc-icon.svg" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" /> <link rel="stylesheet" href="./assets/css/style.css" /> <!-- Firebase App (the core Firebase SDK) --> <script src="https://www.gstatic.com/firebasejs/9.20.0/firebase-app-compat.js"></script> <!-- Firebase Firestore --> <script src="https://www.gstatic.com/firebasejs/9.20.0/firebase-firestore-compat.js"></script> <title> Blockchain Development & Consultancy Company - Dubai | BlockchainCentral </title> <meta name="robots" content="noindex" /> <!-- <meta name="description" content="Transform your business with blockchain and AI. With our MENA experts, we expand business capabilities and help you grow in the UAE and beyond." /> --> <style> main.inner-pages .inner-header .inner-header-cont div.inner-header-img { height: auto; border-radius: 16px; background: #ffffff; overflow: hidden; } /* whatsapp */ .whatsapp-btn { position: fixed; bottom: 20px; /* Distance from the bottom */ right: 20px; /* Distance from the right */ background-color: #2f44ff; /* WhatsApp green */ color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); font-size: 30px; z-index: 1000; /* Make sure it appears on top */ } /* Hover effect for the button */ .whatsapp-btn:hover { background-color: #6371f0; } /* whatsapp */ header nav .logo-wrapper img { max-width: 200px !important; width: 100%; } header nav ul.menu li:last-child { display: block; } @media (max-width: 750px) { header nav.container { display: flex; align-items: center; justify-content: space-between; position: relative; } header nav .logo-wrapper img { /* max-width: 156px !important; */ width: 150%; margin-left: -95px; } main .hero__wrapper div.cont { padding: 18px; } main .hero__wrapper { background-image: none; background-position: center; background-size: cover; align-items: left; text-align: left; } main .hero__wrapper div.cont .text-cont h1 { font-size: 40px; line-height: 3.7rem; text-align: left; font-weight: 600; } main .hero__wrapper div.cont .text-cont ul { justify-content: left; } main .hero__wrapper div.cont .text-cont .rates { align-items: left !important; justify-content: left; } main .hero__wrapper div.cont .text-cont .categ, .hero .rates { margin-top: 1.5rem; text-align: left; padding-left: 10px; margin-left: 0; } } </style> </head> <body> <a href="https://wa.me/+971586729255" target="_blank" class="whatsapp-btn"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" color="#ffffff" fill="none" > <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round" /> <path d="M8.58815 12.3773L9.45909 11.2956C9.82616 10.8397 10.2799 10.4153 10.3155 9.80826C10.3244 9.65494 10.2166 8.96657 10.0008 7.58986C9.91601 7.04881 9.41086 7 8.97332 7C8.40314 7 8.11805 7 7.83495 7.12931C7.47714 7.29275 7.10979 7.75231 7.02917 8.13733C6.96539 8.44196 7.01279 8.65187 7.10759 9.07169C7.51023 10.8548 8.45481 12.6158 9.91948 14.0805C11.3842 15.5452 13.1452 16.4898 14.9283 16.8924C15.3481 16.9872 15.558 17.0346 15.8627 16.9708C16.2477 16.8902 16.7072 16.5229 16.8707 16.165C17 15.8819 17 15.5969 17 15.0267C17 14.5891 16.9512 14.084 16.4101 13.9992C15.0334 13.7834 14.3451 13.6756 14.1917 13.6845C13.5847 13.7201 13.1603 14.1738 12.7044 14.5409L11.6227 15.4118" stroke="currentColor" stroke-width="1.5" /> </svg> </a> <header> <nav class="container"> <a href="javascript:void(0)" class="logo-wrapper"> <img src="./assets/images/logo.svg" alt="BlockchainCentral Logo" /> </a> <div class="menu-mobile-wrapper"> <button class="mobile-menu"> <img src="./assets/images/menu.svg" alt="" /> </button> </div> <ul class="menu"> <button class="overlay-close">close</button> <li class="active"><a href="https://blockchaincentral.ae">Home</a></li> <li><a href="https://www.blockchaincentral.ae/#about-us">About Us</a></li> <li><a href="https://www.blockchaincentral.ae/#services">Services</a></li> <li><a href="https://www.blockchaincentral.ae/#values">Value Proposition</a></li> <li><a href="https://www.blockchaincentral.ae/#mission">Our Work</a></li> <!-- <li><a onclick="toggleContact()">Contact Us</a></li> --> </ul> <ul class="contact"> <li><a></a></li> <li> <a onclick="toggleContact()" class="btn cta-button">Contact Us</a> </li> </ul> </nav> </header> <main class="inner-pages"> <section class="inner-header"> <div class="container inner-header-cont"> <div class="inner-header-desc"> <ul class="categ-cont"> <li><span class="green"></span> Token Development</li> </ul> <h2>Token Development & Crypto Integration Solutions</h2> <p> Tokenization has been powering fast-growing businesses for years now, and yours should be next! Our MENA development team can create and integrate custom tokens to drive your company鈥檚 growth. </p> <a href="#" class="btn">Get Started</a> </div> <div class="inner-header-img"> <img src="./assets/images/innerservice/token.svg" alt="" /> </div> </div> </section> <section class="container"> <h3 class="inner-title"> Tokenization Services to Bring Your Business into Web3 </h3> </section> <section class="section-4"> <div class="container section-4-cont"> <div class="section-4-cont-left"> <div> <span></span> <p>Expand Your Market Reach</p> <p> Tokenization opens up new global opportunities and broadens your customer base. </p> </div> <div> <span></span> <p>Spend Less on Transactions</p> <p> Save more on transaction fees and streamline your financial processes. </p> </div> </div> <div class="section-4-cont-right"> <div class="img"> <img src="./assets/images/innerservice/token-sec.png" alt="" /> </div> <p>Start a New Digital Chapter</p> <p> Enhance your services and products with custom-made crypto solutions designed to fit your business requirements. </p> </div> </div> </section> <section class="section-5 padding-section"> <div class="container section-5-cont"> <h3>We Bridge the Gap Between Your Business and Web3</h3> <p> Our token development solutions include a host of options built to fit any industry. </p> <ul> <li> <span></span> <p>Tokenomics Engineering</p> </li> <li> <span></span> <p>Token Issuance and Management</p> </li> <li> <span></span> <p>DeFi Development</p> </li> <li> <span></span> <p>Risk Mitigation</p> </li> <li> <span></span> <p>Incentive Optimization</p> </li> <li> <span></span> <p>NFT Marketplace Development</p> </li> <li> <span></span> <p>Exchange Development</p> </li> <!-- <li> <span></span> <p>Aenean volutpat tempus est.</p> </li> <li> <span></span> <p>Aenean volutpat tempus est.</p> </li> <li> <span></span> <p>Aenean volutpat tempus est.</p> </li> <li> <span></span> <p>Aenean volutpat tempus est.</p> </li> <li> <span></span> <p>Aenean volutpat tempus est.</p> </li> --> </ul> </div> </section> <section class="container"> <h3 class="inner-title"> Explore Our Blockchain Development & Consultancy Services </h3> </section> <section class="section-2"> <div class="container section-2-cont"> <ul> <li> <span></span> <p>Blockchain Development</p> <p> Transition your business into blockchain to streamline operations and save costs. </p> <a href="#">Learn More</a> </li> <li> <span></span> <p>Blockchain Consultation</p> <p> Our expert team can guide you on how to make the most of blockchain technology. </p> <a href="#">Learn More</a> </li> <li> <span></span> <p>AI Consultation*</p> <p> Receive expert advice on the right strategy to make your company AI-ready. </p> <a href="#">Learn More</a> </li> <li> <span></span> <p>Regulatory Advisory*</p> <p> Stay compliant with ever-changing regulations in blockchain and AI. </p> <a href="#">Learn More</a> </li> <!-- <li> <span></span> <p>Aenean volutpat tempus est.</p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean volutpat tempus est. Lorem ipsum dolor sit amet, </p> <a href="#">Learn More</a> </li> <li> <span></span> <p>Aenean volutpat tempus est.</p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean volutpat tempus est. Lorem ipsum dolor sit amet, </p> <a href="#">Learn More</a> </li> --> </ul> </div> </section> <section class="section-3"> <div class="container section-3-cont"> <div class="section-3-cont-left"> <h3>One Technology, Limitless Possibilities</h3> <p> Now is the perfect time for your next breakthrough! Let鈥檚 explore how we can drive your business to new heights. </p> <a href="#Start Building" class="btn">Start Building</a> </div> <div class="section-3-cont-right"> <ul> <li> <div class="title"> <span class="icon-1"></span> <div class="desc"> <p>Documentation</p> <p>Empower your team with our tailored training</p> </div> <span class="icon-2"></span> </div> <div class="content"></div> </li> <li> <div class="title"> <span class="icon-1"></span> <div class="desc"> <p>Documentation</p> <p>Empower your team with our tailored training</p> </div> <span class="icon-2"></span> </div> <div class="content"></div> </li> </ul> </div> </div> </section> <section class="get-quote padding-section"> <div class="container get-quote__wrapper"> <h3>Let鈥檚 Connect!</h3> <p> Connect with our expert team to discuss how we can help support your business. </p> <a class="btn" onclick="toggleContact()">TALK TO AN EXPERT</a> </div> </section> </main> <footer class="footer padding-section"> <div class="container footer__wrapper"> <div> <img src="./assets/images/logo-light.svg" alt="" /> <h4>Industry insights. In your inbox.</h4> <form action=""> <input type="text" placeholder="Your email address" /> <a href="mailto:hello@blockchaincentral.com?subject=BlockchainCentral | General Inquiry" type="submit" > <img src="./assets/images/send.svg" alt="" /> </a> </form> <ul> <li> <a href="javascript:void(0)"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="#ffffff" fill="none" > <path d="M15.5008 17.75L16.7942 19.5205C16.9156 19.7127 17.1489 19.7985 17.3619 19.7224C18.1657 19.4353 20.158 18.6572 21.7984 17.4725C21.9263 17.3801 22.0002 17.2261 21.9992 17.0673C21.9992 8.25 19.5008 5.75 19.5008 5.75C19.5008 5.75 17.5008 4.60213 15.3547 4.25602C15.1436 4.22196 14.9368 4.33509 14.8429 4.52891L14.3979 5.44677C14.3979 5.44677 13.2853 5.21397 12 5.21397C10.7147 5.21397 9.6021 5.44677 9.6021 5.44677L9.15711 4.52891C9.06314 4.33509 8.85644 4.22196 8.64529 4.25602C6.50079 4.60187 4.50079 5.75 4.50079 5.75C4.50079 5.75 2.0008 8.25 2.0008 17.0673C1.9998 17.2261 2.07365 17.3801 2.20159 17.4725C3.84196 18.6572 5.8343 19.4353 6.63806 19.7224C6.85105 19.7985 7.08437 19.7127 7.20582 19.5205L8.50079 17.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M17.5008 16.75C17.5008 16.75 15.2057 18.25 12.0008 18.25C8.79587 18.25 6.50079 16.75 6.50079 16.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M17.2508 12.25C17.2508 13.3546 16.4673 14.25 15.5008 14.25C14.5343 14.25 13.7508 13.3546 13.7508 12.25C13.7508 11.1454 14.5343 10.25 15.5008 10.25C16.4673 10.25 17.2508 11.1454 17.2508 12.25Z" stroke="currentColor" stroke-width="1.5" /> <path d="M10.2508 12.25C10.2508 13.3546 9.46729 14.25 8.50079 14.25C7.5343 14.25 6.75079 13.3546 6.75079 12.25C6.75079 11.1454 7.5343 10.25 8.50079 10.25C9.46729 10.25 10.2508 11.1454 10.2508 12.25Z" stroke="currentColor" stroke-width="1.5" /> </svg> </a> </li> <li> <a href="javascript:void(0)"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="#ffffff" fill="none" > <path d="M4.5 9.5H4C3.05719 9.5 2.58579 9.5 2.29289 9.79289C2 10.0858 2 10.5572 2 11.5V20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22H4.5C5.44281 22 5.91421 22 6.20711 21.7071C6.5 21.4142 6.5 20.9428 6.5 20V11.5C6.5 10.5572 6.5 10.0858 6.20711 9.79289C5.91421 9.5 5.44281 9.5 4.5 9.5Z" stroke="currentColor" stroke-width="1.5" /> <path d="M6.5 4.25C6.5 5.49264 5.49264 6.5 4.25 6.5C3.00736 6.5 2 5.49264 2 4.25C2 3.00736 3.00736 2 4.25 2C5.49264 2 6.5 3.00736 6.5 4.25Z" stroke="currentColor" stroke-width="1.5" /> <path d="M12.326 9.5H11.5C10.5572 9.5 10.0858 9.5 9.79289 9.79289C9.5 10.0858 9.5 10.5572 9.5 11.5V20C9.5 20.9428 9.5 21.4142 9.79289 21.7071C10.0858 22 10.5572 22 11.5 22H12C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20L14.0001 16.5001C14.0001 14.8433 14.5281 13.5001 16.0879 13.5001C16.8677 13.5001 17.5 14.1717 17.5 15.0001V19.5001C17.5 20.4429 17.5 20.9143 17.7929 21.2072C18.0857 21.5001 18.5572 21.5001 19.5 21.5001H19.9987C20.9413 21.5001 21.4126 21.5001 21.7055 21.2073C21.9984 20.9145 21.9985 20.4432 21.9987 19.5006L22.0001 14.0002C22.0001 11.515 19.6364 9.50024 17.2968 9.50024C15.9649 9.50024 14.7767 10.1531 14.0001 11.174C14 10.5439 14 10.2289 13.8632 9.995C13.7765 9.84686 13.6531 9.72353 13.505 9.63687C13.2711 9.5 12.9561 9.5 12.326 9.5Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round" /> </svg> </a> </li> <li> <a href="javascript:void(0)"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" color="#ffffff" fill="none" > <path d="M11.9854 15.4083L15.2268 19.0936C16.4277 20.4589 17.0282 21.1416 17.6567 20.9754C18.2852 20.8092 18.5008 19.9108 18.9318 18.1138L21.3229 8.1459C21.9868 5.37832 22.3187 3.99454 21.5808 3.312C20.843 2.62947 19.564 3.13725 17.0061 4.15282L5.13876 8.86449C3.09293 9.67674 2.07001 10.0829 2.00507 10.7808C1.99842 10.8522 1.99831 10.9241 2.00474 10.9955C2.06754 11.6937 3.08921 12.1033 5.13255 12.9223C6.05838 13.2934 6.5213 13.479 6.8532 13.8344C6.89052 13.8743 6.9264 13.9157 6.96078 13.9584C7.26658 14.3384 7.39709 14.8371 7.65808 15.8344L8.14653 17.701C8.4005 18.6715 8.52749 19.1568 8.86008 19.223C9.19267 19.2891 9.48225 18.8867 10.0614 18.0819L11.9854 15.4083ZM11.9854 15.4083L11.6676 15.0771C11.3059 14.7001 11.1251 14.5117 11.1251 14.2775C11.1251 14.0433 11.3059 13.8548 11.6676 13.4778L15.2406 9.75409" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> </li> <li> <a href="javascript:void(0)"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" color="#ffffff" fill="none" > <path d="M3 21L10.5484 13.4516M21 3L13.4516 10.5484M13.4516 10.5484L8 3H3L10.5484 13.4516M13.4516 10.5484L21 21H16L10.5484 13.4516" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> </li> </ul> </div> <div> <h4>Company</h4> <ul> <li><a href="#home">Home</a></li> <li><a href="#about-us">About Us</a></li> <!-- <li><a onclick="toggleContact()">Contact us</a></li> --> <li><a href="#services">Services</a></li> <li><a href="#values">Value Proposition</a></li> <li><a href="#mission">Our Work</a></li> </ul> </div> <div> <h4>Services</h4> <ul> <li> <a href="blockchain-development">Blockchain Development</a> </li> <li><a href="token-development">Token Development</a></li> <li> <a href="blockchain-consultation">Blockchain Consultation</a> </li> <li><a href="ai-consultation">AI Consultation</a></li> <li> <a href="regulatory-consultation">Regulatory Advisory</a> </li> </ul> </div> <div> <h4>Address</h4> <ul> <li>Licence Number: DMCC-949462</li> <li>Unit No: BA2618</li> <li>DMCC Business Centre</li> <li>Level No 1 Jewellery & Gemplex 3</li> <li>Dubai, United Arab Emirates</li> </ul> </div> </div> <div class="copyright"> <p>Copyright &copy; 2024 BlockchainCentral.ae. All rights reserved.</p> </div> </footer> <div class="contact-form"> <div class="outer-cont"> <div class="inner-cont"> <h3>Contact Us</h3> <p>Curious about BlockchainCentral? We鈥檙e here to help.</p> <!-- Form with POST method and no action to use JavaScript for submission --> <form id="contactForm" method="post"> <div class="group-cont"> <div class="sec"> <label for="name">Name *</label> <input type="text" id="name" name="name" required placeholder="ex: Livia Siphron" /> </div> <div class="sec"> <label for="company">Company *</label> <input type="text" id="company" name="company" placeholder="ex: BlockchainCentral" required /> </div> </div> <div class="group-cont"> <div class="sec"> <label for="phone">Phone *</label> <input type="text" id="phone" name="phone" required placeholder="ex: +971 000 000" /> </div> <div class="sec"> <label for="email">Email *</label> <input type="email" id="email" name="email" placeholder="ex: john@email.com" required /> </div> </div> <div class="sec"> <label for="topic">Services *</label> <select id="topic" name="topic" required> <option value="General Inquiry">General Inquiry</option> <option value="Partnership">Partnership</option> <option value="Blockchain Development"> Blockchain Development </option> <option value="Token Development">Token Development</option> <option value="Blockchain Consultation"> Blockchain Consultation </option> <option value="AI Consultation">AI Consultation</option> <option value="Regulatory Advisory">Regulatory Advisory</option> </select> </div> <div class="sec"> <label for="message">Message *</label> <textarea name="message" id="message" cols="30" rows="10" required placeholder="Write your message or inquiry" ></textarea> </div> <button type="submit">Submit</button> </form> <div id="messageArea"></div> </div> <img src="./assets/images/close-black.svg" alt="" class="close" onclick="closeForm()" /> </div> </div> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script> <script src="https://unpkg.com/split-type"></script> <script src="./assets/js/script.js"></script> <script src="./assets/js/contact-form.js?ver=1.2"></script> <script> AOS.init({ disable: "mobile" }); </script> <script> document .getElementById("contactForm") .addEventListener("submit", async function (event) { event.preventDefault(); // Collect form data const name = document.getElementById("name").value; const company = document.getElementById("company").value; const phone = document.getElementById("phone").value; const email = document.getElementById("email").value; const topic = document.getElementById("topic").value; const message = document.getElementById("message").value; try { const response = await fetch("/api/firebase", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ name, company, phone, email, topic, message, }), }); const result = await response.json(); if (result.success) { document.getElementById("messageArea").innerHTML = "<p>Thank you for your message. We will get back to you shortly.</p>"; document.getElementById("contactForm").reset(); } else { throw new Error(result.message); } } catch (error) { document.getElementById("messageArea").innerHTML = "<p>Error submitting form: " + error.message + "</p>"; } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10