JavaScript functions and classes for Foundry primitives
# npm npm install foundry-primitives # yarn yarn add foundry-primitives// Using require var primitives = require("foundry-primitives"); var H256 = primitives.H256; var blake256 = primitives.blake256; // Using import import { blake256, H256 } from "foundry-primitives";- blake256
- blake256WithKey
- ripemd160
- signEd25519
- verifyEd25519
- generatePrivateKey
- getPublicFromPrivate
- toHex
- toArray
- getAccountIdFromPrivate
- getAccountIdFromPublic
- H128, H160, H256, H512
- U64, U128, U256
- AssetAddres
- PlatformAddress