All Projects → pokt-network → Pocket Core

pokt-network / Pocket Core

Licence: mit
Official implementation of the Pocket Network Protocol

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Pocket Core

Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+30244%)
Mutual labels:  blockchain, crypto, decentralized
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+2196%)
Mutual labels:  blockchain, crypto, decentralized
Awesome Decentralized Finance
A curated list of awesome decentralized finance projects
Stars: ✭ 793 (+1486%)
Mutual labels:  blockchain, decentralized
Decentralized Ml Infra
Blockchain infrastructure for decentralized machine learning (decentralized-ml repo).
Stars: ✭ 23 (-54%)
Mutual labels:  blockchain, infrastructure
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-48%)
Mutual labels:  blockchain, crypto
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+1214%)
Mutual labels:  blockchain, crypto
Maskbook
The portal to the new, open internet. ([I:b])
Stars: ✭ 691 (+1282%)
Mutual labels:  blockchain, crypto
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-50%)
Mutual labels:  blockchain, decentralized
Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (+818%)
Mutual labels:  blockchain, decentralized
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-28%)
Mutual labels:  blockchain, decentralized
Enigma P2p
The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
Stars: ✭ 31 (-38%)
Mutual labels:  blockchain, decentralized
Radvpn
Decentralized VPN
Stars: ✭ 993 (+1886%)
Mutual labels:  crypto, decentralized
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+1108%)
Mutual labels:  blockchain, crypto
Dtube
📺 d.tube app. A full-featured video sharing website, decentralized.
Stars: ✭ 569 (+1038%)
Mutual labels:  blockchain, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+14238%)
Mutual labels:  blockchain, decentralized
Iotex Core
Official implementation of IoTeX blockchain protocol in Go.
Stars: ✭ 505 (+910%)
Mutual labels:  blockchain, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1746%)
Mutual labels:  blockchain, crypto
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-20%)
Mutual labels:  blockchain, decentralized
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (+712%)
Mutual labels:  blockchain, decentralized
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+818%)
Mutual labels:  blockchain, crypto

Pocket Core

Official golang implementation of the Pocket Network Protocol.

Overview

The Pocket Core application will allow anyone to spin up a Pocket Network full node, with options to enable/disable functionality and modules according to each deployment. For more information on the Pocket Network Protocol you can visit pokt.network.

Getting Started

Example usage

To run the Pocket Core binary you can use the following flags alongside the main executable:

Usage:
  pocket [command]

Available Commands:
  accounts    account management
  apps        application management
  gov         governance management
  help        Help about any command
  nodes       node management
  query       query the blockchain
  reset       Reset pocket-core
  start       starts pocket-core daemon
  util        utility functions
  version     Get current version

Flags:
      --datadir string            data directory (default is $HOME/.pocket/
  -h, --help                      help for pocket
      --node string               takes a remote endpoint in the form <protocol>://<host>:<port>
      --persistent_peers string   a comma separated list of PeerURLs: '<ID>@<IP>:<PORT>,<ID2>@<IP2>:<PORT>...<IDn>@<IPn>:<PORT>'
      --remoteCLIURL string       takes a remote endpoint in the form of <protocol>://<host> (uses RPC Port)
      --seeds string              a comma separated list of PeerURLs: '<ID>@<IP>:<PORT>,<ID2>@<IP2>:<PORT>...<IDn>@<IPn>:<PORT>'
  -t, --toggle                    help message for toggle

Use "pocket [command] --help" for more information about a command.

Installation

Clone the repository and run go build pocket-core/app/cmd/pocket_core/main.go

Documentation

Visit our developer portal for tutorials and technical documentation for the Pocket Network.

Running the tests

To run the Pocket Core unit tests, use the go testing tools and the go test ./... command within the tests directory

Contributing

Please read CONTRIBUTING.md for details on contributions and the process of submitting pull requests.

Support & Contact

License

This project is licensed under the MIT License; see the LICENSE.md file for details

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].