Socket
Socket
Sign inDemoInstall

github.com/MitoBlock/MitoBlockchain

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/MitoBlock/MitoBlockchain


Version published
Created
Source

Mito Blockchain

It is difficult for start-ups and small businesses to collaborate with each other to boost their sales / revenue / number of users and provide strong elements for user stickiness. Our application is a blockchain protocol that acts as an ecosystem for startups and small businesses to freely exchange value with each other with the help of Blockchain & Web3.

Mito Block is a reliable, secure, and scalable PoA / PoS blockchain with WASM for smart contracts. It is built using Cosmos SDK and Tendermint and created with Ignite CLI.

Tech Stack of our application

Component / CategoryTechnology being used
State machine / Application Layer of the blockchainCosmos SDK
Consensus Engine / Consensus and Network Layer of the blockchainTendermint Core
Smart contract Functionality (WASM)CosmWasm
CLI Tool for creating and managing the blockchainStarport/Ignite
InteroperabilityIBC & Peg-zones
RPC FrameworkgRPC
LanguagesJavaScript, TypeScript, Go, C and Rust

Contributors

Daljeet Singh (Lead), Kyro Clestino and Andrew Pereira (WASM)

Get started

In order to run this blockchain node, you will need the following:

  1. Go
  2. Ignite CLI

To run the chain,

ignite chain serve

serve command installs dependencies, builds, initializes, and starts your blockchain in development. The -r flag can be used to reset the state.

Common API endpoints

GET HTTP method
POST HTTP method

You can use faucet to get some coins. Faucet is a service that gives free coins to users. faucet has limited coins or funds.

Send coins to your account using faucet - http://0.0.0.0:4500

You will need to pass the address and coins in the body of the request.

Example of a body: { "address": "mito1uzv4v9g9xln2qx2vtqhz99yxum33calja5vruz", "coins": [ "10token" ] }

Parameter content type is application/json

Other TXs like transfering coins from one account to another can only be done through CLI or client code. That's why we thought of creating a SDK using ts-client but current unstability failed the plan. In the end, we created the go client for startup web apps using GIN. Same strategy was used to create the onboarding program web app that broadcast tx to blockchain through client code (go func in GIN).

CLI

mitoblockchaind is the daemon name. Currently, there is no documentation for commands of blockchain. The best way to learn commands is mitoblockchaind --help.

Install

To install the latest version of this blockchain node's binary, execute the following command on your machine:

curl https://get.ignite.com/mitoblock/mitoblockchain@latest! | sudo bash

mitoblock/mitoblockchain should match the username and repo_name of the Github repository to which the source code was pushed. Learn more about the install process.

FAQs

Package last updated on 04 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc