Skip to content

Commit 3aa63f5

Browse files
committed
add basic stuffs
1 parent a8ea261 commit 3aa63f5

8 files changed

+863
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
/lib

.prettierrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 120,
3+
"trailingComma": "all",
4+
"singleQuote": true
5+
}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Arweave Account
2+
3+
__This is under development, do not use it yet, it's not ready__

0 commit comments

Comments
 (0)