Skip to content

Web App to interact with the "The Network" Smart Contracts and bepro-js resolution disputes

Notifications You must be signed in to change notification settings

MarcusviniciusLsantos/webnetwork

 
 

Repository files navigation

Web-network

Steps to running locally

Start postgresdb on docker

First time

docker run -d --name github-db -p 54320:5432 -e POSTGRES_PASSWORD=github -e POSTGRES_DB=github -e POSTGRES_USER=github postgres:13

After that

docker start github-db

Execute Sequelize migrations

npm run migrate

And start the development server

npm run dev

About

Web App to interact with the "The Network" Smart Contracts and bepro-js resolution disputes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • SCSS 5.5%
  • JavaScript 3.9%
  • Other 0.1%