Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Sep 4, 2022
0 parents commit e5a4289
Show file tree
Hide file tree
Showing 16 changed files with 2,140 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Generated by Cargo
# will have compiled files and executables
/target/
*/target/

# The erdpy output
# output
esdt-faucet-sc.imports.json
esdt-faucet-sc.wat
Loading

0 comments on commit e5a4289

Please sign in to comment.