npm.io
0.7.0 • Published 5 years ago

@liquality/kiba-provider

Licence
MIT
Version
0.7.0
Deps
4
Size
104 kB
Vulns
0
Weekly
0
Stars
224

Chainify

   ________          _       _ ____     
  / ____/ /_  ____ _(_)___  (_) __/_  __
 / /   / __ \/ __ `/ / __ \/ / /_/ / / /
/ /___/ / / / /_/ / / / / / / __/ /_/ / 
\____/_/ /_/\__,_/_/_/ /_/_/_/  \__, /  
                               /____/   

Chainify is a flexible, modular library for developing disintermediated solutions across different blockchains.

The repository uses yarn workspaces for fast, reliable, and secure dependency management.

The build system is using Turborepo

Packages

Package Version
@chainify/bitcoin Chainify
@chainify/bitcoin-ledger Chainify
@chainify/client Chainify
@chainify/errors Chainify
@chainify/evm Chainify
@chainify/evm-contracts Chainify
@chainify/evm-ledger Chainify
@chainify/hw-ledger Chainify
@chainify/logger Chainify
@chainify/near Chainify
@chainify/solana Chainify
@chainify/terra Chainify
@chainify/types Chainify
@chainify/utils Chainify

Install dependencies

yarn install
Build all packages
yarn build
Run all tests
yarn test
Release a new version
yarn changeset
   # choose the version bump - major, minor or patch
   # add change summary

yarn version
   # review changes
   # yarn build —force

yarn release
yarn tag
License

MIT