Anedak Overview

Thanos
Anedak
Published in
3 min readAug 27, 2020

Anedak (proof-of-concept token) fungible implementation was made to

- Bring attention to tokens on chainweb

- Pave the way for tokens to be adopted and used on chainweb

- Push development for better usability of the token system

- Showcase current and future chainweb technologies

There will be documentation about how we managed to create this token, so people can modify the code, play with it, and modify for their needs

Some advantages over ERC-20

- More throughput with 20 chains

- Scalable network for growth

- Low to no cost transactions (no more $30+ tx fees)

Gas stations in place to pay for your gas on Anedak if you don’t want to pay for them. More information on gas stations can be found here

How to buy

Sale ended, available on https://swap.anedak.com/

How to send tokens

https://anedak.com/transfer

Kadena has a very different system then what you are used to

I will cover the very basic but be aware this can get a lot more complex

The sender input is your public key

(It can be something else but I’m only covering the basics)

The receiver is where you to send to, it will usually be a public key, but it can be anything between 3 and 255 LATIN-1 characters

Pic1 If the receiver already exist

You should see its keyset pop up after entering the account in

Pic2 If the receiver does not exist

You will be asked to enter a public key to control the receiving tokens. This CAN be different from the receiver but should be the same unless specified otherwise

Signatures

From a generated key pair, the signature is your secret key

If you used Chainweaver, click Get Hash and copy it

Open the keys tab in Chainweaver, details then advanced. Paste the Hash there and copy the signature to the website. This is safer because you never copy your secret keys around

Take a look at these great articles about Kadena’s accounts and transfers for deeper explanations

How to check your balance

You can look up your balance on our website https://anedak.com/balance

Paste your public key in the Account input and press Check Balance

From Chainweaver go to the contract tab and do a search for anedak, click view on the chain you want to query and call the get-balance function. You don’t need to select a sender or a gas payer for this as the preview will show your balance without actually submitting anything.

More information can be found in discord as well as the team to answer questions and help with troubleshooting https://discord.gg/u7rdC6H

Useful links

Online Wallet: https://anedak.com/transfer https://anedak.com/balance
Explorer: https://explorer.chainweb.com/mainnet
Ann: https://bitcointalk.org/index.php?topic=5270145
Website: https://anedak.com/
Github: https://github.com/Thanos420NoScope/Anedak
Telegram: https://t.me/Anedak_Token
Discord: https://discord.gg/6uy5QDf

--

--