Skip to content
/ Diora Public
forked from Diora-Network/Diora

Incentivized Smart Contract Parachain with Double Validation and PoSM.

License

Notifications You must be signed in to change notification settings

DappGuy/Diora

 
 

Repository files navigation

Discord


Logo

Diora Network

Diora Network is a incentivised smart contract parachain, utilizing advanced PoSM with Double Validation for security guarantees
Explore the docs »

View Demo · Report Bug · Request Feature · Send a Pull Request

Table of Contents

About The Project

bg.1.mp4

Diora is built with Substrate which natively supports EVM, WASM (soon) and a multi-layer sharding scaling solution if needed.

The main goal of Diora Network is to foster an array of diverse and sustainable cross-chain applications by empowering and rewarding developers that build on the network with baked in incentives and rewards

Diora rewards developers based on the value and impact of their dapp, rather than their close association or connections to capital. Unlike existing versions of older layer 1s where tokens are mostly concentrated in the hands of the first few early participants Diora is designed to be shared across all contributors, users and stakeholders.

Devnet Chain Specs

The Devnet is a public early access testnet to validate the technical architecture and security of our blockchain in a setting that is as realistic as possible.

Chain ID

201

RPC

https://testnet.diora.network/

Websocket

https://dev.diora.network/

Getting Started

Launch a local setup including a Relay Chain and a Parachain

  • polkadot & diora
# Compile Polkadot
git clone https://github.com/paritytech/polkadot
git checkout release-v0.9.20
cargo build --release

# Compile Diora
https://github.com/Diora-Network/Diora
cargo build --release

By shell

cd script
bash ./build.sh
bash ./start-all.sh
# log
tail -f data/log.2022

# stop-all and remove data
bash ./stop-all.sh

After the relay chain produces 10 blocks, the parachain starts producing blocks

Launch the multi-chain

polkdot-launch ./diora/polkadot-launch/config.json

Usage

Facuet

Wallets

Dex

🤝 Contributing

Contributions are what make the DioraDAO such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

Distributed under the MIT License. See LICENSE for more information.

📫 Contact

Diora Network - @DioraNetwork - contact@diora.network

Project Link: https://github.com/diora-network/diora

Acknowledgements

About

Incentivized Smart Contract Parachain with Double Validation and PoSM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.8%
  • Shell 1.2%
  • Other 1.0%