Skip to content

Commit 69db36b

Browse files
committed
change variables and files names to kc
1 parent c2a713b commit 69db36b

File tree

135 files changed

+1464
-1464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+1464
-1464
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GOOS=$(go env GOOS)
4444
GOARCH=$(go env GOARCH)
4545
GOPATH=$(go env GOPATH)
46-
ARCHIVE="kleverchain_eth_bridge""$APP_VER_SHORT""_""$GOOS""_""$GOARCH"".tgz"
46+
ARCHIVE="kc_eth_bridge""$APP_VER_SHORT""_""$GOOS""_""$GOARCH"".tgz"
4747
BUILD_DIR=${GITHUB_WORKSPACE}/build
4848
4949
echo "GOOS=${GOOS}" >> $GITHUB_ENV

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# KleverChain<->Eth Bridge
2-
The relayer code implemented in go that uses the smart contracts and powers the bridge between KleverChain and Ethereum.
1+
# KleverBlockchain<->Eth Bridge
2+
The relayer code implemented in go that uses the smart contracts and powers the bridge between KleverBlockchain and Ethereum.
33

44
## Installation and running for the relayer
55

@@ -18,9 +18,9 @@ For the documentation and how to setup swagger. Go to [README.md](api/swagger/RE
1818

1919

2020
## Contribution
21-
Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes to KleverChain!
21+
Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes to KleverBlockchain!
2222

23-
If you'd like to contribute to KleverChain, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core developers first on our [telegram channel]() to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.
23+
If you'd like to contribute to KleverBlockchain, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core developers first on our [telegram channel]() to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.
2424

2525
Please make sure your contributions adhere to our coding guidelines:
2626

@@ -30,4 +30,4 @@ Please make sure your contributions adhere to our coding guidelines:
3030
- Commit messages should be prefixed with the package(s) they modify.
3131
- E.g. "core/indexer: fixed a typo"
3232

33-
Please see the [documentation](https://docs.klever.org/) for more details on the KleverChain project.
33+
Please see the [documentation](https://docs.klever.org/) for more details on the KleverBlockchain project.
Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)