Skip to content

Commit e5a4289

Browse files
committed
init
0 parents  commit e5a4289

16 files changed

+2140
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
insert_final_newline = true
8+
indent_style = space
9+
indent_size = 2
10+
charset = utf-8

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
/target/
4+
*/target/
5+
6+
# The erdpy output
7+
# output
8+
esdt-faucet-sc.imports.json
9+
esdt-faucet-sc.wat

0 commit comments

Comments
 (0)