phantasma-io-archive / PhantasmaSDK

Official Phantasma SDK (C#, JS, PHP, Python, Go)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phantasma SDK

Software development kit for decentralized applications using the Phantasma blockchain

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 and check the official repository.

Languages

Click in your language link to get detailed instructions for that specific language and a collection of sample dapps for that language.

More languages will be available later.

Language Core Library Smart Compiler Sample Dapps
.NET / C# Beta In Development Yes
PHP Beta N/A Yes
Python Beta Planned Yes
Solidity N/A In Development N/A
Golang Alpha N/A Yes
Javascript Alpha N/A Yes
C++ Beta N/A Yes
Java Alpha N/A In Development

Developing

To development Phantasma applications it is recommended to run a Phantasma node locally.

Use either the pre-compiled build of Spook which comes bundled in the official SDK release or compile yourself from the source available in the official repository

To bootstrap your own test net just run a single instance of Phantasma node using the following arguments:

Spook.dll -node.wif=L2LGgkZAdupN2ee8Rs6hpkc65zaGcLbxhbSDGq8oh6umUxxzeW25 -nexus.name=simnet

Note - For a development purposes you can keep your testnet Phantasma network running with just one node.

You can later move to the official test network where multiple nodes are running, in order to test your dapp under a more realistic enviroment.

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

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

About

Official Phantasma SDK (C#, JS, PHP, Python, Go)

License:MIT License


Languages

Language:C++ 52.2%Language:C# 24.5%Language:C 20.3%Language:Java 1.5%Language:JavaScript 0.8%Language:PHP 0.4%Language:Go 0.2%Language:Python 0.1%Language:HTML 0.1%