• C

C Program to Print Integer Numbers Till N

Satish

Write a C program to print integer numbers till user entered limit(num). Natural numbers are all the numbers from 1,…

  • C

Prime Numbers using Sieve of Eratosthenes: C Program

Implement in a c program the following procedure to generate prime numbers from 1 to 100. This procedure is called…

  • C

Find Prime Numbers from 2 To N using Sieve of Eratosthenes: C Program

Lets write a C program to find prime numbers from 2 to N, using Sieve of Eratosthenes method. Important Note…

  • XRPL

Verify The Transaction on Mainnet: XUMM SDK

Once payload is signed and a valid transaction is made, it is crucial to check for the transaction on main/live…

  • XRPL

Send Sign Request As Push Notification: XUMM SDK

You have sent your first Payload request and also signed and/or rejected the sign request, by scanning the QR code.…

  • XRPL

Your First Payload: XUMM SDK

Once we establish connection to the XUMM platform using XUMM SDK, its time to actually learn about sending payload. Payload…

  • XRPL

Send Ping Request To XUMM Platform and Get Application Details

Lets write a nodejs program to fetch application details from XUMM platform. We'll also see how to retrieve all the…

  • XRPL

Prepare Your Project & Start Coding: XUMM SDK

Lets install the software and packages needed to run a nodejs application and try to connect with the XUMM platform.…

  • XRPL

Get your XUMM API Credentials

To start working with XUMM SDK and API, the first thing you'll need is application credentials. Application credentials are: App…

  • XRPL

Working With XUMM SDK/API: XRPL

XRP Ledger(XRPL) was developed by Ripple founders and is now open sourced. Ripple is a real-time gross settlement system, currency…