All Projects β†’ ethereum-oasis β†’ Baseline

ethereum-oasis / Baseline

Licence: other
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private business processes at low cost via the public Ethereum Mainnet. The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain

Programming Languages

typescript
32286 projects
solidity
1140 projects

Projects that are alternatives of or similar to Baseline

Ico Contracts
πŸŽ‰ ICO Contracts of the ALIS.
Stars: ✭ 69 (-85.59%)
Mutual labels:  ethereum, smart-contracts, geth
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (-84.55%)
Mutual labels:  ethereum, smart-contracts, geth
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (-50.52%)
Mutual labels:  ethereum, smart-contracts, geth
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (-3.55%)
Mutual labels:  graphql, docker-compose
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+626.1%)
Mutual labels:  ethereum, smart-contracts
Uniswap V1
🐍Uniswap V1 smart contracts
Stars: ✭ 313 (-34.66%)
Mutual labels:  ethereum, smart-contracts
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+638.41%)
Mutual labels:  ethereum, smart-contracts
Ethereum Php
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
Stars: ✭ 343 (-28.39%)
Mutual labels:  ethereum, smart-contracts
Populus
The Ethereum development framework with the most cute animal pictures
Stars: ✭ 315 (-34.24%)
Mutual labels:  ethereum, smart-contracts
Colonynetwork
Colony Network smart contracts
Stars: ✭ 351 (-26.72%)
Mutual labels:  ethereum, smart-contracts
Skmz
A GraphQL-based Web App written with Go, React and MongoDB
Stars: ✭ 380 (-20.67%)
Mutual labels:  graphql, docker-compose
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (-3.55%)
Mutual labels:  ethereum, smart-contracts
Alpha
Follow the white rabbit πŸ‡
Stars: ✭ 304 (-36.53%)
Mutual labels:  ethereum, smart-contracts
Nmr
The Numeraire Ethereum Smart Contract
Stars: ✭ 316 (-34.03%)
Mutual labels:  ethereum, smart-contracts
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-38.41%)
Mutual labels:  ethereum, smart-contracts
Love Ethereum
εŒΊε—ι“Ύε­¦δΉ 
Stars: ✭ 323 (-32.57%)
Mutual labels:  ethereum, smart-contracts
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (-21.5%)
Mutual labels:  ethereum, smart-contracts
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (-19.83%)
Mutual labels:  ethereum, smart-contracts
Blockchainstore
πŸ’° Retail Store that runs on Ethereum
Stars: ✭ 425 (-11.27%)
Mutual labels:  ethereum, smart-contracts
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (-40.5%)
Mutual labels:  ethereum, smart-contracts

Baseline Protocol

Baseline

Combining advances in cryptography, messaging, and blockchain to execute
secure and private business processes via the public Ethereum Mainnet.

Read the full documentation here at docs.baseline-protocol.org.

Join our Slack workspace, Discord channel, Telegram channel and follow us on Twitter for Baseline news and updates!


Baseline Protocol Release v0.1.0

Version 0.1 of the baseline protocol packages has been released! For some background information, check out this section of our docs. There are two entrypoints where you can get involved in the codebase:

  • core/ -- the "core" Baseline Protocol packages
  • examples/bri-1 -- the BRI-1 reference implementation. One or more "core" baseline protocol packages are needed to baseline-enable applications and systems of record.

Core Modules & Packages

Package Source Path Description
@baseline-protocol/api core/api Core baseline API package providing unified access to the baseline JSON-RPC module and blockchain, registry and key management interfaces
@baseline-protocol/contracts core/contracts Solidity contracts packaged as a Truffle project; includes ERC1820/organization registry
@baseline-protocol/messaging core/messaging Core messaging package with protocol-agnostic p2p interface with NATS and Whisper implementations
@baseline-protocol/persistence core/persistence Persistence package; this is a placeholder for system of record integration standards (see ERP connector projects under examples/)
@baseline-protocol/privacy core/privacy Core privacy package initially exposing a zkSnark circuit provider factory; designed to support future privacy implementations
@baseline-protocol/types core/types Core reuseable type definitions; also provides a convenience wrapper around interacting with lib/ assets (i.e. circuits)

Architecture

baseline-protocol-architecture

License

All code in this repo is released under the CC0 1.0 Universal public domain dedication. For the full license text, refer to LICENSE.

Contributing

See our contributing guidelines

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