0.0.14 • Published 3 years ago

@bond-labs/contract-library v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

contract-library

contract-library is a library for building applications that can interact with the Bond Protocol contracts from within JavaScript runtimes.

Getting

contract-library is available as a package on NPM

Add both:

  • @bond-labs/contract-library

To your JavaScript project's package.json as dependencies using your preferred package manager:

$ yarn add @bond-labs/contract-library

Setup for Local Development

    # NAVIGATE TO THIS PROJECT
    cd <THIS PROJECT>
    yarn install
    yarn build
    yarn link

    # BACK TO YOUR PROJECT DIR AGAIN
    cd <YOUR PROJECT>
    yarn link @bond-labs/contract-library

    # DONE
    # You can start this project in dev mode with
    yarn dev

License

This software is licensed under the Apache 2.0 license. Read more about it here.

© 2022 Bond Labs

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago