An open API service indexing awesome lists of open source software.

https://github.com/devendra116/blockbelly-near


https://github.com/devendra116/blockbelly-near

Last synced: 3 months ago
JSON representation

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