Giter Site home page Giter Site logo

crowdsaledapp's Introduction

Crowdsale dapp

This react project can be cloned directly and just add additional dependencies or change the structure depending on necessities.

git clone https://github.com/Br4ndonP0nce/CrowdsaleDapp.git

Installing web3.js

This project uses NPM as the package manager so new dependencies should be installed using npm https://web3js.readthedocs.io/en/v1.3.4/index.html

npm install web3

This project uses tailwind as a CSS framework you can get tailwind at https://tailwindcss.com/

npm install tailwindcss

Installing metamask as the wallet provider

This dapp is powered by metamask, a wallet provider that allow us to use a lot of blockchain networks and inject web3 objects directly to our browser window to install metamask go to:

https://metamask.io/download.html

Reading transactions through the binance block explorer

Access to https://testnet.bscscan.com/

Paste the test contract token or the test crowdsale contract address (the crowdsale contract address can be found at ./Components/walletInteract.js) This will be changed once the contract is deployed on the main net.

Or with a new instance of a web3 object https://web3js.readthedocs.io/en/v1.3.4/getting-started.html

web3 = new Web3

Wheres is the web 3 injected?

Due to the nature of the dapp the web3 objects should be injected only in the crowdsale webpage unless the login functionalities require blockchain implementation, rendering of different sites of the app shouldnt affect any part of the project.

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.