Auction DApp ✔️

Welcome to the Web3 Auction DApp project repository! ✨

To learn more about this project, see the following documentation available online:

Getting Started 🔑

cd final_project/
dfx help
dfx canister --help

Running the project locally 🔨

If you want to test your project locally, you can use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy

Once the job completes, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.

Contributing 🕊️

Contributions to this project are welcome! To contribute:

  • Fork the repository.
  • Create a new branch for your feature/bug fix.
  • Make changes and test thoroughly.
  • Commit with clear and concise messages.
  • Push changes to your fork.
  • Submit a pull request describing your changes.