You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importPortisfrom'@portis/web3';importWeb3from'web3';// Your setup informationconstendpoint='https://your.skale.endpoint';// your SKALE Chain endpointconstskaleChainId=123456// chainId of your SKALE ChainconsttestAPIKey='your_api_key';constmySKALEChain={nodeUrl: endpoint,chainId: skaleChainId,nodeProtocol: "rpc"}// Setting networkconstportis=newPortis(testAPIKey,mySKALEChain);letweb3=newWeb3(portis.provider);
Portis
Portis is a non-custodial Web3 wallet SDK supported by a variety of "evergreen" browsers. The Portis SDK allows you to integrate your dApp with SKALE.
For more information and support, see https://docs.portis.io/#/quick-start
Install the NPM Packages
Example Code
Example Sandbox
https://codesandbox.io/s/portis-wallet-integration-skale-dev-docs-41knv
The text was updated successfully, but these errors were encountered: