Skip to content

A template for a standardized Nuxt 3 website to buy/register domains and subdomains of a Bproto Zone contract.

Notifications You must be signed in to change notification settings

bproto/registrar-ui-template

Repository files navigation

Setup

Make sure you have nodejs installed (>= v.16):

node -v

Setup the project specifications you want:

Basic

yarn setup <domain-name> <has-ens-bridge> <ens-tld> <issuance-id> <press> <zone-contract> <base-price> <color-scheme> <db-url> <db-admin> <db-collection> <db-password> <rpc-url>

If you want to use the standard BProto color scheme just put "".

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Check out the deployment documentation for more information.

About

A template for a standardized Nuxt 3 website to buy/register domains and subdomains of a Bproto Zone contract.

Topics

Resources

Stars

Watchers

Forks