0.2.29 • Published 3 years ago

@tracer-protocol/tracer-utils v0.2.29

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Description

Utility package for common functions within the Tracer ecosystem. Useful for clients who wish to interact with the Tracer protocol.

Usage

npm install @tracer-protocol/tracer-utils

To use any of the packages, simply import the function from the package you wish to use, directly from the tracer-utils library.

import { signOrders } from "@tracer-protocol/tracer-utils`
await signOrders(...)

Packages

API

This package adds utility functions for interacting with the Tracer API.

Supported are the following functions

  • createMarket: create a new market on the API. Markets are identified by their Ethereum address.
  • getMarkets: returns all markets currently registered with the API
  • getOrders: returns all orders currently associated with a market
  • submitOrder: submits an EIP712 compliant signed order to the API.

Signing

This package adds utility functionality for signing orders via the EIP712 specification. The contracts currently utilise V4 of the EIP712 spec. Both eth_signTypedData and eth_signTypedData_v4 calls are supported due to how some wallet implementations handle this EIP.

Supported are the following functions

  • signOrders: sign multiple orders via a local Ethereum node using the eth_signTypedData RPC call
  • signOrdersV4: sign multiple orders via a local Ethereum node using the eth_signTypedData_v4 RPC call
  • verifySignature: verifies a provided order was signed by a specific signer.
  • generateDomainData: generates EIP712 compliant domain data for a given trader address on a given network.

Serialisation

This package adds utility functionality for serialising orders between the contracts and the OME

Supported are the following functions

  • orderToOMEOrder: converts an order from the raw signed order type to a type supported by the OME
  • omeOrderToOrder: converts an order sent from the OME into the type to send it to the contracts

Development

Contributing

When creating a new package follow the structure of

-- src
    -- NewUtilsSpace
        -- index.ts // export or main
        -- source.ts
        -- extra source files or folders
0.2.29

3 years ago

0.2.28

3 years ago

0.2.27

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.1

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.1.3

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago