Skip to content

Contract part of NekoHit Project. Frontend is here: NekoHitDev/ritmin-frontend

License

Notifications You must be signed in to change notification settings

NekoHitDev/Ritmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ritmin

The contracts developed by NekoHitDev.

Cat Token

This is our native token, which has a fixed rate with fUSDT: 1 CAT = 0.5 fUDST.

Basic info

Supported standard: NEP-17

Symbol: CAT

Decimals: 2

Total supply: Not fixed

Deployed:

Mint from fUSDT

You can mint CAT by transferring some amount of fUSDT to cat contract. The cat contract will mint your cat tokens in the same tx. Note: The tx will be rejected if you send unchangeable amount, like 0.000001 fUSDT.

Destroy and get fUSDT

You have to invoke the destroyToken method with your script hash and cat amount as parameter, along with your signature (CallByEntity is enough, don't use Global). The cat contract will destroy and send the fUSDT to your wallet in the same tx.

WCA Contract

This is the core contract that handle the crowdfunding protocol.

Basic info

Deployed:

Note:

  • Due to limitations from Neo node implementation, the identifier of WCA must not longer than 62 bytes. (Max key size is 64bytes, and all map prefix takes 2 ascii-chars/bytes)

Events and Methods

See the code, repo wiki, and the white paper.

How to use

You can use our client to do that, see NekoHitDev/ritmin-frontend.

Or you can manually invoke the methods, see wiki for the details.

Group

Telegram group (Chinese): https://t.me/NekoHitCommunity

Discord Server (English): https://discord.gg/DfSjhXuWyT

Feel free to join the group and ask questions, or submit your ideas. We're glad to hear from you.

Donate

If you like this project, and want to help the development of this project, please considering donate some GAS or NEO to this address (Neo N3):

NWWpkYtqeUwgHfbFMZurmKei6T85JtA1HQ

Deploy and update contract use a lot of GAS. Your donation will make our deployment easier.