Focus mode
In web3, after building our smart contracts, frontend integration is required to make them interact with users like in web2.
To develop a web application that can interact with a Ethereum smart contract, we need 2 things about that smart contract:
However, in Solana we need two main things:
The Solana-Web3.js library which gives a convenient interface for the RPC methods aims to provide comprehensive Solana coverage. Using Solana web3.js it is possible to develop frontend with programming languages such as React, JavaScript, TypeScript and integrate it into a smart contract.
You can find detailed further information from Solana Official documentation: https://docs.solana.com/developing/clients/jsonrpc-api
You can find the full documentation for the @solana/web3.js library here: https://solana-labs.github.io/solana-web3.js/
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!