aurora-is-near / rainbow-bridge-client

Monorepo containing Aurora-maintained libraries for using the Rainbow Bridge
https://github.com/near/rainbow-bridge-client/tree/main/packages/client#readme
MIT License
25 stars 7 forks source link

feat: Add `@near-eth/rainbow` root package. #47

Closed paouvrard closed 2 years ago

paouvrard commented 3 years ago

Install a single package to access all libraries:

import { client, nearEther, nep141Erc20, utils } from '@near-eth/rainbow'

nep141Erc20.naturalErc20.sendToNear()
paouvrard commented 2 years ago

Implemented here: https://github.com/aurora-is-near/rainbow-bridge-client/pull/79