Skip to content

ArisenIO/arisen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARISEN

This is the core software for the ARISEN blockchain. ARISEN enables businesses to rapidly build and deploy high-performance and high-security blockchain-based applications.

NOTE: You can use the Lunar Installer to install ARISEN in one click. Otherwise, there are shell scripts included in this repo that will allow for you to install ARISEN just as easily.

Features

  • Free Rate Limited Transaction
  • Low Latency Block Confirmation (0.5 seconds)
  • Low-overhead Byzantine Fault Tolerant Finality
  • Designed for optional high-overhead, low-latency BFT finality
  • Smart Contract platform powered by WebAssembly (WASM)
  • Designed for Sparse Header Light Client Validation
  • Scheduled Recurring Transactions
  • Time Delay Security
  • Hierarchical Role Based Permissions
  • Support For Biometric Hardware Secured Keys (e.g. Apple Secure Enclave)
  • Designed For Parallel Execution Of Context Free Validation Logic
  • Designed For Inter Blockchain Communication
  • Integrated With Off-Chain P2P Protocols For File and Data Distribution
  • Built-in Decentralized Domain Name System
  • Built-in Reporting System For Removing Illicit Material or Halting Illegal Activity Via Governance Intervention

Disclaimer

Peeps, nor Peeps Labs is launching or operating any initial public blockchains based upon the ARISEN software. This release refers only to version 1.0 of our open source software. We caution those who wish to use blockchains built on ARISEN to carefully vet the companies and organizations launching blockchains based on ARISEN before disclosing any private keys to their derivative software.

Main Network

ARISEN's main network was launched on January 1st, 2020 on the greatchains.arisennodes.io node. There is now 21 elected block producers which can be viewed here.

If you would like to explore the ARISEN Mainnet, please use the below explorers:

Supported Operating Systems

ARISEN currently supports the following operating systems:

  • Amazon Linux 2
  • CentOS 7
  • Ubuntu 16.04
  • Ubuntu 18.04
  • MacOS 10.14 (Mojave)

NOTE: It is possible to install ARISEN on other Unix-based operating systems although it's not officially supported by Peeps Labs or any of the community's developers.

Installing ARISEN

You can either install ARISEN via ARISEN's prebuilt binaries or you can do so from source. If you are an advanced developers, a block producers or no binaries are available for your platform, you may need to Build From Source

Prebuilt Binaries

MacOS X:

MacOS X Brew Install:
brew tap arisenio/arisen
brew install arisen
MacOS X Brew Uninstall:
brew remove arisen

Ubuntu

Ubuntu 18.04 Package Install
wget https://github.com/ArisenIO/arisen/releases/download/1.0/arisen-1.0-v1-amd64_1-2_all.deb
sudo apt install ./arisen-1.0-v1-amd64_1-2_all.deb

Uninstall Script

To uninstall the ARISEN built/installed binaries and dependencies, run:

./scripts/arisen_uninstall.sh

Build From Source

git clone https://github.com/arisenio/arisen.git
cd arisen
./arisen_install.sh
./arisen_build.sh

Documentation

ARISEN's official documentation, can be found at https://docs.arisen.network. It is extensive and covers everything from aOS, arisecli and awalletd, to many of the off-chain based protocols that developers can use to publish their websites or applications on the dweb://.

Resources

Related Software

Contributing

License

ARISEN is released under the open source MIT license and is offered "AS IS" without warranty of any kind, express or implied. Any security provided by the ARISEN software depends in part on how it is used, configured, and deployed. ARISEN is built upon many third-party libraries such as WABT (Apache License) and WAVM (BSD 3-clause) which are also provided "AS IS" without warranty of any kind. Without limiting the generality of the foregoing, Peeps Labs makes no representation or guarantee that ARISEN or any third-party libraries will perform as intended or will be free of errors, bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems. If you use or implement ARISEN, you do so at your own risk. In no event will Peeps Labs be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.

Important

See LICENSE for copyright and license terms.

All repositories and other materials are provided subject to the terms of this IMPORTANT notice and you must familiarize yourself with these terms. The notice contains important information, limitations and restrictions relating to our software, publications, trademarks, third-party resources, and forward-looking statements. By accessing any of our repositories and other materials, you accept and agree to the terms of the notice.

About

Official ARISEN Blockchain Software

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.2%
  • WebAssembly 44.5%
  • Python 3.4%
  • Shell 1.6%
  • CMake 0.8%
  • C 0.2%
  • Other 0.3%