All Projects → Izzzio → Izzzio

Izzzio / Izzzio

Licence: apache-2.0
IZZZIO - Fully customizable blockchain platform | Node

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Izzzio

Snax
Decentralized Social Media Overlay
Stars: ✭ 18 (-75.34%)
Mutual labels:  blockchain, smart-contracts
Ethereum book
精通以太坊 (中文版)
Stars: ✭ 875 (+1098.63%)
Mutual labels:  blockchain, smart-contracts
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1164.38%)
Mutual labels:  blockchain, smart-contracts
Hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
Stars: ✭ 727 (+895.89%)
Mutual labels:  blockchain, smart-contracts
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (-38.36%)
Mutual labels:  blockchain, smart-contracts
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+932.88%)
Mutual labels:  blockchain, smart-contracts
Solidity Smart Contracts
smart contracts which are built on ethereum wallet mist,truffle compiler using solidity language.
Stars: ✭ 11 (-84.93%)
Mutual labels:  blockchain, smart-contracts
Smart Contract Best Practices
A guide to smart contract security best practices
Stars: ✭ 4,784 (+6453.42%)
Mutual labels:  blockchain, smart-contracts
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-39.73%)
Mutual labels:  blockchain, smart-contracts
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-49.32%)
Mutual labels:  blockchain, smart-contracts
Go Apla
A blockchain platform with a simplified programming language
Stars: ✭ 625 (+756.16%)
Mutual labels:  blockchain, smart-contracts
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+1356.16%)
Mutual labels:  blockchain, smart-contracts
Skycoin
Skycoin Core and Wallet
Stars: ✭ 549 (+652.05%)
Mutual labels:  blockchain, smart-contracts
Oyente
An Analysis Tool for Smart Contracts
Stars: ✭ 820 (+1023.29%)
Mutual labels:  blockchain, smart-contracts
Go Iost
Official Go implementation of the IOST blockchain
Stars: ✭ 523 (+616.44%)
Mutual labels:  blockchain, smart-contracts
Gdai.io
gDAI - Gas less DAI transfers by using GSN, Fulcrum and KyberNetwork
Stars: ✭ 26 (-64.38%)
Mutual labels:  blockchain, smart-contracts
Plutus
The Plutus language implementation and tools
Stars: ✭ 418 (+472.6%)
Mutual labels:  blockchain, smart-contracts
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+482.19%)
Mutual labels:  blockchain, smart-contracts
Stellar Contracts
Stellar contract examples and components
Stars: ✭ 36 (-50.68%)
Mutual labels:  blockchain, smart-contracts
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+15876.71%)
Mutual labels:  blockchain, smart-contracts

iZ3 logo

ES8 GitHub contributors GitHub last commit Github search hit counter GitHub top language

iZ³ - IZZZIO Blockchain Node

IZZZIO (iZ³) - fully customizable blockchain platform. This platform provides super-flexible configuration of each functional link of the network. The network supports the following functions:

  • Flexible network configuration
  • External crypto plugins support for custom cryptography integration
  • 1-dimensional chain configuration
  • Free format blocks. You can store any data up to 15 MB
  • Turing-complete JavaScript smart contracts
  • Support of browsers integration without additional plugins and integration layers. Works by Candy framework
  • 50000 tx/sec tested speed. See benchmark section
  • Internal consensus mechanism without miners: LCPoA
  • Support for other consensus plugins
  • DApp operating system
  • Special P2P hi-speed messaging protocol - StarWave and StarWaveCrypto for encrypted messaging

Docs

Programming guide and references you can found in our WIKI pages https://github.com/Izzzio/izzzio/wiki

BigNet

BigNet is a public network of smart contracts developed by IZZZIO specifically for business tasks. The network allows you to run your decentralized applications, while being safe from changing the rate of cryptocurrencies, and increasing the cost of transactions. Because they are free :)

See BigNet section

See BigNet site

Installing

npm version

Simplest way:

npm i -g iz3node

Now you can use it as iz3node --config config.json

Building Node

Dependencies

iZ³ platform depends on Node.js version >= 10.0.0

NPM version >= 5.3.0

For now we recommend build iZ³ Node for Node.js >= 10

Building depends on:

Python >= 2.7

GCC / MinGW / VC++

Building

Preparing for work is done by running the command

npm install

Now you can start node by command

node main.js

If the building ends with an error, delete the node_modules directory before retrying

Troubleshooting

If the building ends with an error, delete the node_modules directory before retrying

Windows.

If the package installation fails, use

npm install --global --production windows-build-tools

This command will install Visual Studio 2017 build tools.

Then:

Control Panel -> Programs and Components -> Microsoft Visual Studio Installer(run change).

In Visual Studio Installer window, find installed "Visual Studio Build Tools 2017" and click "Change".

In "Visual C++ Build Tools" section.

Check needed options in right panel:

Make sure the "...VC++ 2015.3 v14.00(v140)" option is enabled.

Communication

Our DISCORD channel: https://discord.gg/5EmW96a

Official Telegram group: https://t.me/izzzio

Welcome for any descussions and questions!

Contributing

Hi and welcome! Please! Read CONTRIBUTING.md first.

After reading use the following steps:

  1. Fork it ( https://github.com/Izzzio/izzzio/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Maintainers

  • lailune Andrey Nedobylsky - maintainer

Hall of fame

In this section we publish the best contributors.


https://nodei.co/npm/iz3node.png?downloads=true&downloadRank=true&stars=true

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].