Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 585 Bytes

BUTTON WALLET DISCORD

It is an open source wallet inside Discord. Discord is one of the most popular messengers. What is more important - gamers use it. With access to crypto assets you can combine games crypto collectibles and trade it.

This wallet can be customizable and provide direct access to Dapps for different Discord communities

How to set up:

.env

FRONTEND_URL=http://127.0.0.1
REDIS_HOST=127.0.0.1:6379
REDIS_PASSWORD=
BOT_TOKEN=
POSTGRES=postgresql://localhost:5432/discord?user=user&password=password&sslmode=disable

Run

# go run main.go