Giter VIP home page Giter VIP logo

fondant-app's People

Contributors

alejandro-blockbites avatar commondrum avatar peter-blockbites avatar rahulthakkar796 avatar wojtek-blockbites avatar

Stargazers

 avatar

Forkers

commondrum

fondant-app's Issues

Network switch Dropdown

So you can select network number from the dropdown in Accounts / Blocks / Deploys / Events tabs (logs are agnostic to the node).

this will change the context data which is selectedNode to number and later it will be used to build the requested nodeUrl http://localhost:3000/net/SELECTED_NUMBER/rpc or http://localhost:3000/net/SELECTED_NUMBER/sse

Check on Milestone #3

Milestone 3 : Revised Milestone Date is 14.10.2023

Scope: Basic functionalities via UI + Built-in blockexplorer functionalities

This version of an app should handle some basic functionalities like spinning the network from the UI, and getting the network basic config data (ports, num of blocks, last block, peers etc).

Basic Blockexplorer functionalities so that users can browse deploys and emitted blocks as well as see basic accounts information in the app.

Acceptance criteria

For Scope 1;

User can;
Install the app through the installer
Control (start / stop / reset) the network from the UI
Browse network configuration
Download node operators keys

For Scope 2;

Implemented build-in event store where you can browse all passed events (Events tab)
Implemented Deploys view (listing all of the deploys with filtering for WASM ones or Session code)
Filtering in every view
Possibility to dump the data to csv / JSON format


DoD:
based on README.md install app and check if it is working.

  • provide feedback in comments

Create model app

It can be blank Electron app but select starter, build it and check if it works correctly.

Prepare wizard skeleton that we can use

so lets assume that I have a few views that I can pass to WizardManager component like this

<Wizard.Manager
    steps={[Intro, BaseConfiguration, Summary]}
/>

Data store for deploys

@CommonDrum - this can be similar to cached events in event stream.
We can filter events that are DeployProcessed and add similar endpoint cache/deploys/:nodeNumber which will return all deploy events

Select the UI library that we will use

or do we want to build our own? Discuss this with Roman and decide - in fact this will be just a few screens (you can check Ganache and you will see how the whole app behaves and what we need)

Return accounts data from nctl in JSON format

So we can display data like here
Address
Balance in CSPR (1CSPR is 1000000000 motes - API should always return string with motes)

  1. Add new endpoints GET accounts/ and GET accounts/:number (the second one needs to return private keys associated with this accounts)
  2. It MUST return PublicKey and balance
  3. The detail endpoints should return private key as well as associated keys with this account

Example:
https://cspr.live/account/0202ed20f3a93b5386bc41b6945722b2bd4250c48f5fa0632adf546e2f3ff6f4ddee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.