Code-in

This is a video on how to leave records on-chain. Warning: Your on-chain data is visible to everyone.

Process Join:

  • Each wallet must register an account once to be allocated a small space for recording (approximately 1000 bytes).

  • This process incurs a gas fee of around 0.01 SOL.

Code-in:

  • This is the process of inscribing data onto the blockchain, which may require multiple signatures. The average gas fee per signature is about 0.000025 SOL.

  • Text data requires a signature approximately every 800 characters, while ASCII data requires one every 3000 characters.

  • For quick retrieval, the last signature executes a method that stores the data in a database linked to the user's wallet.After paying a service fee of 0.003 SOL along with the final method, your file will be successfully registered on the blockchain.

Last updated