Giter Site home page Giter Site logo

ba-net / importantdapps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smbsp/importantdapps

0.0 1.0 0.0 318 KB

Useful dapps for quick reference - Deed, Escrow, Voting, DAO, Wallet, ERC20, ICO, ERC 721, NFT, Oracle etc

HTML 10.32% CSS 0.25% JavaScript 63.82% Solidity 24.55% SCSS 1.07%

importantdapps's Introduction

Collection

This project contains some very important dapps. The dapps are built using Truffle framework and references OpenZeppelin stadards. The front end is built using React.js and Drizzle. The repo is bootstrapped using Truffle and Create React App.

Description

The main purpose of this repo is to quickly reference various dapps such as Deed, Escrow, Voting, DAO, Wallet, ERC20, ICO, ERC 721 - NFT, Cryptokitties, Oracle etc. All the smart contracts are written in Solidity 0.7.0.

File Placement

Smart Contract - It goes into the 'contracts' folder e.g. HelloWorld.sol
Test Script - It goes into the 'test' folder(Javascript file that has the same name of Smart Contract) e.g. helloworld.js
HTML File - Goes to the client -> public folder e.g. index.html
Javascript & CSS - Goes to the client -> src folder(all other .js files) e.g. index.js

Prerequisite

Install truffle and bootstrap drizzle and create-react-app.

Installation and running the In-Memory Blockchain

Clone the repository and run the following commands:

npm install
truffle develop
migrate --reset

Front End

Run the following commands within the 'client' directory:

npm install
npm run start

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.