Vinu Shitcoin Lab is a service for creating and managing tokens on the Vinu network. It provides great flexibility, and ease, because you don`t need to know how to code to make your token. The website is available here.
This program is distributed under Apache 2.0 License, see license file. All forms of contributing are welcome.
First, download and configure PostgreSQL. Next create a database and execute script.sql. Then in the main project folder create an .env file with the following variables:
NEXT_PUBLIC_PROJECT_ID=
NEXT_PUBLIC_URL=
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_PORT=
DB_NAME=
Remember to provide your data there!
Then run:
npm run dev
And that's all.