A React SDK for implementing wallet web3 authentication and authorization to your website.
npm install @dynamic-labs/sdk-react-core!Demo
Welcome to Dynamic! We're so excited that you're here!
Dynamic offers smart and beautiful login flows for crypto-native users, simple onboarding flows for everyone else, and powerful developer tools that go beyond authentication.
Want a quick overview of some of the powerful features Dynamic offers? check out our product walkthrough video below.
alt="Product walkthrough video" width="1280" />
Getting started with Dynamic is simple, and you can read the full guide here.
Here is a shoterned version of the getting started guide:
1. Create your Dynamic account and grab an Environment ID.
2. Install this npm package
3. Configure the SDK
``js
import {
DynamicContextProvider,
DynamicWidget,
} from '@dynamic-labs/sdk-react-core';
const App = () => (
environmentId: 'ID',
}}
>
);
export default App;
``
Dynamic strives to help you build innovative experiences, meaning we're always adding new features. You can Join our Slack community., follow us on twitter or check out our change log to see the latest and greatest from us.
Get started here.