1.1.1 • Published 5 years ago

@steeveproject/ngx-steem-keychain v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

ngx-steem-keychain

This package contains an Angular service for easy communication with Steem Keychain browser extension.

Every method available on the global steem_keychain object is wrapped so that an observable is returned.

Installation

npm install --save @steeveproject/ngx-steem-keychain

Example

export class FoobarComponent {

    constructor(
        private steemKeychain: SteemKeychainService
    ) { }

    doKeychainHandshake(): Observable<Response> {
        return this.steemKeychain.requestHandshake();
    }
}

Documentation

In this case code is the best documentation since the module is pretty small.

Please check src/steem-keychain.service.ts for all available methods.

Authors

@tchap created this package when working on Steeve.

License

This package is MIT-licensed.

Credits

angular-library-started was used to bootstrap this package.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago