Skip to content

truongnguyenptn/elusiv-quickstart-example

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the node_modules:

npm install

Then run the development server:

```bash
npm run dev


Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can see the component for Elusiv feature like in the `src` folder:

./src/components
├── ViewPrivateTransaction.tsx
├── Send.tsx
├── Topup.tsx