The galactic-coin-forge-core repository serves as the foundational codebase for the Galactic Coin Forge project, a cutting-edge platform designed to enable users to create, manage, and trade digital currencies across the universe. This repository includes essential components for coin minting, exchange rate management, payment integration, and security protocols, all aimed at providing a seamless user experience in the world of cryptocurrency.
Galactic Coin Forge is a decentralized cryptocurrency platform that allows users to create, manage, and trade digital assets. This project aims to provide a secure and user-friendly interface for interacting with blockchain technology.
- User authentication and authorization
- Transaction management
- Command-line interface for advanced users
- API for integration with other applications
- Node.js (version 14 or higher)
- PostgreSQL (or your preferred database)
- Git
-
Clone the repository:
1 git clone https://github.com/GALACTIC-UNION/galactic-coin-forge-core.git 2 cd galactic-coin-forge-core -
Install dependencies:
1 npm install
-
Create a .env file based on the .env.example template:
1 cp .env.example .env
-
Update the .env file with your database and API configurations.
-
Run the application:
1 npm start
To use the command-line interface, run the following command:
1 ./build/binaries/galactic-coin-cli <command> [options]The API is available at http://localhost:3000/api/v1. Refer to the API documentation for more details.
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.