Skip to content

masterzorgon/solana-program-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

NFT Invoicing

This codebase was developed by Nathan Galindo as part of an academic research project at Baylor University which lookes into how NFT technology can enhance financial services, such as invoicing.

How it Works

The project uses smart contracts to create unique NFTs for each invoice. These NFTs represent the invoice and contain all necessary information such as the amount due, due date, and payment details. The NFTs can be easily transferred between parties and tracked on the Solana blockchain, providing a transparent and secure way of handling invoicing.

Getting Started

To get started with the project, you will need to have the following software installed:

Once you have these tools installed, you can clone the repository and run the following commands:

git clone https://github.com/nathanzebedee/blockchain-research/
cd blockchain-research
anchor build
cd /app
yarn 
yarn dev

Usage

To use the project, simply create a new invoice by interacting with the smart contract. This will create a new NFT representing the invoice. The NFT can then be transferred to the appropriate parties and tracked on the Solana blockchain.

License

This project is licensed under the MIT license. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •