Skip to content

Commit

Permalink
chore: add olas-modius quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-Solulab committed Nov 21, 2024
1 parent d017df2 commit b1a8a38
Show file tree
Hide file tree
Showing 73 changed files with 24,669 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FORK_URL=
NODE_ENV=
DEV_RPC=
STAKING_TEST_KEYS_PATH=
IS_STAGING=
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
frontend/node_modules

# next.js
frontend/.next/
frontend/out/
frontend/.swc/

# production
frontend/build

# local env files
.env
.env*.local
.DS_STORE

# python
.tox/
.operate/
.operate*/
__pycache__/
data/
backend/temp/
backend/tmp/

tmp/
temp/

!operate/data
electron/.next

dist/
build/

cache
leak_report

*.dist
*.build
/electron/bins/

# logs
*.log
/.olas-modius/
Loading

0 comments on commit b1a8a38

Please sign in to comment.