@arianee/core
TypeScript icon, indicating that this package has built-in type declarations

1.97.0 • Public • Published

@arianee/core

The Core class is a TypeScript class that provides an interface for signing messages and transactions on the Ethereum blockchain. It uses the ethers library, which is a popular library for interacting with Ethereum.

Usage

You can instantiate core with :

  • Mnemonic
  • Passphrase
  • PrivateKey

Example :

import { Core } from '@arianee/core';
Core.fromMnemonic(mnemonic);
Core.fromPassPhrase(passphrase);
Core.fromPrivateKey(privateKey);
Core.fromRandom();

The returned instance will have 4 methods (see TransactionLike):

signMessage(message:string)

signTransaction(transaction: TransactionLike))

sendTransaction(transaction: TransactionRequest) : Promise<TransactionResponse | { skipResponse: true }>

getAddress():string

Note: If you are using sendTransaction in an asynchronous context (e.g. adding the transaction to a queue instead of sending it directly), you must return { skipResponse: true } instead of a TransactionResponse so that the @arianee/* packages won't try to fetch the transaction receipt.

If you need to implement core with an external wallet (like metamask), you need to instantiate the class with 3 functions:

import { Core } from '@arianee/core';
const core = new Core(signMessage, signTransaction, getAddress);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.97.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.97.00
1.96.00
1.95.035
1.94.04
1.93.034
1.92.03
1.91.04
1.90.03
1.89.03
1.88.02
1.87.02
1.86.03
1.85.02
1.84.017
1.83.02
1.82.02
1.81.12
1.81.02
1.80.02
1.79.08
1.78.03
1.77.13
1.77.02
1.76.02
1.74.02
1.73.05
1.72.12
1.72.03
1.71.129
1.71.03
1.70.02
1.69.02
1.68.42
1.68.33
1.68.22
1.68.16
1.68.02
1.67.02
1.66.02
1.65.03
1.64.02
1.63.03
1.62.02
1.61.02
1.60.02
1.59.02
1.58.02
1.57.03
1.56.03
1.55.02
1.54.02
1.53.03
1.52.03
1.51.02
1.50.02
1.49.02
1.48.02
1.47.02
1.46.02
1.45.02
1.44.02
1.43.02
1.42.03
1.41.02
1.40.02
1.39.02
1.38.02
1.37.02
1.36.02
1.35.02
1.34.02
1.33.02
1.32.03
1.31.02
1.30.12
1.30.02
1.29.22
1.29.12
1.29.03
1.28.02
1.27.03
1.26.04
1.25.04
1.24.02
1.23.02
1.22.03
1.21.02
1.20.02
1.19.03
1.18.02
1.17.03
1.16.03
1.15.02
1.14.02
1.13.02
1.12.03
1.11.12
1.11.03
1.10.02
1.9.03
1.8.03
1.6.13
1.7.02
1.6.02
1.5.02
1.4.02
1.3.02
1.2.02
1.1.03
1.0.02
0.22.02
0.21.02
0.20.02
0.19.02
0.18.03
0.17.02
0.16.03
0.14.02
0.11.02
0.9.03
0.7.02
0.5.03
0.4.02
0.3.02
0.2.02
0.1.02
0.0.22
0.0.12

Package Sidebar

Install

npm i @arianee/core

Weekly Downloads

413

Version

1.97.0

License

none

Unpacked Size

8.22 kB

Total Files

6

Last publish

Collaborators

  • stefdelecjs
  • mvaullerin
  • arianeetech
  • max.teiger
  • gnarco
  • benjamin.darthout
  • 6ssou