Skip to content

hvasconcelos/layerx-web3-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

LayerX Web3 Boilerplate Web Project

This boilerplate project uses Nextjs + Dappkit + Rocket Kit.

  • Contracts - An Hardhat Project for your smart contracts
  • Interface - A Next.js project with a Dappkit Context built-in

Rocket Kit

Rocket Kit is an React.js open source UI Design System used by LayerX products

Dappkit

dappKit is a powerful SDK that allows you to develop beautiful web3 apps in a matter of minutes. We mean it.

Connect to an EVM Blockchain node in 3 lines of code

Connecting is as easy as providing a RPC Url and (optionally) a private key to the WebConnection and calling a connect method.

Interact with EVM Smart Contract methods and public data

The Model class provides two important methods, sendTx and callTx with which its possible to interact with any deployed contract on the blockchain; The same class also provides all methods, and typings, under the contract.methods property getter.

Deploy standard and custom contracts

ERC-20, ERC-1155, ERC-721, or other custom contracts can be deployed to any EVM compatible blockchain. By providing the Model with a Web3Connection and an ABI array, the deploy() function becomes available, providing the required arguments will return a TransactionReceipt holding the new contractAddress. You can even use dappKit to create custom typescript or javascript scripts to interact with any EVM blockchain

Wallet Integration

Integrates easily with Metamask to sign and submit smart contract transactions in your javascript dapp.

Generate a wrapper for your EVM contract

Interact with your smart contract on your dapp by generating a typescript/javascript wrapper using Dappkit LaunchPad

Important Links


Made with ❤️ by LayerX 2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published