-
Notifications
You must be signed in to change notification settings - Fork 3
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
app: Social Profile App #5
Comments
hi @rsodre The discord api does not expressly allow us to store information but we can utilize a database system linked to our app to store the users pistols/Dojo wallet addresses and only authenticate them using the discord login id. Then we can create a backend endpoint to retrieve this user address based on the discord login before making it available to the discord bot. I think I can work on this. |
you mean something like supabase? |
yeah anyone works |
ok, will be assigning this to you. But I don't want to make you way wait, could you do that? |
About the database, if we can't store in on Discord, the best approach would be to store on-chain. |
ok then. |
I sure can do this. |
I'm having some issues setting up tye discord bot on my.local machine.
Please is there a comprehensive guide on how to do this?
…On Mon, Apr 22, 2024, 2:44 PM roger_s ***@***.***> wrote:
About the database, if we can't store in on Discord, the best approach
would be to store on-chain.
Will be reviewing it in a few hours
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3W3TPKPWDIMETMDYF6B2DDY6UH4NAVCNFSM6AAAAABGR3JXHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRZGQ4TEOBVHE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
The README here explains the setup process Let's use this server to configure and test it: |
Ok chief
Let me look at it real quick
…On Mon, Apr 22, 2024, 5:34 PM roger_s ***@***.***> wrote:
The README here explains the setup process
https://github.com/underware-gg/pistols-discord-bot/tree/main/discord-bot
Let's use this server to configure and test it:
https://discord.gg/YVDqKCgU
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3W3TPJHOMJXPMJFJ6FK7FLY6U3YZAVCNFSM6AAAAABGR3JXHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZQGE2DQOBXHE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
The main issue here is to link a Discord user with their duelist address. For user authentication: For storing the address, I was thinking we could use this, but it's not clear to me if that's what we need. I think not... Googling it everyone says the same as you said, we need a database. |
ok then , supabase it is |
I updated the issue description according to what we've been discussing |
i've seen it and i'm moving on with the new description |
i've been working on the login process but nextauth keeps returning an error. I'm trying to find an alternative to using nextauth |
I've solved that and I've been able to retrieve the user details after they login. now to create the form for the duel wallet address |
@rsodre i just pushed the majority of the tasks, its remaining the database which is to be discussed. |
Looking good, thank you! Our Supabase account has reached a limit, we'll decide tomorrow how to proceed |
ok then. |
Hello Chief
I hope you're doing great.
I would try working on other issues on the repo while we try to resolve the
supabase thingy
…On Tue, Apr 23, 2024, 4:43 AM roger_s ***@***.***> wrote:
Looking good, thank you!
Our Supabase account has reached a limit, we'll decide tomorrow how to
proceed
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3W3TPPMUMOM4CS3ZVA72KTY6XKHRAVCNFSM6AAAAABGR3JXHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZRGM2TCOBZHA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
ok sure.
…On Tue, 23 Apr 2024 at 13:26, roger_s ***@***.***> wrote:
Ok, you would be good for $6, #7
<#7>, #8
<#8>, but now
they all depend depend on #1
<#1> being ready
Looking at it right now
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3W3TPIAX4VPLUGTKX67QZDY6ZHP5AVCNFSM6AAAAABGR3JXHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZSGE3DONBVGE>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
To be able to tag Discord users when their Duelist receives a notification, like new Challenges (#4), we need to link their Discord and Pistols profiles.
This app is supposed to bare minimum, including a Discord login and a Pistols/Dojo wallet login.
For the sake of simplicity (and because the supported wallets for Pistols are TBD), instead of connecting a wallet, players can simply paste their duelist account address.
Tasks
/social-app
as a starting point. It is a simple next.js app, with a single page already in Pistols styling.Notes
There are a few missing pieces here to make it work...
If you have knowledge of the Discord API and/or have a solution for this, please reply explaining how would you do it.
The text was updated successfully, but these errors were encountered: