Skip to content

Commit

Permalink
WIP commit, trying to get account creation to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Apr 8, 2019
1 parent a9f1b8a commit f45d19b
Show file tree
Hide file tree
Showing 21 changed files with 2,985 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# Typescript build output
lib/
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useTabs": true,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# cobbler
A set of tools that makes building EOS smart contracts easier
# Lamington

A set of tools that makes building EOS smart contracts easier.
Loading

0 comments on commit f45d19b

Please sign in to comment.