JSPM

@tomochain-name-service/buffer

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q9910F

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tomochain-name-service/buffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Buffer

    Build Status License

    A library for working with mutable byte buffers in Solidity.

    Byte buffers are mutable and expandable, and provide a variety of primitives for writing to them. At any time you can fetch a bytes object containing the current contents of the buffer. The bytes object should not be stored between operations, as it may change due to resizing of the buffer.

    Getting Started

    These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

    Installing

    Buffer uses npm to manage dependencies, therefore the installation process is kept simple:

    npm install

    Running tests

    Buffer uses truffle for its ethereum development environment. All tests can be run using truffle:

    truffle test

    To run linting, use solium:

    solium --dir ./contracts

    Including Buffer in your project

    Installation

    npm install buffer --save

    Built With

    • Truffle - Ethereum development environment

    Authors

    See also the list of contributors who participated in this project.

    License

    This project is licensed under the BSD 2-clause "Simplified" License - see the LICENSE file for details