Git Product home page Git Product logo

addrbook's Introduction

addrbook

For developers working on smart contracts or Web3 applications, managing a multitude of smart contract addresses is a daily task. This tool simplifies the organization and management of these addresses. All data is stored locally in ~/.addrbook/data.json, giving you full control over your information.

Open

Usage

Using this tool is straightforward and involves just two simple steps:

  • Create a workspace.
    ./addrbook workspace new --name MyProject1
  • Add your smart contract information to the workspace. The tool also supports updating and deleting any saved contract information.
    ./addrbook workspace save \
            --workspace MyProject1 \
            --contract Contract1 \
            --address 0x000000000000000000000000000000000000000x \
            --note "Ethereum side"
  • Open http://127.0.0.1:8080 with your default browser abd view your workspace.

Run Example

  1. Clone the repo.
  2. Run the example script.
    ./example.sh
  3. Open http://127.0.0.1:8080 with your default browser, and you will see the screenshot above.

addrbook's People

Contributors

boundless-forest avatar

Stargazers

 avatar

Watchers

 avatar

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.