Using blockchain tech in recordkeeping

New Jersey Corporations have been permitted to maintain records using blockchain technologies under a law that was passed in Sept, 2021. A digital ledger, which was also called an electronic network by some involved, is now allowed to store data by the new law. There are many different types of blockchain networks, not only bitcoin.… Continue reading Using blockchain tech in recordkeeping

A basic NFT modifiers and more…

So far in our ERC721 contract we’ve got one function ( mintOneNft ) that’s public (external) and anyone can mint. There is a difference between a public function and external but for our case at this time we just need to know it can be accessed by anyone in the outside world. Let’s add a… Continue reading A basic NFT modifiers and more…