npm install @trustify/tipbot.tsconsttipbot=require('@trustify/tipbot.ts');letresponse=awaittipbot.add("Felix","HYMYMBXAWOTQSSCMUHLTEZM9ODBRQHQXE9YYITUIQKTLMIKHMUTSETAQIFRCNKIVFNEETSXDNHAYHYSVCHPXUVQDMX")console.log(response)// -> Address added.consttipbot=require('@trustify/tipbot.ts');letresponse=awaittipbot.tip("Felix");console.log(response)// -> HYMYMBXAWOTQSSCMUHLTEZM9ODBRQHQXE9YYITUIQKTLMIKHMUTSETAQIFRCNKIVFNEETSXDNHAYHYSVCHPXUVQDMXClone the repo and link it with npm
git clone https://github.com/trusty-code/tipbot.ts
cd tipbot.ts
npm linknow you can link it to your bot implementation
cd your/bot/path
npm link @trustify/tipbot.ts