This project is a Solana-based transaction system. It allows users to perform transactions on the Solana blockchain network. If there's a parallel project done in the course, explain here the unique functionality of this project and its purpose.
To install the project, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/Deepjyoti-Sarmah/Solana_Transact.git
. - Navigate to the project directory using
cd Solana_Transact
. - Install the necessary dependencies using
npm install
.
To run the project:
- Start the project using
npm start
. - Open your web browser and navigate to
http://localhost:3000
.
To test the project:
- Run the test script using
npm test
.
If you want to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make the changes in your branch.
- Submit a pull request.