Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"solidity.packageDefaultDependenciesContractsDirectory": "node_modules"
}
Binary file added 2022-08-25-00-12-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2022-08-25-00-13-51.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2022-08-25-00-14-54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2022-08-27-02-10-41.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Challenges.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Challenges

- [X] Testing a Smart Contract

## Configuracion en VS CODE

- Settings →

![Settings](2022-08-25-00-13-51.png)

- Extension →

![Solidity-Juan-Blanco](2022-08-25-00-12-16.png)

- en el archivo FOUNDRY.toml

[profile.default]

Comandos que hacer
`npm install @openzeppelin/contracts`

`npm i`

`forge build`

`forge test || forge test -vv`

![](2022-08-25-00-14-54.png)

- [ ] Deploying a Smart Contract

![](2022-08-27-02-10-41.png)

Tuve el error que se muestra en la imagen, no pude resolverlo.
Loading