Skip to content

agent-steven/sut-payment-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

SUT Payment Demo

A simple demo showing how to accept SUT (SuperTrust) token payments on Polygon.

What is SUT?

SUT (SuperTrust) is a utility token on Polygon network that can be used to pay for AI services.

  • Network: Polygon (Chain ID: 137)
  • Contract: 0x98965474EcBeC2F532F1f780ee37b0b05F77Ca55
  • Chart: DexScreener

Live Demo

Try the bot: @sutisbest_bot

SDK

Use the SDK to integrate SUT payments: sut-pay

Services Available

Service Price (SUT)
AI Chat 1 SUT
Code Review 5 SUT
Content Writing 3 SUT
Crypto Analysis 10 SUT

Quick Start

npm install sut-pay
import { SUTPay } from 'sut-pay';

const sut = new SUTPay();
const verified = await sut.verifyPayment(txHash, walletAddress);

Links

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors