@decentology/hyperverse-bsc-safuu
v1.1.23
Published
<p align="center"> <img src="https://drive.google.com/uc?export=view&id=1UFpBzZRnOBIZhIcaAWui1FIe9OSfJTKx" width="256" alt="Hyperverse logo" /> </p>
Downloads
6
Readme
Hyperverse EVM Builderkit
This is an initial scaffold project to assit with building a smart module for the Hyperverse
How the project is setup
Contracts
- This is the first layer. Think of this as your database model and repository for how to fetch and store dataSource
- Contains your javascript interface to your contracts.Stories
- This is your UI inteterface to your smart module that allows for documentating and testing the functionality of your smart module
Contracts
Modules are primarily written in solidity
. They utilize the hardat
framework to assit in the compilation and deploying of your contracts
Source
The javascript source connects to the smart module using ethers
by default. The format of a Hyperverse smart module is broken down into further sub sections
Library
- Lib folder contains the detailed functions that read & write to the blockchain.useHook
- React hook that exposes your library to the react ecosystem. You'll want to rename this export to better help identify your moduleProvider
- Hyperverse modules use the React Context to expose state to child componentsEnvironment
- Simple component that will identify which blockchain and network your module is being used under. This allows EVM modules to easily work with any supported EVM module
Documentation
For more information and learn about Hyperverse checkout the resources below