Giter Club home page Giter Club logo

cryptoace's Introduction

logoCryptoace

A web3 etherium based application

License   GitHub stars  

Netlify Build

View Live

A simple, convenient & efficient way to send cryptos across the world and track your every transaction on cryptoace


Features

  • 🔔 Notifications : Notifications popup for every event
  • 🔥 Responsive Design : Design also suited for small and medium devices.
  • 🤏 Optimized Performance : Performance optimized using lighthouse.

Built With

FRONTEND

  • ReactJS
  • TailwindCSS
  • react-router
  • Ethers

BACKEND

  • Hardhat
  • Ethers
  • Chai

Getting Started

Follow these steps to setup this project locally.

Installation

Below are the instructions to setup this project and get started with.

  1. Clone the repo

    git clone https://github.com/Samrath49/Cryptoace.git
  2. Install NPM packages for client and smart_contracts folder

    npm install
  3. Generate an API url for contracts and add your url to hardhat.config.js file using Alchemy.io

    // hardhat.config.js file in smart_contracts
     ropsten: {
       url: {/* Your own url of contracts */},
     },
  4. Add your metamask account's private key in .env file of smart_contract dir

    PRIVATE_KEY=Metamask account private key 
  5. Compile the smart_contracts using

    npx hardhat run scripts/deploy.js --network ropsten

    This will compile contracts and provide the addresses of deployed contracts.

  6. Create .env file in client folder and enter the contract addresses as shown below.

    // add your addresses to .env
    VITE_TRANSACTION_CONTRACT=
    VITE_ACE_TOKEN_CONTRACT=
    VITE_TOKEN_SALE_CONTRACT=
    VITE_LOTTERY_CONTRACT=
  7. Run the application by running following command in client folder

    npm run dev

Acknowledgments

A few open-source resources that helped in the development of this project.

⭐ Like the project? Star this repo — It motivates a lot!

cryptoace's People

Watchers

Sandipan kundu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.