Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 332 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 332 Bytes

.env 설정

Web3Auth

REACT_APP_WEB3_CLIENT_ID=

ENDPOINT

REACT_APP_ENDPOINT= REACT_APP_API_ENDPOINT=

Contract Bytecode

REACT_APP_CONTRACT_CREATION_BYTECODE_REMIX=


Quick Start

패키지 설치

$ cd client
$ npm install --force

클라이언트 실행

$ npm run start