block-bites / fondant-app

Testing environment for Casper blockchain.
https://fondant.dev
Apache License 2.0
4 stars 3 forks source link
blockchain casper-network cctl ganache testing-tools tests

Fondant: A Blockchain Application Suite

Welcome to Fondant version 1.1! Fondant is a suite of tools the purpose of which is to help you develop and test your applications on the Casper blokchain. We provide all the functionality of CCTL packaged in a slick UI. The app runs on docker containers so you don't have to wander about cross-compatibility or demanding compilations.

To get started install docker, clone the repo and build the images using the docker compomse file. git clone https://github.com/block-bites/fondant-app && cd fondant-app && docker-compose up --build

Frontend Features

Explore the user-friendly interface of Fondant's frontend:

Backend Capabilities

We've set up proxies for essential ports as backend endpoints. Example: http://localhost/node-1/rpc. These endpoints allow direct connection to the respective node's RPC port. Sample Commands:

Currently, nodes 1 to 5 are supported, with plans to make this configurable in future updates.