Skip to content

This repository contains the source code for a decentralized marketplace built on the Bitcoin Stacks blockchain. It enables users to buy, sell, and trade digital assets in a secure and decentralized manner.

Notifications You must be signed in to change notification settings

solguru310/bitcoin-stacks-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-stacks-marketplace

This repository contains the source code for a decentralized marketplace built on the Bitcoin Stacks blockchain. It enables users to buy, sell, and trade digital assets in a secure and decentralized manner.

Getting Started

Follow these steps to set up and run the project locally:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/solguru310/bitcoin-stacks-marketplace.git
    cd bitcoin-stacks-marketplace
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open the application in your browser at http://localhost:3000.

Smart Contract Deployment

  1. Compile the smart contracts:

    clarity-cli check contracts/marketplace.clar
  2. Deploy the smart contracts:

    clarity-cli deploy contracts/marketplace.clar --network=testnet

Contributing

We welcome contributions from the community! To contribute:

  1. Fork this repository.
  2. Create a feature branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add a new feature').
  4. Push your branch (git push origin feature-name).
  5. Open a Pull Request.

Contact

For questions or support, please reach out:

Telegram: @dwlee918

Medium: @dwlee91

About

This repository contains the source code for a decentralized marketplace built on the Bitcoin Stacks blockchain. It enables users to buy, sell, and trade digital assets in a secure and decentralized manner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published