The Law Offices of NEAR
Smart Contracts are the back-end of your application that perform logic and store data on the blockchain. All smart contracts on NEAR must be compiled to WebAssembly or simply WASM. Currently, Pagoda supports two languages Rust and JavaScript (pre-release) with custom software development kits (SDKs) to assist in their creation.
Based on Near documents, Smart Contracts are pieces of logic that are saved on the network of computers that generate and validate the blockchain, and are triggered whenever an RPC API call is performed to the network, either to read or write data. You deploy your application's back-end logic to the blockchain, where it is called a "smart contract" or just "contract" for short.
Here we had to calculate the daily number of smart contracts that were deployed on Near and also show the top 5 deployed contract in a selected period of time.
From Sep 2021 to May 2022, the speed of growth in the cumulative number of new deployed contracts was fast, but after May, the speed of growth decreased. You can see this in the daily chart obviously.
As you see, from May, number of deployed contracts were less than other days in previous months.
April and January 2022, the highest number of new contracts were deployed.
In below, I selected the last 30 days as the period of time to find the contracts that were most deployed during this time:
Pembrock and berryclub and Nearmailbot were the top 3 contracts that were deployed more than other contracts during last 30 days, respectively.
Tdt2022 and Boostfarm were the next two contracts for the top 5, but number of deploy for these two were much more less than the top 3 contracts.