SDK Easy Token
The RENEC EasyToken SDK aims to support the community effort to easily create new token on RENEC blockchain.
#
InstallationLink: https://www.npmjs.com/package/@renec-foundation/sdk-easytoken
#
How to use#
SetupYou need to wrap your application with WalletProvider to use the library. You can either use:
- Renec Adapter:
@renec-foundation/wallet-adapter-react
:
_app.tsx
- Solana Adapter:
@solana/wallet-adapter-react
: https://www.npmjs.com/package/@solana/wallet-adapter-react (refer to this guide https://github.com/solana-labs/wallet-adapter/blob/master/APP.md)
#
*In case you are using Next.js with Renec Adapter*Add this to your next.config.js
to load '@renec-foundation/wallet-adapter-react'
#
Usage#
FeedbackPlease do not hesitate to share your thoughts with us if you have any feedback via email at product@renec.foundation or through other communication channels.