Skip to content

bp-ventures/sep8-client

Repository files navigation

Stellar SEP-8 Client Webapp built using Next.js.

This app has been made to work with our customized Regulated Assets Approval Server.

Development

Create .env.local:

NEXT_PUBLIC_APPROVAL_SERVER_URL="https://as-uat.bpventures.us"

Install dependencies:

asdf install
npm install

Run dev server:

npm run dev

Production

Create .env.local:

NEXT_PUBLIC_APPROVAL_SERVER_URL="https://as-uat.bpventures.us"

Install dependencies:

asdf install
npm install

Run production server:

npm run build
npx next start -p <port>

About

SEP-8 Client Webapp. Built with Next.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published