You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{config,// step1: importrenderByTokenKey,}from'@nervina-labs/dob-render'// step2: setconfig.setDobDecodeServerURL('https://dob-decoder.rgbpp.io')consttokenKey='dc19e68af1793924845e2a4dbc23598ed919dcfe44d3f9cd90964fe590efb0e4'awaitrenderByTokenKey(tokenKey)// this function will query the configured decode service to read the data required for rendering
Config btcfs query function
import{config,// step1: importrenderByTokenKey,}from'@nervina-labs/dob-render'// step2: setconfig.setQueryBtcFsFn(async(uri)=>{constresponse=awaitfetch(`https://api.joy.id/api/v1/wallet/dob_imgs?uri=${uri}`)returnresponse.json()})consttokenKey='dc19e68af1793924845e2a4dbc23598ed919dcfe44d3f9cd90964fe590efb0e4'awaitrenderByTokenKey(tokenKey)// this function will use the configured btcfs function