https://github.com/solguru310/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.
https://github.com/solguru310/bitcoin-stacks-marketplace
bitcoin blockchain clarity marketplace smart-contract stacks stacks-blockchain
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/solguru310/bitcoin-stacks-marketplace
- Owner: solguru310
- Created: 2024-12-20T20:11:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T13:09:34.000Z (5 months ago)
- Last Synced: 2025-01-13T14:23:11.574Z (5 months ago)
- Topics: bitcoin, blockchain, clarity, marketplace, smart-contract, stacks, stacks-blockchain
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- Node.js (v16 or higher)
- Git
- [Bitcoin Stacks Development Environment](https://docs.stacks.co/)
- [Hiro Wallet](https://www.hiro.so/wallet)### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/solguru310/bitcoin-stacks-marketplace.git
cd bitcoin-stacks-marketplace
```2. **Install dependencies:**
```bash
npm install
```3. **Start the development server:**
```bash
npm start
```4. Open the application in your browser at `http://localhost:3000`.
### Smart Contract Deployment
1. Compile the smart contracts:
```bash
clarity-cli check contracts/marketplace.clar
```2. Deploy the smart contracts:
```bash
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](https://t.me/@dwlee918)
Medium: [@dwlee91](https://medium.com/@dwlee91)