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.
Radix Docs · Contributing Guidelines · Submit an Issue
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
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!
Look for dApp toolkit and related packages under the /packages directory. Example applications are under the /examples directory.
cd
to the repository rootnpm install
to install all dependenciesnpm run test
will run the test suitenpm run dev
will start the dApp toolkit development servers
Learn about the latest improvements by looking at GitHub Releases page
Read through our contributing guidelines to learn about our submission process, coding rules, and more.
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!
Help us keep Radix dApp Toolkit open and inclusive. Please read and follow our Code of Conduct.
Join the conversation and help the community.
Love Radix dApp Toolkit? Give our repo a star ⭐ ⬆️.