No tienes acceso a esta clase

¡Continúa aprendiendo! Únete y comienza a potenciar tu carrera

Setup del proyecto

22/32
Recursos

Aportes 3

Preguntas 0

Ordenar por:

¿Quieres ver más aportes, preguntas y respuestas de la comunidad?

Comando genérico de inicialización de proyectos

npx tsc --init --rootDir src --outDir build \ --esModuleInterop --resolveJsonModule --lib es6 \ --module commonjs --allowJs true --noImplicitAny true

All locations in both storage and memory
are well-defined initially as zero.

¿Ya se dieron cuenta que por esto cualquier dirección en Ethereum tiene 0 tokens por defecto (en cualquier ERC20)? 😳

despues de realizar yarn build me arroja un error:error TS6059: File '/home/jemartini/Documents/dev/v-m-eth/scr/index.ts' is not under 'rootDir' '/home/jemartini/Documents/dev/v-m-eth/src'. 'rootDir' is expected to contain all source files. The file is in the program because: Matched by default include pattern '\*\*/\*' Found 1 error. error Command failed with exit code 2. info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.