forked from superhero-com/superhero-wallet
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/hypersign-protocol/hypersig…
- Loading branch information
Showing
201 changed files
with
31,543 additions
and
199,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: wallet-prajna | ||
namespace: hypermine-development | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: wallet-prajna | ||
template: | ||
metadata: | ||
labels: | ||
app: wallet-prajna | ||
spec: | ||
containers: | ||
- name: wallet-prajna | ||
image: pratapmridha/wallet:__LATEST_RELEASE_TAG__ | ||
resources: | ||
limits: | ||
memory: "256Mi" | ||
cpu: "100m" | ||
ports: | ||
- containerPort: 80 | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: wallet-prajna-service | ||
namespace: hypermine-development | ||
annotations: | ||
cloud.google.com/neg: '{"ingress": true}' | ||
spec: | ||
type: NodePort | ||
|
||
selector: | ||
app: wallet-prajna | ||
ports: | ||
- port: 80 | ||
targetPort: 80 | ||
protocol: TCP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
FROM node:18 as build-stage | ||
WORKDIR /app | ||
|
||
COPY package*json ./ | ||
|
||
COPY .env . | ||
RUN npm install | ||
COPY . . | ||
RUN npm run build | ||
|
||
FROM nginx:1.13.8 as production-stage | ||
COPY --from=build-stage /app/www /usr/share/nginx/html | ||
|
||
COPY --from=build-stage /app/jvjr-entrypoint.sh / | ||
COPY --from=build-stage /app/jvjr-env.json / | ||
RUN chmod +x /jvjr-entrypoint.sh | ||
|
||
EXPOSE 80 | ||
|
||
ENTRYPOINT [ "/jvjr-entrypoint.sh", "/usr/share/nginx/html/js", "app" ] | ||
CMD ["nginx", "-g", "daemon off;"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sudo docker build -t pratapmridha/wallet:1 . | ||
sudo docker push pratapmridha/wallet:1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.3 KB
dist/chrome/assets/abstract-user-flat-4.66e809a3a866ce4ffaaee541a1a24104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+48.8 KB
dist/chrome/assets/backup-from-file.f855be159b4adde9282d448492775121.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
16 changes: 16 additions & 0 deletions
16
dist/chrome/assets/claim.79061e095361b9b78115b01ec6e2cea1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
88 changes: 88 additions & 0 deletions
88
dist/chrome/assets/discord-svgrepo-com.97b173d6a530a006c3af632938cc711a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+10.6 KB
dist/chrome/assets/hypersign-icon.fd0cce7bd534e6d1c8d800d756a755c8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+56.7 KB
dist/chrome/assets/restore-from-file.37153c9a77f3f0c5d9d3ca32ed472525.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
80 changes: 80 additions & 0 deletions
80
dist/chrome/assets/twitter-svgrepo-com.3d63c1a22f97f049f6cff481af0a02e5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.