1.2.2 • Published 2 years ago

@decentology/hyperverse-celo v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago