Updating Contracts
To Share and +4 nLEARNs Login with NEARimport {CodeBlock} from ‘@theme/CodeBlock’ import {CodeTabs, Language, Github} from "@site/components/codetabs" import Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; NEAR accounts separate their logic (contract’s code) from their state (storage), allowing the code to be changed. Contract’s can be updated in two ways: Through tools such as NEAR CLI …