Skip to content

Commit 35e5b83

Browse files
authored
Merge pull request #5 from yan-man/release/v0.2.0
Release/v0.2.0
2 parents b5a23e0 + a0ad1e1 commit 35e5b83

File tree

8,953 files changed

+27230
-808420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,953 files changed

+27230
-808420
lines changed

.DS_Store

-6 KB
Binary file not shown.

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ yarn-error.log*
3737
.env.production.local
3838

3939
# vercel
40-
.vercel
40+
.vercel

.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"skipFiles": ["<node_internals>/**"],
12+
"program": "${workspaceFolder}/pages/index.js",
13+
"console": "integratedTerminal"
14+
}
15+
]
16+
}

LICENSE

-22
This file was deleted.

README.md

+144-84
Large diffs are not rendered by default.

avoiding_common_attacks.md

-19
This file was deleted.

box-img-lg.png

-57.7 KB
Binary file not shown.

box-img-sm.png

-7.44 KB
Binary file not shown.

bs-config.json

-5
This file was deleted.

build/.DS_Store

-6 KB
Binary file not shown.

build/contracts/BatteryEnergy.json

-12,610
This file was deleted.

build/contracts/BatteryInvestment.json

-12,279
This file was deleted.

0 commit comments

Comments
 (0)