项目作者: liquality

项目描述 :
Blockchain abstraction layer
高级语言: TypeScript
项目地址: git://github.com/liquality/chainabstractionlayer.git
创建时间: 2018-04-20T08:03:01Z
项目社区:https://github.com/liquality/chainabstractionlayer

开源协议:MIT License

下载


" class="reference-link">Chainify

  1. ________ _ _ ____
  2. / ____/ /_ ____ _(_)___ (_) __/_ __
  3. / / / __ \/ __ `/ / __ \/ / /_/ / / /
  4. / /___/ / / / /_/ / / / / / / __/ /_/ /
  5. \____/_/ /_/\__,_/_/_/ /_/_/_/ \__, /
  6. /____/

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

  1. yarn install

Build all packages

  1. yarn build

Run all tests

  1. yarn test

Release a new version

  1. yarn changeset
  2. # choose the version bump - major, minor or patch
  3. # add change summary
  4. yarn version
  5. # review changes
  6. # yarn build —force
  7. yarn release
  8. yarn tag

License

MIT