Skip to content

A decentralized platform for storing and trading files.

License

Notifications You must be signed in to change notification settings

cqlyj/CryptoFiles-Swap

Repository files navigation

Overview

This project aims to create a decentralized platform for securely storing and trading files using blockchain technology. Users can upload files to IPFS, tokenize them as digital assets on the Ethereum blockchain, and trade them in a secure marketplace.

Table of Contents
  1. Overview
  2. Getting Started
  3. License
  4. Contact

Getting Started

  1. Clone the repository:
 git clone https://github.com/cqlyj/CryptoFiles-Swap.git
  1. Install dependencies:
yarn install
  1. Compile the smart contracts:
yarn hardhat compile

or

hh compile
  1. Run the test:
yarn hardhat test

or

hh test
  1. Create your own .env file. Follow the .env.example file.

  2. Deploy the contract:

yarn hardhat deploy --network sepolia

or

hh deploy --network sepolia
  1. Now you can run some scripts to interact with the contract:
yarn hardhat run scripts/WHAT_SCRIPTS_YOU_WANT_TO_RUN --network sepolia

or

hh run scripts/WHAT_SCRIPTS_YOU_WANT_TO_RUN --network sepolia

License

MIT

Contact

Luo Yingjie - [email protected]

About

A decentralized platform for storing and trading files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published