Skip to content

nysa-network/teritori-rarity-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages