@stricahq/cip08
v1.0.4
Published
Cardano CIP08 JavaScript implementation
Downloads
10,462
Maintainers
Readme
@stricahq/cip08
CIP08 implementation in JavaScript. Contains implementation for COSE_SIGN1 only. COSE_SIGN and Encryption features aren't currently supported.
Installation
yarn/npm
yarn add @stricahq/cip08
Browser
<script src="[use jsDelivr or Unpkg]"></script>
// access cip08 global variable
Usage
please see tests for usage examples.
API Doc
Find the API documentation here
License
Copyright 2022 Strica
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.