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. Fork and clone the repository:

    git clone https://github.com/your-username/boardwalkcash.git
    
  2. Navigate to the project directory:

    cd boardwalkcash
    
  3. Use Docker Compose to build and run the containers:

    docker-compose up --build
    

    Alternatively, if you prefer to run only the database with Docker and use your local Node.js environment for the Next.js app:

    a. Start the database container:

    docker-compose up db
    

    b. Install dependencies:

    npm install
    

    c. Run the Next.js app:

    npm run dev
    
  4. 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