Resources & Tools

DApp Management & Development Tools

The Graph supports Seven Chain data indexing, quierying and display.

Remix IDE: It's easy to deploy on Seven Chain with Remix, simply choose injected web3 and add the Seven Chain custom RPC to your Metamask.

JustSmartContracts: another smart contract deployment tool for EVM chains.

OpenZeppelin Defender: Manage smart contract administration including access controls, upgrades and pausing.

1. TheGraph

Build of The Graph, we expose a GraphQL API to access the data on the Seven chain Network

Deploying your own subgraph

TheGraph, a decentralized protocol for indexing and querying chain data, supports the Seven chain Netork.Go to https://thegraph.com/ to sign up and create your subgraph.

  • Follow the instructions for how to deploy the subgraph

  • in subgraph.yaml, the network name should be fuse

Available Subgraphs

Subgraphs that builded and maintained by the Seven chain team, deployed on Seven chain internal infrastructure or The Graph hosted service.

Seven chain Consensus

on Seven chain graph-node: https://thegraph.medifakt.network/subgraphs/name/faktchain/fakt-consensus

2. WalletConnect on Seven chain

WalletConnect is an open-source protocol for data exchange between wallets and decentralized applications (dApps). The process takes place via a specialized server and the flow of data is encrypted in both directions.

From the user’s perspective, although the exact details may vary from wallet to wallet, there are two ways of using WalletConnect. In the mobile-to-mobile mode, the user opens the website of the dApp that they are interested in, clicks the “connect wallet” tab there and chooses their preferred wallet. The desktop-to-mobile approach involves using the Wallet Connect-enabled wallet on the mobile phone to scan the QR code of the dApp displayed in the desktop browser. After the session, the dApp may be disconnected, and users are even advised to disconnect dApps for security reasons.

For developers who wish to integrate the WalletConnect functionality into their dApps running on Seven chain , we recommend using this library.

Last updated