caip-js icon indicating copy to clipboard operation
caip-js copied to clipboard

CAIP standard utils

Results 12 caip-js issues
Sort by recently updated
recently updated
newest added

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

From my understanding of [CAIP-19](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-19.md), the tokenId suffix is optional, as in the example provided for DAI under [Test Cases](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-19.md#test-cases): ``` # DAI Token eip155:1/erc20:0x6b175474e89094c44da98b954eedeac495271d0f ``` However this test doesn't...

#### What this PR does - A quick change to export `AssetName` #### Why - Prevent downstream packages from having to import from `dist` ```ts import { AssetName } from...

- this attempts to implement block number tags as outlined here: https://github.com/ChainAgnostic/CAIPs/pull/119 - we're planning to use those to accurately identify tokenURIs in https://neume.network/

hey, I know this might sound like the start of a flame war, but my feeling when working with this code base is that it is unnecessarily complex. E.g. there...

Now that this library has been transferred to the ChainAgnostic Github organization, I propose we make the following changes: - [ ] add @shrugs as one of the main authors...

Currently Account.toString returns a string in whatever case passed. It makes sense to provide a canonical string representation with regards to casing, be it always lower case, or canonical casing...

How should 'validation' specs be implemented, ala CAIP-3, CAIP-22, CAIP-29? ### Proposal I'm imagining that we introduce more specific `*Param` types, plus a functional validation function that looks something like:...

This lib contains nice classes but may be more useful if it included constants that could easily be imported into other typescript projects. If this makes sense I'm happy to...