Developers Forum for XinFin XDC Network

Discussion on: [Closed]Verifying Contracts created via XDC Origin?

Collapse
ruslan_wing profile image
ruslan wing

Please check out the detailed guide on How to verify your Smartcontract on Blocksscan Explorer medium.com/@tivan7404/how-to-verif...

Collapse
jc_bitcoinx profile image
Jackie Collins Author

I figured out how Origin named their contracts by plugging in the .sol file into remix.ide and compiling.

So note for future Projects.
If you use Origin to mint your tokens. To verify your contract in the "Contract Name" field type "Coin." It does not name it the same as your project. Paste .sol code as usual. Click submit. Cheers. 👍

Collapse
tpada13 profile image
Jonathan • Edited on

You could consider creating your XRC-20 through Truffle:

docs.xdc.community/learn/how-to-ar...