Skip to main content

Turn-key Private Standalone Blockchain Network

  • Proposer: Cere-Network
  • Payment Address: 1BbyAGddobdPgNo9c63xsRnwK5hen8pV7F

Project Description πŸ“„β€‹

Cere Network is providing a turn-key Private/Permissioned/Standalone blockchain network which can be readily integrated by any enterprise. Since it’s built with Substrate, this network can be integrated into any Polkadot/Substrate based Layer 1 network to serve as a secondary chain.

This turn-key network intends to abstract the implementation complexity for businesses, as well as providing a ready-made package to optimize for a higher level of security, privacy, and performance, and to serve as a template or base-implementation of a highly customizable and performant enterprise specific blockchain network.

Furthermore, any network built from or derived from this project will also be able to use derivative assets to represent real-world value transfers on-chain (e.g. micropayments, discount vouchers, loyalty points, etc), as well as being able to programatically issue these assets between user and application wallets.

Below we have the overview of all the key features that this project will support:

  • A set of turn-key substrate based packaging and tools that simplifies the customization, configuration, testing, and deployment of such a blockchain network.
  • Pre-built solutions to create/assign/transfer derivative assets in business to consumer use cases.
  • Pre-configured and optimized for feeless transactions and performance.
  • Creation of custom derivative assets and automate the transfer to/from user wallets to app wallets by any/app brand.
  • Optimization of batch user onboarding and transaction processing for higher throughput situations needed for consumer apps/sites.

Repository Hierarchy:​

β”œβ”€β”€ Private Standalone Network (PSN) Node [link](https://github.com/Cerebellum-Network/private-standalone-network-node)
β”‚ β”œβ”€β”€ ./node ["PSN Node"]
β”‚ β”œβ”€β”€ ./scripts [Packaging & Deployment Scripts]
β”‚ β”œβ”€β”€ ./pallets [PSN Pallets]
β”‚ β”‚ └── ./pallets/cere-ddc [Transfer Data Pallet (future)]
β”‚ β”‚ └── Cere DDC service connector
β”‚ └── ./runtime [PSN Runtime Module]
β”‚ └── Included custom Cere DDC Pallet
β”‚
└── Cere Enterprise Smart Contracts [link](https://github.com/Cerebellum-Network/cere-enterprise-smart-contracts)
└── ./cere01 [Enterprise Derivative Assets]
└── ./cere01/specification [CERE01 Standard definition]
└── ./cere01/lib.rs [Implementation, Tests]

There will be three primary directories in this repository:

Node: A blockchain node is an application that allows users to participate in a blockchain network. Substrate-based blockchain nodes expose a number of capabilities like, Networking, Consensus, RPC Server.

Runtime: The terms "runtime" and "state transition function" are analogous - they refer to the core logic of the blockchain that is responsible for validating blocks and executing the state changes they define. The Substrate project in this repository uses the FRAME framework to construct a blockchain runtime. FRAME allows runtime developers to declare domain-specific logic in modules called "pallets".

Pallets: The runtime in this project is constructed using many FRAME pallets that ship with the core Substrate repository and a template pallet that is defined in the pallets directory. A FRAME pallet consists of a number of blockchain primitives namely, Storage, Dispatchables, Events, Errors and Trait.

Team πŸ‘₯​

  • Team Members: Evgeny Svirsky, Shivam C, Huy Thanh N
  • Team Website: https://cere.network/#/team
  • Code Repos: https://github.com/Cerebellum-Network/private-standalone-network-node.git
  • Website: http://cere.network/
  • Legal Structure: Delaware C Corp
  • Team's Experience:
    Evgeny has been one of the core developers on Cere team, where he’s been instrumental in developing our blockchain network, tooling, and integrating with real-world applications.
    Shivam started programming at the age of 13, with roots in all-round programming. One of the first employees at Asia’s top cryptocurrency exchange, winner of multiple global hackathons and an early Blockchain adopter, believer and developer.
    Thanh has years of experience working with various blockchain projects ranging from Solidity smart contracts to enterprise integrations with Hyperledger and other networks.

Development Roadmap πŸ”©β€‹

  • Total Estimated Duration: 9 weeks
  • Total Costs: 1.8 BTC

Milestone 1​

  • Estimated Duration: 5 weeks
  • Costs: 0.8 BTC
  • Main Goal: Basic functionality: Private node, Smart Contract implementation and setup guide.
NumberDeliverableSpecification
1.Documentation and basic testsWe will provide README files inside repositories with instructions of how to build, deploy and test.
2.Ink! based Smart Contract StandardWe are introducing a new smart contract standard which allows assets adaptable for real businesses to be programmatically created, managed, owned, transferred, and traded. It provides a template for establishing a foundation to capture common enterprise utility, and can be easily extended.. This standard is purposefully being built on top of Parity’s ink! Smart contract framework.
2a.Enterprise Derivative AssetsDerivative Asset support for the enterprise needs, with attributes such as expiration, limit on transfers, longitudinal unlocking, redemptions, etc
2b.Manual Direct Wallet TransferSupport for most Substrate/Polkadot based wallet applications. Smart Contract transfer function allows for the directly wallet-signed transfer of assets from one application/user address to the other.
2c.Programmatic Asset TransferSmart Contract transfer function allows for the programmatic/automated transfer of tokens from one application/user via smart contract to the other.
2d.Asset RestrictionsSupport for the locking of assets by time or by issuer permission, support for expirations and potentially invalidations.
3.Smart Contract TestsThe Smart Contract implementation will include unit tests, we will be using the off-chain test environment that ink! provides.

Milestone 2​

  • Estimated Duration: 4 weeks
  • Costs: 1 BTC
NumberDeliverableSpecification
1.Supporting Fee AbastractionThis is an important feature to allow enterprises to conduct value transfers between app/user accounts without worrying about fees. This was moved from milestone 1 to milestone 2 to allow more testing with a couple of different approaches.
2.Deployment packagingAt minimum the docker container or even the entire script that packages the container with the latest code from Substrate will also run on CI to test the deliverables of the milestone.
3.TestingRepositories including the deployment and test sections for instructions and scripts to help contributors to package, deploy, run, test.
4.(optional) Batch processingAllowing an app to optimize for creating asset transfers or data events to a batch of users at once, this would be a very nice to have from our practical experience.
5.TutorialCere will provide written documentation as well as a video tutorial on how to integrate and use Cere’s turnkey private blockchain networks for applications to showcase the ease of use.
6.ArticleThe main topic/theme: β€œ...Cere Network is providing a turn-key permissioned standalone blockchain network which can be readily integrated by any enterprise. Since it’s built with Substrate, this network can be potentially integrated into any Polkadot/Substrate based Layer 1 network to serve as a secondary chain. Furthermore, any network built from or derived from this project will also be able to use derivative assets to represent real-world value transfers on-chain (e.g. micropayments, discount vouchers, loyalty points, etc), as well as being able to programatically issue these assets between user and application wallets...

Community engagement​

We will be producing a series of articles/tutorials and publish them on Medium and our community channels to highlight each milestone. More on our marketing strategy:

Marketing strategy

Additional Information βž•β€‹

Any additional information that you think is relevant to this application that hasn't already been included.

Possible additional information to include:

  • What work has been done so far?
    • Many of the components in this project have already been created, yet they are not optimized or packaged in a way that can be readily used by anyone in the Polkadot/Substrate community.
  • Are there any teams who have already contributed (financially) to the project?
    • Yes, The Cerebellum Network team has been well-funded and supported by some of the top blockchain innovation institutions and investors.
  • Have you applied for other grants so far?
    • No.