diff --git a/README.md b/README.md index 83587e82..1d196ab3 100644 --- a/README.md +++ b/README.md @@ -1,78 +1,30 @@ - -
-

Ethermint

+

Laconic Network

-![banner](docs/ethermint.jpg) +![banner](docs/laconic.jpeg) -
- - Version - - - License: Apache-2.0 - - - GoDoc - - - Go report card - - - Lines of code - -
-
- - Discord - - - Lint Status - - - Code Coverage - -
-Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. +The Source of Proof. Laconic is a next generation data availability & verifiability layer with cryptographic proofs, powering internet-scale Web3 applications, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. **Note**: Requires [Go 1.18+](https://golang.org/dl/) ## Installation -For prerequisites and detailed build instructions please read the Evmos [Installation](https://evmos.dev/quickstart/installation.html) instructions. Once the dependencies are installed, run: - ```bash make install ``` -Or check out the latest [release](https://github.com/evmos/ethermint/releases). - -## Quick Start - -To learn how the Ethermint works from a high-level perspective, go to the [Introduction](https://evmos.dev/intro/overview.html) section from the documentation. You can also check the instructions to [Run a Node](https://evmos.dev/quickstart/run_node.html). - -For an example on how Ethermint can be used on any Cosmos-SDK chain, please refer to [Evmos](https://www.github.com/tharsis/evmos). - ## Community The following chat channels and forums are a great spot to ask questions about Ethermint: -- [Evmos Twitter](https://twitter.com/EvmosOrg) -- [Evmos Discord](https://discord.gg/trje9XuAmy) -- [Evmos Telegram](https://t.me/EvmosOrg) -- [Tharsis Twitter](https://twitter.com/TharsisHQ) +- [Laconic Twitter](https://twitter.com/laconicnetwork) +- [Discord](https://discord.com/invite/ukhbBemyxY) +- [Website](https://laconic.com) ## Contributing -Looking for a good place to start contributing? Check out some [`good first issues`](https://github.com/evmos/ethermint/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). +Looking for a good place to start contributing? Check out some [`good first issues`](https://github.com/cerc-io/laconicd/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). For additional instructions, standards and style guides, please refer to the [Contributing](./CONTRIBUTING.md) document. - -## Careers - -See our open positions on [Cosmos Jobs](https://jobs.cosmos.network/project/evmos-d0sk1uxuh-remote/), [Notion](https://tharsis.notion.site), or feel free to [reach out](mailto:careers@thars.is) via email. diff --git a/docs/ethermint.jpg b/docs/ethermint.jpg deleted file mode 100644 index cd3b5b88..00000000 Binary files a/docs/ethermint.jpg and /dev/null differ diff --git a/docs/laconic.jpeg b/docs/laconic.jpeg new file mode 100644 index 00000000..9ffe404e Binary files /dev/null and b/docs/laconic.jpeg differ diff --git a/testnet/genesis-validators.md b/testnet/genesis-validators.md index 2cbbd3f1..8033e3c6 100644 --- a/testnet/genesis-validators.md +++ b/testnet/genesis-validators.md @@ -48,8 +48,8 @@ sudo apt install git curl build-essential make jq -y # Remove any existing installation of `go` sudo rm -rf /usr/local/go -# Install Go version 1.17.2 -curl https://dl.google.com/go/go1.17.2.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf - +# Install Go version 1.18.8 +curl https://dl.google.com/go/go1.18.8.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf - # Update env variables to include go cat <<'EOF' >>$HOME/.profile @@ -108,6 +108,7 @@ There are different commands to initialize a validator and to run a validator no See "Docker" section in corresponding chapters. It is important to mount a host directory (`~/.laconicd` in this documentation) to `/root/.laconicd` directory inside the container, so all blockchain data, configuration and keys persist between container restarts. For running a validator node it is also required to publish container's port 26656 and (optionally) 26660 to the host. + --- # Initialize Validator Node @@ -189,18 +190,18 @@ laconicd gentx 12900000000000000000000achk \ ## Submit Your gentx -Submit your `gentx` file to the [https://github.com/cerc-io/laconic-testnet]() repository in the following format: +Submit your `gentx` file to the [https://github.com/cerc-io/laconic-testnet](https://github.com/cerc-io/laconic-testnet) repository in the following format: `-gentx.json` **NOTE:** (Do NOT use spaces in the file name) To submit the gentx file, follow the below process: -- Fork the [https://github.com/cerc-io/laconic-testnet]() repository +- Fork the [https://github.com/cerc-io/laconic-testnet](https://github.com/cerc-io/laconic-testnet) repository - Upload your gentx file in the `laconic_81337-5/config/gentxs` folder -- Submit Pull Request to [https://github.com/cerc-io/laconic-testnet]() with name `ADD gentx` +- Submit Pull Request to [https://github.com/cerc-io/laconic-testnet](https://github.com/cerc-io/laconic-testnet) with name `ADD gentx` -The genesis file will be published in the `laconic_81337-5/config/` folder within the [https://github.com/cerc-io/laconic-testnet]() repository. +The genesis file will be published in the `laconic_81337-5/config/` folder within the [https://github.com/cerc-io/laconic-testnet](https://github.com/cerc-io/laconic-testnet) repository. # CONTINUE WITH BELOW STEPS ONLY AFTER GENESIS FILE HAS BEEN PUBLISHED @@ -227,7 +228,7 @@ After=network-online.target [Service] User=$USER -ExecStart=$(which laconicd) start --mode validator --gql-playground --gql-server --log_level=warn +ExecStart=$(which laconicd) start --gql-playground --gql-server --log_level=warn Restart=always RestartSec=3 LimitNOFILE=65535