/EthThemAll

A proof-of-DeFi protocol for tokenized unlockable achievements

Primary LanguageTypeScript

EthThemAll

Table of Contents

Working Environment
Smart-contract Installation Instructions
Back-end Installation Instructions
Front Installation Instructions
Testing Usage


Working Environment

Smart-contract

Back-end

  1. first you need to download the node modules:
npm install
  1. then you can start the server (port 4000):
npm start

Swagger-UI available at http://localhost:4000/api-docs/


Front

  1. first you need to download the node modules:
npm install

or

yarn install
  1. then you can start the server (port 3000):
npm start

Testing