Radix dApp Toolkit repository


Keywords
radix, dapp, toolkit, dlt, web3, crypto, DeFi, core-app
License
Aladdin
Install
npm install @radixdlt/radix-dapp-toolkit@2.0.0-v2.38

Documentation

Radix Logo Radix dApp Toolkit: Tools for building dApps on Radix

npm version

Radix dApp Toolkit - v2 Monorepo

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

Apache 2.0 License

This is merging Radix dApp Toolkit, √ Connect Button, Wallet Request SDK, Radix Connect Schemas into one mono-repository.

Migration guide

Versions In This Repository

  • main - This is all of the current work, which is against v2 of RDT right now

Most PRs should be made to main.

Important

By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the Contributor Code of Conduct. Much like traffic laws, ignorance doesn't grant you immunity.

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