https://github.com/codechain-io/codechain-change-common-params
A static web page to create a CodeChains "ChangeCommonParams" transaction
https://github.com/codechain-io/codechain-change-common-params
Last synced: 7 months ago
JSON representation
A static web page to create a CodeChains "ChangeCommonParams" transaction
- Host: GitHub
- URL: https://github.com/codechain-io/codechain-change-common-params
- Owner: CodeChain-io
- License: agpl-3.0
- Created: 2019-06-07T05:45:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:16:56.000Z (over 2 years ago)
- Last Synced: 2024-04-21T13:45:54.018Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://codechain-io.github.io/codechain-change-common-params/#/
- Size: 13.3 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Change Common Params
A static web page to create a CodeChains "ChangeCommonParams" transaction.## How to build
```sh
$ yarn install
$ yarn run build
```The built files are in the `build/` directory.
## How to run in the local environment
```sh
$ yarn run start
```## How to deploy
```sh
$ yarn run deploy
```If the deployment was successful, you can see the results in [codechain-io.github.io/codechain-change-common-params/#/](https://codechain-io.github.io/codechain-change-common-params/#/).