IntMaxRollup operator node & cli tools.

Related tags

Command-line intmax
Overview

Intmax Rollup Operator

Int max operator node

Prepara

Install rustup.

rustup override set nightly
rustup update nightly
cargo install --force cargo-make
makers install_dep

How to Run

makers start

How to Ping

> curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "rpc_methods", "id": 1 }' 127.0.0.1:8081
{"jsonrpc":"2.0","result":{"methods":["eth_sendTransaction"],"version":1},"id":1}

Directory

.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── cli
│   └── node
├── core
│   ├── commiter
│   ├── executor
│   ├── exitor
│   ├── query-receiver
│   ├── su-receiver
│   └── tx-receiver
├── infra
│   └── json-rpc
├── primitives
│   ├── db
│   ├── verkle
│   └── zk
└── target
You might also like...
Little example projects for learning Rust and building awesome cli tools! ⭐️

rust-cli-examples Examples of clean and well-tested command line utilities, written in Rust. 🦀 👍 What is this repo? This repo is a collection of man

Little exercises for learning Rust and building awesome cli tools! ⭐️

rust-cli-exercises Little exercises for learning Rust and building awesome cli tools! ⭐️ What's Here This repo is a collection of many extremely small

Call is an easy-to-use command tools for remote development.
Call is an easy-to-use command tools for remote development.

Call is an easy-to-use command tools for remote development. It helps you to build remote development easily and elegant. It can work with makefile and justfile.

Tools to encrypt/decrypt and pack/unpack RouterOS v6.13+ backup files

RouterOS-Backup-Tools Tools to encrypt/decrypt and pack/unpack RouterOS v6.13+ backup files Usage examples Info cargo run -- info -i MikroTik.backup D

A system clipboard command line tools which inspired by pbcopy & pbpaste but better to use.

rclip A command line tool which supports copy a file contents to the system clipboard or copy the contents of the system clipboard to a file. Install

Tree-sitter - An incremental parsing system for programming tools

tree-sitter Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and effic

Tools - The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.
Tools - The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.

Rome is currently being rewritten in Rust. Read more about it in our latest blog post. The documentation below is out of date and available for poster

Tool to create web interfaces to command-line tools

webgate This command line utility allows you to: serve files and directories listed in a config file remotely run shell commands listed in a config fi

Miscellaneous command-line tools

Miscellaneous command-line tools Please note that this software is not "open source", but the source is available for use and modification by individu

Comments
  • Feat change directory strucure.

    Feat change directory strucure.

    • [x] name change [infra -> service]
    • [x] dependencies orders: service -> core -> primitives

    service is responsible for the saucer from the outside.

    opened by satellitex 0
  • impl original error

    impl original error

    Description

    • implement error
    • Don't measure coverage when testing

    refs:

    • https://github.com/paritytech/substrate/blob/master/client/rpc-api/src/state/error.rs
    opened by serinuntius 0
  • Measure coverage and make sure to a report comment on PR

    Measure coverage and make sure to a report comment on PR

    Refs

    • https://ryodan.atlassian.net/jira/software/projects/ZKCLOUD/boards/1?assignee=5fb1dfafcbead50069c960f1&selectedIssue=ZKCLOUD-406

    Description

    • coverage report(At any rate, now I'm getting an error message when the percentage drops below 50%.)
    • build cache(faster 2x times)
    • install cargo-make
      • add Makefile.toml
      • make some command
    • update README.md

    before

    image

    after

    image

    opened by serinuntius 0
  • fix

    fix "error: 'cargo-fmt.exe' is not installed"

    fix to run fmt in CI.

    Run cargo fmt -- --check error: 'cargo-fmt.exe' is not installed for the toolchain 'nightly-x86_64-pc-windows-msvc' To install, run rustup component add rustfmt

    • fix typo: latest
    opened by serinuntius 0
Owner
null
⚙️ A curated list of static analysis (SAST) tools for all programming languages, config files, build tools, and more.

This repository lists static analysis tools for all programming languages, build tools, config files and more. The official website, analysis-tools.de

Analysis Tools 10.7k Jan 2, 2023
A CLI tool to get help with CLI tools 🐙

A CLI tool to get help with CLI tools ?? halp aims to help find the correct arguments for command-line tools by checking the predefined list of common

Orhun Parmaksız 566 Apr 16, 2023
Nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Node Version Manager Table of Contents Intro About Installing and Updating Install & Update Script Additional Notes Troubleshooting on Linux Troublesh

nvm.sh 63.8k Jan 7, 2023
Abuse the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code.

jscythe abuses the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code, even if t

Simone Margaritelli 301 Jan 4, 2023
H2O Open Source Kubernetes operator and a command-line tool to ease deployment (and undeployment) of H2O open-source machine learning platform H2O-3 to Kubernetes.

H2O Kubernetes Repository with official tools to aid the deployment of H2O Machine Learning platform to Kubernetes. There are two essential tools to b

H2O.ai 16 Nov 12, 2022
Expand your possibilities with the Try ? Operator

Expand your possibilities with the Try ? Operator Have you ever found yourself writing a function which may return early based on some condition? fn m

EC 1 Feb 1, 2022
⏱ Kubernetes operator that allows to set maximum lifetime for pods

Pod Lifetime Limiter Hi! ?? So you deal with a crappy application which stops working after some period of time and you want to restart it every N hou

Viktor 27 Sep 8, 2022
A simple, C-like, ternary operator for cleaner syntax.

A simple ternary operator macro in rust. the iff! macro is the only item exported by this crate, it simply takes three expressions, seperated by ? and

KaitlynEthylia 42 May 23, 2023
Rust based Kubernetes Operator to deploy K8s objects minimally.

kube-nimble nimble /ˈnɪmbl/ - quick and light in movement or action; agile. This project began from a place of curiosity about Kubernetes CRDs and the

Meet Vasani 3 Feb 26, 2024
CLI tools to process cryptocurrency data

crypto-cli-tools A collection of CLI tools to process cryptocurrency data. Install: RUSTFLAGS="-C target-cpu=native" cargo install crypto-cli-tools cr

soulmachine 2 Mar 23, 2022