7.1.1 • Published 10 months ago

iso-filecoin v7.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

iso-filecoin

npm (scoped) GitHub Workflow Status (with event)

Isomorphic filecoin abstractions for RPC, signatures, address, token and wallet.

Used by the Metamask Filecoin Wallet.

Install

pnpm install iso-filecoin

Usage

import { Token } from 'iso-filecoin/token'
import * as Wallet  from 'iso-filecoin/wallet'

Token.fromFIL(1).toPicoFIL().toString() // '1000000000000'

const mnemonic = Wallet.generateMnemonic()
const seed = Wallet.mnemonicToSeed(mnemonic)
const account = Wallet.accountFromSeed(
    seed,
    'SECP256K1',
    "m/44'/461'/0'/0/0"
)
const account = Wallet.accountFromMnemonic(
    mnemonic,
    'SECP256K1',
    "m/44'/461'/0'/0/0"
)

const address = account.address.toString() 
// 'f17levgrkmq7jeloew44ixqokvl4qdozvmacidp7i'

Docs

Check docs website

Contributing

Read contributing guidelines here.

Open in GitHub Codespaces

License

MIT © Hugo Dias

5.1.1

12 months ago

6.1.0

11 months ago

6.0.1

11 months ago

6.0.0

11 months ago

6.1.1

11 months ago

7.0.0

10 months ago

7.1.1

10 months ago

7.0.2

10 months ago

7.1.0

10 months ago

5.0.0

1 year ago

4.1.0

2 years ago

4.0.5

2 years ago

4.0.3

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.2

2 years ago

3.0.3

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.3.0

2 years ago

2.0.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

0.2.4

2 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago