https://github.com/devendra116/blockbelly-near
https://github.com/devendra116/blockbelly-near
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devendra116/blockbelly-near
- Owner: Devendra116
- Created: 2022-07-13T14:43:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T05:26:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T03:22:29.974Z (4 months ago)
- Language: Rust
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockbelly NEAR
## Pre-requisite:
- Ensure you have installed Node version 12 or above (prefer 14).
- Ensure you have installed npm package manger## Requirements:
- rust
- wasm toolchain
- near CLI
- clippy(linting toolchain)## Procedure to setup:
- step1: Install rust on local machine from https://doc.rust-lang.org/book/ch01-01-installation.html
- step2: Add wasm target to your toolchain by using this command: rustup target add wasm32-unknown-unknown
- step3: Create a near testnet account : https://wallet.testnet.near.org/
- step4: Installing the near-cli : npm install -g near-cli
- step5: install clippy (a rust linting tool) :https://github.com/rust-lang/rust-clippy#step-2-install-clippy