Skip to main content

How to create account with open strategy

The open strategy allows developers to create a registration process that does not require users to pay any fees. In this method, users must transfer a specific amount of tokens to a non-existent account, which they must then claim to activate it using the register_account() operation.

warning

Please note that it is advisable to use the open strategy only during the development phase. Using it outside of this phase may result in users registering accounts without paying any fees, potentially causing network spam.

Rell side

Rell open strategy demo

Client side

JavaScript open strategy demo

To learn more: