https://github.com/joaquimley/near-utils
Utility scripts, and misc things.
https://github.com/joaquimley/near-utils
Last synced: 4 days ago
JSON representation
Utility scripts, and misc things.
- Host: GitHub
- URL: https://github.com/joaquimley/near-utils
- Owner: JoaquimLey
- License: gpl-3.0
- Created: 2022-01-16T17:11:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T19:08:14.000Z (over 3 years ago)
- Last Synced: 2025-02-09T23:27:39.994Z (8 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# NEAR Utils
A repository where you can find docs, scripts and other utils when building on NEAR.
### Contributing
Feel free to create a PR, open an issue, or make any suggestion(s).# NEAR
A climate-neutral, high-speed, and low transaction fee Layer-1 Blockchain platform.Visit [near.org](https://near.org) for more information
- [Official docs](https://docs.near.org/docs/develop/basics/getting-started)
- [GitHub Examples](https://github.com/near-examples)
- [Wallet](https://wallet.near.org/)
- [Explorer](https://explorer.near.org/)# Scripts
## [build.sh](https://github.com/JoaquimLey/near-utils/blob/master/scripts/build.sh)
- Simple script to make it easier to compile, and deploy to testnet.```bash
curl https://raw.githubusercontent.com/JoaquimLey/near-utils/master/scripts/build.sh -o build.sh
```# Dev Environment
### [near-cli](https://github.com/near/near-cli)
- Essential for interacting with the NEAR blockchain
### [near-api-js](https://github.com/near/near-api-js)
- A JavaScript/TypeScript library for development of DApps on the NEAR platform### [vscode](https://code.visualstudio.com/), simple, extensible and effective
- [Better TOML](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml): Better TOML language support
- [crates](https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates): Helps Rust developer managing dependencies
- [DotENV](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv): VSCode .env syntax highlighting
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer): Provides support for rust-analyzer: novel LSP server for the Rust programming language.
- [Rust Syntax](https://marketplace.visualstudio.com/items?itemName=dustypomerleau.rust-syntax): This extension provides a TextMate grammar for Rust(Optional/Extras)
- [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot): GitHub Copilot is an AI pair programmer which suggests line completions and entire function bodies as you type.
- [search-crates-io](https://marketplace.visualstudio.com/items?itemName=belfz.search-crates-io): Rust's crates suggestions in your Cargo.toml file
- [GitLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens): It helps you to visualize code authorship at a glance via Git blame annotations and code lens
- [Rainbow Brackets](https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets): Provide rainbow colors for the round brackets, the square brackets and the squiggly brackets.