-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README Unclear #13
Comments
Because this project uses Discord authentication API, it will be more complicated to set up. First, for mongodb, you only need to create the role collection under your database, and then insert at least one document with the role setting you want according to the format, because the server must know your role setting, otherwise it will not check what role users can get. Second, on the server side, you must apply for Moralis API and Discord bot token and input them into the configs. |
How exactly would I do that, is it something I set up just on MongoDB or do I need to modify something in the code/files
Do you have an example of this or where I would get it from? Also to add on, is it possible to modify this so that it works on the Solana Blockchain? |
The instructions for step-by-step on how to set this up for me are slightly unclear, for example, for Step 2 in the setup do I create a role.json file under database? Do I need to create a Moralis server and something with MongoDB? Another thing is what exactly would my verify API URL, client URL, and verification page URL all be? If possible could you update the README to be a bit more simple?
Apologies for the inconvenience.
The text was updated successfully, but these errors were encountered: