cargo build --target wasm32-unknown-unknown --release
near login
near deploy --wasmFile target/wasm32-unknown-unknown/release/<fileName>.wasm --accountId <accountID (0000.testnet
check out these resources
https://hackmd.io/@nearly-learning/ncd-day-0 (this is some of the best content i've found in the last 2 years of my own learning.)
NCD
examples - https://github.com/learn-near?q=L1 (10 sample contracts) - https://github.com/learn-near?q=L2 (10 sample frontends for the L1 contracts ) - the other 50+ examples are good student work but may not be as useful for learning - please star repos if you find them useful because this helps promote highest quality content
senior devs - https://hackmd.io/@nearly-learning/near-201 (hundreds of production examples including video walkthrough by core engineers and more)
Near CRUD app
and an NFT Skeleton and Architecture
tutorial on the Near docs.
Near CRUD app: https://docs.near.org/docs/tutorials/apps/todos-crud-app#introduction
NFT Skeleton and Architecture: https://docs.near.org/docs/tutorials/contracts/nfts/skeleton#introduction
https://airtable.com/shrPNZwDh2o646eJd
https://github.com/Learn-NEAR/starter--near-sdk-as