All Projects → phantasma-io → PhantasmaChain

phantasma-io / PhantasmaChain

Licence: MIT License
Blockchain with native storage and smart contract integration.

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to PhantasmaChain

Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (+21.62%)
Mutual labels:  smart-contracts, decentralized, dht, kademlia
Crypto Dht
Blockchain over DHT in GO
Stars: ✭ 38 (-48.65%)
Mutual labels:  decentralized, dht, wallet
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+9587.84%)
Mutual labels:  decentralized, dht, kademlia
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-67.57%)
Mutual labels:  decentralized, dht, kademlia
trading-post
💸 Verto's decentralised exchange mediator
Stars: ✭ 18 (-75.68%)
Mutual labels:  decentralized, wallet
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-81.08%)
Mutual labels:  smart-contracts, decentralized
py-etherdelta
Python client for interacting with the EtherDelta API and Smart Contracts.
Stars: ✭ 22 (-70.27%)
Mutual labels:  smart-contracts, decentralized
drive-desktop
internxt.com/drive
Stars: ✭ 102 (+37.84%)
Mutual labels:  storage, decentralized
flora
A distributed smart contract package manager to create a better and shared authority in the space.
Stars: ✭ 19 (-74.32%)
Mutual labels:  smart-contracts, decentralized
idex-sdk-js
IDEX v3 SDK built with TypeScript, supporting both web and Node environments.
Stars: ✭ 35 (-52.7%)
Mutual labels:  smart-contracts, decentralized
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-67.57%)
Mutual labels:  decentralized, wallet
docs
Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
Stars: ✭ 134 (+81.08%)
Mutual labels:  smart-contracts, decentralized
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (-12.16%)
Mutual labels:  decentralized, wallet
alpha-interface
✨ Token Exchange App for Arweave Profit Sharing Tokens
Stars: ✭ 34 (-54.05%)
Mutual labels:  smart-contracts, decentralized
prometheus-spec
Censorship-resistant trustless protocols for smart contract, generic & high-load computing & machine learning on top of Bitcoin
Stars: ✭ 24 (-67.57%)
Mutual labels:  smart-contracts, decentralized
dht
golang dht / Kademlia
Stars: ✭ 24 (-67.57%)
Mutual labels:  dht, kademlia
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (-54.05%)
Mutual labels:  decentralized, wallet
peerstohttp
Simple torrent proxy to http stream controlled over REST-like api
Stars: ✭ 30 (-59.46%)
Mutual labels:  dht, kademlia
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (-44.59%)
Mutual labels:  smart-contracts, decentralized
dhtrobot
A kademila DHT implement in go
Stars: ✭ 40 (-45.95%)
Mutual labels:  dht, kademlia

Phantasma

Decentralized network for smart storage

Commits

GitHub last commit GitHub commit activity the past week, 4 weeks

Social

Discord

Discord Chat

Twitter

Twitter Follow

Contents


Description

Phantasma implements a decentralized content distribution system running on the blockchain, with strong emphasis on privacy and security.

To learn more about Phantasma, please read the White Paper.

Components

Component Description Status Percentage
Chain Core eg: accounts, transactions, blocks In development 95%
Wallet CLI wallet In development 95%
VM Virtual machine to run smart contracts In development 95%
Smart Contracts eg: language features, compilers In development 80%
Economy Tokens / NFT In development 95%
Network P2P communication In development 85%
Consensus Distributed consensus for nodes In development 85%
Scalabilty Side-chains / Channels In development 80%
Relay Off-chain relay In development 60%
Storage Distributed storage In development 90%
API RPC api for nodes In development 90%

Compatibility

Platform Status
.NET Framework Working
.NET Core Working
Unity Working
Xamarin / Mobile Working
C++ Working
Mono Working
UWP Untested

Installation

To install Phantasma SDK to your project, run the following command in the Package Manager Console:

PM> Install-Package Phantasma

Building

To build Phantasma on Windows, you need to download Visual Studio 2017, install the .NET Framework 4.7 Developer Pack and the .NET Core SDK.

If you need to develop on Linux or macOS, just install the .NET Core SDK.

For more information about how to build dApps for Phantasma, please read the documentation.

Contributing

You can contribute to Phantasma with issues and PRs. Simply filing issues for problems you encounter is a great way to contribute. Contributing implementations is greatly appreciated.

License

MIT License

The Phantasma project is released under the MIT license, see LICENSE.md for more details.

Related Projects

Project Description Status Percentage
Phantasma Wallet Cross platform Phantasma wallet 2 Available 100%
Phantasma Explorer Block explorer for visualizing Phantasma chain data Complete 100%
Phantasma Node Phantasma node deployment In development 90%
Phantasma SDK Software development kit In development 60%
Phantasma Link Browser extensions for interacting with Phantasma dApps Complete - PhantasmaLink 100%
Phantasma Compiler Phantasma smart contract compiler for high-level languages In development 30%
Phantasma Assembler Phantasma smart contract assembler for low-level instructions In development 90%
Nachomen Phantasma-based video game In development 95%
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].