Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 654 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 654 Bytes

VerifyBot

A Discord Bot that verify an asset in a particular Algorand address and assign a role.

Project setup

npm init

Project Variables

Update .env file with purestake API `API`  and DISCORD API `DISCORD`
Update let account = [] with creator addresses
Create an ASA from my algo wallet. Add the asset id here.

let optinAsset = ' '
Follow Youtube videos to create a bot in your server settings.

https://www.youtube.com/watch?v=7rU_KyudGBY
Add your role id from discord server after switching on developer mode in discord.
message.member.roles.add('');

Project start

npm start