sezerberkayaksu / MemoryChain

Dapp project wich you can store your memories and share memories to others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemoryChain

MemoryChain is a project wich ı started to learn web3 technologies and work on eth blockchain network

Getting Started

You need to have few NPM packages to start project so:

Installation

  1. Install deps (for server)
  yarn install
  1. Install deps (for client)
  cd ./client yarn install

Usage

First of all you need to start truffle server then compile&deploy your smart contract and then start the client to connect app

  1. Start truffle server, make sure that you're in the root directory:
  truffle develop
  1. Compile & deploy contract, we can do that via one command wich is migrate, make sure you're on the truffle terminal:
   migrate
  1. Start the client, open new termianl:
   cd ./client yarn start

About

Dapp project wich you can store your memories and share memories to others

License:MIT License


Languages

Language:JavaScript 87.6%Language:Solidity 7.3%Language:CSS 2.6%Language:HTML 2.5%