0.0.14 • Published 2 years ago

@bond-labs/contract-library v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago