Skip to content

Monorepository for Radix dApp Toolkit and √ Connect Button. Together they make it easy for developers to connect users and their Radix Wallet to their dApps.

License

Notifications You must be signed in to change notification settings

radixdlt/radix-dapp-toolkit

Repository files navigation

Radix Logo

Radix dApp Toolkit

RDT is a TypeScript library that simplifies interactions between your dApp and Radix Wallet. It comes together with a custom HTML element which provides unified interface to display user information.

radixdlt.com

Radix Docs · Contributing Guidelines · Submit an Issue

license eula coverage
NPM version Discord conversation NPM downloads


How to start?

Install Node.js which includes Node Package Manager. Use create-radix-dapp package - paste following command into your terminal and it will walk you through all required steps.

npx create-radix-dapp@latest

Important

Make sure you go through README inside RDT package for more in-depth information

Official Examples

Make sure you take a look at our official examples repository. It will provide you with examples of not only how to start with RDT but also how to issue your first cryptocurrency!

Structure

Look for dApp toolkit and related packages under the /packages directory. Example applications are under the /examples directory.

Development

  1. cd to the repository root
  2. npm install to install all dependencies
  3. npm run test will run the test suite
  4. npm run dev will start the dApp toolkit development servers

Changelog

Learn about the latest improvements by looking at GitHub Releases page

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules, and more.

Want to Help?

Want to report a bug, contribute some code, or improve the documentation? Excellent! Read up on our guidelines for contributing and start building together with the community!

Code of Conduct

Help us keep Radix dApp Toolkit open and inclusive. Please read and follow our Code of Conduct.

Community

Join the conversation and help the community.

Love Radix dApp Toolkit? Give our repo a star ⭐ ⬆️.