radix-dapp-toolkit icon indicating copy to clipboard operation
radix-dapp-toolkit copied to clipboard

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

  • Code of Conduct
  • Contribution Guidelines
  • EULA

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

Migration guide

  • v1 -> v2 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