1.2.2 • Published 3 years ago

@decentology/hyperverse-celo v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Hyperverse EVM Celo

This module allows you to connect to the Celo blockchain using the Hyperverse dependencies for quickly getting your web2 website or application onto web3

Note: This module acts as a configuration module for the base implementation found in Hyperverse-EVM module

Installation

npm install @decentology/hyperverse @decentology/hyperverse-evm-celo

Features

Getting Started

Initialize Hyperverse

import { initialize } from '@decentology/hyperverse';
import { Celo } from '@decentology/hyperverse-celo';
const hyperverse = initialize({
	blockchain: Celo,
	network: Network.Testnet,
	modules: [],
});

Wrap application in Provider

import { Provider } from '@decentology/hyperverse';
function MyApp() {
	return <Provider initialState={hyperverse}>...Your components</Provider>;
}

Getting signer

import { useCelo } from '@decentology/hyperverse-evm-celo';
function Component() {
	const { signer } = useCelo();
	return <div>{signer}</div>;
}

Primary Dependencies

Documentation

For more information and learn about Hyperverse checkout the resources below

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago