Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing smart contract, boilerplate for decentradit #9

Merged
merged 9 commits into from
Dec 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Mandatory info for starting the app
REACT_APP_MORALIS_APPLICATION_ID = mqTH3s5QdOWoIvQ2JpY3Kjgphc31cKnfuMyutIGu
REACT_APP_MORALIS_SERVER_URL = https://nxbjd5xgdpfg.usemoralis.com:2053/server

# Optional info for connecting your localChain and Moralis Database
moralisApiKey = xxxxx
moralisApiSecret = xxxxxxx
frpcPath = F:\frpc\frpc.exe
chain = ganache
moralisSubdomain = xxxxxxx.usemoralis.com
abiPath = "F:\ethereum-boilerplate\Truffle\build\contracts\Contract.json"
31 changes: 0 additions & 31 deletions .github/workflows/node.js.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/project-card.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/release-package.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .vercel/README.txt

This file was deleted.

1 change: 0 additions & 1 deletion .vercel/project.json

This file was deleted.

File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

File renamed without changes.
Loading