Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 859 Bytes

Vinu Shitcoin Lab

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.

License & contributing

This program is distributed under Apache 2.0 License, see license file. All forms of contributing are welcome.

How to build it?

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.