An open API service indexing awesome lists of open source software.

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

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/#/).