-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contract address for new devnet (#605)
- Loading branch information
Showing
9 changed files
with
70 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
## IMPORTANT: Client and README are under heavy development and can be outdated. Ask a question in gitter or file an issue. | ||
|
||
## Fluence Dashboard | ||
|
||
## Build | ||
|
||
- Install project: | ||
|
||
`npm install` | ||
|
||
- Build production files: | ||
|
||
`npm run build` | ||
|
||
Then look at `build` directory | ||
|
||
## Development | ||
|
||
- Install project: | ||
|
||
`npm install` | ||
|
||
- Start dev server: | ||
|
||
`npm run watch` | ||
|
||
## Configuration | ||
|
||
Address of Fluence contract can be configured in | ||
- dashboard/src/constants.ts, see defaultContractAddress constant | ||
- `data-contract` attribute of dashboard index.html body tag for example: `<body class="hold-transition skin-blue skin-fluence" id="root" data-contract="0xf008c29bb1fabd1eb1ea73b2410f523a5c213f19">` | ||
- passed in querystring, `<dashboard url>/?contract=0xf008c29bb1fabd1eb1ea73b2410f523a5c213f19` | ||
## IMPORTANT: Client and README are under heavy development and can be outdated. Ask a question in gitter or file an issue. | ||
|
||
## Fluence Dashboard | ||
|
||
## Build | ||
|
||
- Install project: | ||
|
||
`npm install` | ||
|
||
- Build production files: | ||
|
||
`npm run build` | ||
|
||
Then look at `build` directory | ||
|
||
## Development | ||
|
||
- Install project: | ||
|
||
`npm install` | ||
|
||
- Start dev server: | ||
|
||
`npm run watch` | ||
|
||
## Configuration | ||
|
||
Address of Fluence contract can be configured in | ||
- dashboard/src/constants.ts, see defaultContractAddress constant | ||
- `data-contract` attribute of dashboard index.html body tag for example: `<body class="hold-transition skin-blue skin-fluence" id="root" data-contract="0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01">` | ||
- passed in querystring, `<dashboard url>/?contract=0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01` |
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0xf008c29bb1fabd1eb1ea73b2410f523a5c213f19 | ||
0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01 |