Skip links

Our world wide partners

ETH Developer Tools

Use all your favorite tools, the only difference is $0.00 gas fee's.

Knowledge Base

Decentralized

Solidity

Vast Ecosystem

Delegator Staking

Global Validators

Decentralized Wallets

$0.00 fees

Knowledge Base

Decentralized

Solidity

Vast Ecosystem

Delegator Staking

Global Validators

Decentralized Wallets

Zero Fees

Still have a question? Browse documentation or submit a ticket.

Code in solidity

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract HelloCredit {
    string public name = "Hello Credit";
    string public symbol = "HC";
    uint8 public decimals = 18;
    uint256 public totalSupply;

    mapping(address => uint256) public balanceOf;
    mapping(address => mapping(address => uint256)) public allowance;

    event Transfer(address indexed from, address indexed to, uint256 value);
    event Approval(address indexed owner, address indexed spender, uint256 value);

    constructor(uint256 initialSupply) {
        totalSupply = initialSupply * 10 ** uint256(decimals);
        balanceOf[msg.sender] = totalSupply;
    }

    function transfer(address to, uint256 value) public returns (bool) {
        require(to != address(0), "Invalid address");
        require(balanceOf[msg.sender] >= value, "Insufficient balance");

        balanceOf[msg.sender] -= value;
        balanceOf[to] += value;
        emit Transfer(msg.sender, to, value);
        return true;
    }

    function approve(address spender, uint256 value) public returns (bool) {
        allowance[msg.sender][spender] = value;
        emit Approval(msg.sender, spender, value);
        return true;
    }

    function transferFrom(address from, address to, uint256 value) public returns (bool) {
        require(from != address(0), "Invalid address");
        require(to != address(0), "Invalid address");
        require(balanceOf[from] >= value, "Insufficient balance");
        require(allowance[from][msg.sender] >= value, "Allowance exceeded");

        balanceOf[from] -= value;
        balanceOf[to] += value;
        allowance[from][msg.sender] -= value;
        emit Transfer(from, to, value);
        return true;
    }
}

Take a look under the hood

Zero fee transactions

Global Decentralization

Full Web3 wallet support

Still have a question? Browse documentation or send an email

More than just free ...

Our network is extremely fast, with the capability to handle 100,000 transactions per second. This opens up a world of possibilities, imagine what you could build on Credit Smart Chain.

Code
Analytics
NFT Music
Contracts
Content
Code
Analytics
NFT Music
Contracts
Content
Code
Analytics
NFT Music
Contracts
Content
Videos
Social Ads.
Startup Ideas
SEO Meta
Eccomerce Products
Videos
Social Ads.
Startup Ideas
SEO Meta
Eccomerce Products
Videos
Social Ads.
Startup Ideas
SEO Meta
Eccomerce Products
Customer Stories
Newsletter
Post / Article
FAQ
Email Marketing
Customer Stories
Newsletter
Post / Article
FAQ
Email Marketing
Customer Stories
Newsletter
Post / Article
FAQ
Email Marketing

Still have a question? Browse documentation or send an email.

So, how does it work?

Get a Wallet

You can use any self custody wallet, like Metamask

Get gas

You can buy tCREDIT on any major DEX on any chain

Bridge

Teleport via our bridge and receive native tokens

Our global community

photo_2023-10-22_09-17-41
GideonGraces

Credit SmartChain is super fast, cheap and easy to use and navigate.


Oct, 2023

photo_2023-10-21_17-36-40
George

CREDIT Smart chain technology is superb, amazing,super fast built by an amazing team. The Credit bridge super fast and cheapest compared to others.


Oct, 2023

photo_2023-10-25_05-28-45
Aniedi

Credit is my first Investment in cryptocurrency. Since 2020, i have been investing for the long term.  Credit Smart Chain  will outshine all these undulating project both as a BlockChain and as a coin. I stand with CREDIT


Oct, 2023

photo_2023-10-25_05-25-21
Achiever

Since 2018 CREDIT has being building its ecosystem with amazing future plan now credit smart chain fastest ,cheapest , zero gas Fess and most secured ,credit smart chain came to solve unresolved future high gas fees problems affecting cryptosystem,credit smart chain king of all smart chain.


Oct, 2023

photo_2023-10-22_09-22-32
Biggy

I am 28 years old and I am from Armenia, and the Honesty، seriousness and innovation of the credit project are attractive and interesting to me.


Oct, 2023

photo_2023-10-22_09-17-25
Kelvin

What makes it so nice to use is that you can have 0.0001 credit to pay for fees. Gone with stressing about high transaction fees.


Oct, 2023

photo_2023-10-22_09-21-24
Olars

As credit constantly evolve with new technology and innovation, I would advise all crypto enthusiast like me to explore credit and I am sure it will be a satisfying experience.


Oct, 2023

photo_2023-10-21_17-32-59
Mahmud Shittu

CREDIT is a wonderful technology have been with since 2019 , It's fast and cheap .I survived with credit staking program during the pandemic.


Oct, 2023

photo_2023-10-21_17-22-26
AdenyiBiz

Credit is a life changing coin since it inception. The objective is to bring the poor masses to take part in the crypto world with gasless fee. Credit ..... Changing Lives


Oct, 2023

Have a question? Find the answer here.

Some frequently asked questions about our zero fee smart chain.

The Latest News & Trends

🍪 This website uses cookies to improve your web experience.