Skip to content

This repository contains a Capstone Project for a Software Engineering Master's program at ITBA. The project is an ERC-721 smart contract application that allows users to customize, deploy, and test their contracts.

License

Notifications You must be signed in to change notification settings

GonzaloHirsch/smart-nfts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyecto Final de Carrera

Instituto Tecnológico de Buenos Aires - 2021-2022

Frontend

El frontend usa un stack de Vite + Vue.js 3 + TailwindCSS, se generó el scaffolding con este template.

Backend

El backend usa TypeScript para que el codigo sea mas reusable, simple, limpio y consistente.

Instalación

Para instalar se usa npm y se corre:

cd frontend && npm i
cd backend && npm i

Ejecución

Para correr se usa también npm y se corre:

cd frontend && npm run dev

About

This repository contains a Capstone Project for a Software Engineering Master's program at ITBA. The project is an ERC-721 smart contract application that allows users to customize, deploy, and test their contracts.

Topics

Resources

License

Stars

Watchers

Forks