https://github.com/aelfproject/aelf-contract-viewer
Contract code viewer
https://github.com/aelfproject/aelf-contract-viewer
Last synced: about 1 year ago
JSON representation
Contract code viewer
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-contract-viewer
- Owner: AElfProject
- Created: 2019-11-12T03:36:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T08:26:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T18:07:02.194Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# aelf-contract-viewer an aelf contract code viewer

-Supported by `yarn workspace` and `lerna`-
## yarn workspace
Use `yarn workspace` to manage mono-repo, including dependencies, scripts.
For running npm scripts:
```shell script
yarn workspace run
```
### workspace ```Viewer```
We set two env in package.json
```shell
RELOAD_ENV=false # as iframe in explore project, equal `reload`.
NODE_ENV=development
```
## lerna
We use `lerna` to update versions of packages. For every deploying, you need to run `lerna version --conventional-commits` to update packages' versions.