Particle Network Web SDK Demo
Particle Web Demo
This repository is Auth Service sample source. It supports EVM-compatiable chains, more chains and more features coming soon! Learn more visit Particle Network.
Currently hosted here.
Getting Started
Replace below config with the new values created in the Dashboard.
const pn = new ParticleNetwork({
projectId: process.env.REACT_APP_PROJECT_ID as string,
clientKey: process.env.REACT_APP_CLIENT_KEY as string,
appId: process.env.REACT_APP_APP_ID as string,
chainName: "ethereum",
chainId: 42,
});
Features
- Auth login with email or phone.
- Send Transaction.
- Personal sign.
- Sign typed data.
- Check our official dev docs: https://docs.particle.network/
Docs
Give Feedback
Please report bugs or issues to particle-web-demo/issues
You can also join our Discord.