Skip to content

Commit 0c93166

Browse files
committed
SKALE-4527 Base library structure, schains internal contract, tests
1 parent 341799d commit 0c93166

18 files changed

+3626
-7384
lines changed

.env-sample

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENDPOINT=

.env_example

-4
This file was deleted.

.eslintrc.json

-317
This file was deleted.

.gitignore

+49-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,51 @@
1-
.idea/
2-
.vscode/
3-
node_modules/
4-
build
1+
lib-cov
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
*.swp
10+
11+
pids
12+
logs
13+
results
14+
tmp
15+
16+
# Build
17+
public/css/main.css
18+
19+
# Coverage reports
20+
coverage
21+
22+
# API keys and secrets
523
.env
24+
25+
# Dependency directory
26+
node_modules
27+
bower_components
28+
29+
# Editors
30+
.idea
31+
*.iml
32+
33+
# OS metadata
634
.DS_Store
7-
*.tgz
8-
npm-debug.log*
9-
/.changelog
10-
.eslintcache
35+
Thumbs.db
36+
37+
# Ignore built ts files
38+
dist/**/*
39+
40+
# ignore yarn.lock
41+
yarn.lock
42+
43+
### custom
44+
45+
abis
46+
47+
build/
48+
data/
49+
50+
.env-sdk
51+
manager.json

0 commit comments

Comments
 (0)