Skip to content

Rouge Ticket - Create events with Web3 & sell NFT tickets (permissionless web app)

License

Notifications You must be signed in to change notification settings

TheRougeProject/ticket-dapp

Repository files navigation

Rouge Ticket app

Version

In-depth documentation on Rouge Ticket is available at docs.rouge.network.

Developing

Once you've cloned the project to your local machine, navigate to the project directory and install the dependencies:

npm install

After the dependencies have been installed, you should copy the rougeticket.config.example.js file to rougeticket.config.js and update the values to match your environment.

cp rougeticket.config.example.js rougeticket.config.js

You will also need to copy the .env.example file to .env and update the values to match your environment.

cp .env.example .env

Finally, you can start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

About

Rouge Ticket - Create events with Web3 & sell NFT tickets (permissionless web app)

Resources

License

Stars

Watchers

Forks

Packages

No packages published