0.0.2 • Published 2 years ago

meta0 v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Interconnecting metaverses with a Layer 0 protocol

Blockchain technology addresses technical challenges associated with centralized systems, by proposing an inherently radical approach to immutability and efficiency
through decentralization. This core ideology has seen such drastic innovation that consequentially the entire blockchain industry is rapidly revolutionizing all aspects of communication protocols and open-source ecosystems.

import {MetaProvider, useMeta} from 'meta0'


function MetaApp() {
    const meta = useMeta()
    
    return (
        <MetaProvider>
            <button onClick={() => meta.methods.wallet.open()}>
                Your web3 application
            </div>
        </MetaProvider>
    )
}