This boilerplate project with Nextjs + dappKit + Rocket Kit could be used as a starting point
- Contracts - An Hardhat Project for your smart contracts
- Interface - A Next.js project with a dappKit Context built-in
Rocket Kit is an React.js open source UI Design System used by LayerX products.
dappKit is a powerful Typescript/Javascript SDK that allows you to develop beautiful web3 apps in a matter of minutes. We mean it.
Connecting is as easy as providing a RPC Url and (optionally) a private key to the WebConnection and calling a connect method.
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.
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
Integrates easily with Metamask to sign and submit smart contract transactions in your javascript dapp.
Interact with your smart contract on your dapp by generating a typescript/javascript wrapper using dappKit LaunchPad
Made with ❤️ by LayerX