firmachain
firmachain copied to clipboard
FirmaChain Blockchain, using Go, Tendermint, Cosmos SDK.
FirmaChain
A BLOCKCHAIN BASED E-CONTRACT PLATFORM
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 consensus and the Cosmos SDK toolkits and Starport
Installation
1. From curl command from https://build.firmachain.dev
You can download a pre-built binary for your operating system easily below command.
curl https://build.firmachain.dev | bash
or you can find the latest binaries on the releases page.
2. From Source
Step 1. Install Golang
Go v1.16+ or higher is required for FirmaChain and Starport.
Step 2: Install Starport (customized version)
git clone https://github.com/firmachain/starport
cd starport
make install
sudo mv ~/go/bin/starport /usr/local/bin
Step 3: Install FirmaChain
git clone https://github.com/firmachain/firmachain
cd firmachain
starport chain build
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.
starport chain serve
Validator & Node
We make governance with chosen validators. We are currently looking for validators to contribute to our network.
If you are interested, please contact us through [email protected]
Network
- Maintnet Colosseum-1 launced at 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-3 is ready for online. (private testnet for only chain developer)
EcoSystem
- FirmaChain-BlockExplorer
- FirmaChain-Station (on development)
- FirmaChain-Faucet (devnet, testnet only)