Skip to content

Commit

Permalink
Merge pull request #4 from FirmaChain/v0.4.0-develop
Browse files Browse the repository at this point in the history
Edit readme before release
  • Loading branch information
haryunio authored Nov 19, 2024
2 parents c5413e0 + 4d1967e commit c146fbb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ EXPOSE 1317 9090 26656 26657

# Run firmachind by default
# ex) docker run firmachain
CMD ["/usr/local/bin/firmachaind"]
CMD ["/usr/local/bin/firmachaind"]
81 changes: 32 additions & 49 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,74 +12,52 @@
</a>


### A BLOCKCHAIN BASED E-CONTRACT PLATFORM
## A BLOCKCHAIN BASED E-CONTRACT PLATFORM

FirmaChain adds a signing and verifying e-contract function to the blockchain.
FirmaChain adds a signing and verifying e-contract function to the blockchain.

Unlocking new limits of electronic contracts with blockchain technology, FirmaChain seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FirmaChain’s data blockchain.

FirmaChain now builds on [Tendermint](https://github.com/tendermint/tendermint) consensus and the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) toolkits and [Ignite](https://github.com/ignite/cli/)

---
FirmaChain now builds on [CometBFT](https://github.com/cometbft/cometbft) consensus and the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) toolkits.

## Installation

## - Install Go ##

Go v1.18+ or higher is required for FirmaChain.

</br>
### Install Go ###

## - Official Build ##
**Go v1.21 or higher** is required for building and running FirmaChain.


v0.3.3 : https://docs.firmachain.org/master/getting-started/install-firmachain/install

v0.3.5 : https://docs.firmachain.org/master/validator-guide/upgrade/v0.3.5
**NOTE** : we updated Go requirements from `v1.18` to `v1.21` in `Firmachain v0.4.0`

</br>

### Official Build ###

## - Development Build : using make ##

```bash
git clone https://github.com/firmachain/firmachain
cd firmachain
make install
```

</br>
We are not providing official prebuilt binaries from `v0.3.5`. Please check the guide to build your own binary.

## - Development Build : using ignite ##
https://docs.firmachain.org/master/node-and-validators-guide/run-a-full-node/installation-firmachaind

**Step 1: Install ignite v0.23.0**
```
// 1. download and unarchive the file below.
https://github.com/ignite/cli/releases/tag/v0.23.0
Currently available tags:
| Version | Tag
| - | - |
| v0.4.0 | `v0.4.0` |
| v0.3.5 | `v0.3.5-patch` |
| v0.3.3 (Deprecated) | `v0.3.3-patch` |

// Then run this command to move the ignite executable to /usr/local/bin/:
sudo mv ignite /usr/local/bin/
```
</br>

**Step 2: Install FirmaChain**
### Build Guide : using make ###

```bash
git clone https://github.com/firmachain/firmachain
cd firmachain
ignite chain build
```
git checkout (desired tags)

After build, you can find the firmachaind file on "~/go/bin/firmachaind".

If you want to run FirmaChain on dev env, just run this command.

```bash
ignite chain serve
make install
...
```

</br>
After the successful build, you will find `firmachaind` binary on the `~/go/bin` build path.

---
</br>

## Validator & Node
Expand All @@ -88,18 +66,23 @@ We are currently looking for validators to contribute to our network.

If you are interested, please contact us through [email protected]

</br>

## Network

- Maintnet **Colosseum-1** launced at 2022.01.26
- Firmachain Mainnet **Colosseum-1** launched on 2022.01.26
- FirmaChain is currently operating on Ethereum as an ERC-20 Token FCT.
- All contracts and tokens will be migrated to our main network once it is complete network stabilization.
- Testnet **Imperium-4** is ready for online. (private testnet for only chain developer)
- Firmachain Pubilc Testnet **Imperium-4** is also available.

## EcoSystem
- [FirmaChain-BlockExplorer](https://github.com/FirmaChain/firmachain-explorer)
- [FirmaChain-Station](https://github.com/FirmaChain/firma-station)
- [FirmaChain-Faucet (testnet only)](https://github.com/FirmaChain/firmachain-faucet)
</br>

## Ecosystem
- [Firmachain Block Explorer](https://github.com/FirmaChain/firmachain-explorer)
- [Firma Station](https://github.com/FirmaChain/firma-station)
- [Firmachain Faucet (Testnet, Imperium-4)](https://github.com/FirmaChain/firmachain-faucet)

</br>

## Community
- [Website](https://firmachain.org/#/)
Expand Down

0 comments on commit c146fbb

Please sign in to comment.