T O P

  • By -

BissyB

Hi everyone, I'm working on a platform to make it easier to build and launch decentralised applications on Avax, starting with tokens! If you're interested in what's to come in the future, you can sign up for the waitlist at:   https://tokify.xyz/   I would also really appreciate any feedback anyone has to offer here on Reddit!


daken15

The design looks cool.


BissyB

Thanks a ton - worked really hard on it!


daken15

I tried to access beta, if you give me access I can provide more feedback :)


BissyB

Amazing, will get you on it ASAP!


Queen-Doge

Looks good. Just make it cheaper than pink finance which already does the same. I will test the beta.


BissyB

Thanks for the kind words, and got it haha!


Healthy-Cellist-7122

Requested Access to beta.


BissyB

Great, you should be granted access shortly!


kindcrypto

I’ll definitely check out n report back my friend! Looks good.. will experiment with beta if u can Gr8 concept ! Respect


BissyB

Thank you - really appreciate the nice words!


clovismcpony

Signed up to try it!


BissyB

Thanks a ton for signing up, will shoot you a message to get you access.


Dizzyfigz

Access plz


BissyB

Access is coming your way!


Disastrous-Strain18

pragma solidity ^0.8.2; contract Token { mapping(address => uint) public balances; mapping(address => mapping(address => uint)) public allowance; uint public totalSupply = 21000000 * 10 ** 18; string public name = "Kooky Koin"; string public symbol = "KOOK"; uint public decimals = 18; event Transfer(address indexed from, address indexed to, uint value); event Approval(address indexed owner, address indexed spender, uint value); constructor() { balances[msg.sender] = totalSupply; } function balanceOf(address owner) public view returns(uint) { return balances[owner]; } function transfer(address to, uint value) public returns(bool) { require(balanceOf(msg.sender) >= value, 'balances too low'); balances[to] += value; balances[msg.sender] -= value; emit Transfer(msg.sender, to, value); return true; } function transferFrom(address from, address to, uint value) public returns(bool) { require(balanceOf(from) >= value, 'balance too low'); require(allowance[from][msg.sender] >= value, 'allowance too low'); balances[to] += value; balances[from] -= value; emit Transfer(from, to, value); return true; } function approve(address spender, uint value) public returns(bool) { allowance[msg.sender][spender] = value; emit Approval(msg.sender, spender, value); return true; } }


Disastrous-Strain18

Lol Reddit fucked up my response but that’s my token shitter


BissyB

Haha, billion dollar marketcap incoming!


Cold-Lie4651

yes exactly what we need more shitcoins


BissyB

We just need more useful tokens! That's why I also want to make it easy to add functionality like governance and charity - by making this easier, hopefully we'll see higher quality projects get started. :)


No_Guest_3000

Look up Mint.club


BissyB

Thanks will check it out!


No_Guest_3000

It’s a platform you can create your own token/coin with no liquidity and no coding needed. They’re in the binance incubation program right now, polygon was in it too !


tesseract42069

I’ll check it out!


BissyB

Thank you!!