Skip to content

Library for integrating UI templates with Dappify

Notifications You must be signed in to change notification settings

gianksp/react-dappify

Repository files navigation

react-dappify

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-dappify

Usage

import { DappifyProvider } from 'react-dappify';

const App = () => {

    return (
        <DappifyProvider>
            {...}
        </DappifyProvider>
    );
};

export default App;

Relies on the following environment variables

REACT_APP_MORALIS_APP_ID=<ID>
REACT_APP_MORALIS_SERVER_URL=<URL>
REACT_APP_ROADMAP_URL=<URL>
REACT_APP_MICROPAPER_URL=<URL>
REACT_APP_CHANGELOG_URL=<URL>
REACT_APP_API_BASE_URL=<URL>
REACT_APP_HOST_ENV=<ENV_SUBDOMAIN>

License

MIT © gianksp

About

Library for integrating UI templates with Dappify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages