Home

Awesome

Boardwalk Cash

A Cashu wallet designed for fast, easy onboarding and use

Table of Contents

Features

Getting Started

These instructions will help you set up a copy of the project on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following tools installed:

Installation

  1. Clone the repository:
git clone https://github.com/MakePrisms/boardwalkcash.git
  1. Navigate to the project directory:
cd boardwalkcash
  1. Start the database:
docker-compose up -d db
  1. Copy the .env.example file to .env:
cp .env.example .env
  1. Start the app:
npm install
  1. Run the Next.js app:
npm run dev
  1. Run database migrations
npx prisma migrate deploy
  1. Access the application at http://localhost:3000 in your web browser.

Contributing

We welcome contributions to Boardwalk Cash! Here's how you can contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/makeprisms/boardwalkcash

Acknowledgements