- Notifications
You must be signed in to change notification settings - Fork18
Examples for signing and executing transactions across multiple blockchain protocols from one NEAR account.
NotificationsYou must be signed in to change notification settings
near-examples/near-multichain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An example on signing and executing transactions across multiple blockchain protocols from one NEAR account
npm
oryarn
- NEAR
testnet
account usingMyNEARWallet
npm install# or yarnnpm run dev# or yarn dev
Caution
To use Chain Signatures on mainnet, use these config variables:
exportconstNetworkId='mainnet';exportconstMPC_CONTRACT='v1.signer';exportconstMPC_KEY='secp256k1:3tFRbMqmoa6AAALMrEFAYCEoHcqKxeW38YptwowBVBtXK1vo36HDbUWuR6EZmoK4JcH6HDkNMGGqP1ouV7VZUWya';
About
Examples for signing and executing transactions across multiple blockchain protocols from one NEAR account.