World Payments API

  1. Download the code for world payments api here.

  2. Open Intellij and open the project folder WRLD-Payments-API-main

  3. Open the ..\resources\config.yml file

    1. Set the polygon_https_rpc value using the polygon RPC end point from "Create Ethereum and polygon RPC endpoints" section

    2. Set the ethereum_https_rpc value using the Ethereum RPC end point from "Create Ethereum and polygon RPC endpoints" section

    3. Set the server_wallet_private_key with the $WRLD token wallet address in the World Server account from "Setting up MetaMask Wallet" section.

  4. Click "Maven" tab on right hand side of screen

  5. Click Lifecycle-> Package

  6. Go to the Target directory and put the wrld-payments-api-0.1.6-shaded.jar file on the server.

Last updated