Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teritori rarity bot

How to use

Add a collection

$ yarn start collections add --contract $CONTRACT_ADDR --name "my-awesome-nfts"
[...]

in pkg/collections/index.ts add your collection in CollectionList

    new Collection("my-awesome-nfts"),

Use custom algorithm

You can extends the Collection class to add a custom algorithm, parsing methods, CmdSlashName ...

feel free to take a look at Toripunks for that

Start the bot

$ yarn start bot start --discord_token "xxxx.xxxxx.xxxx" --discord_client_id "424242424242"

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages