repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
h2plalbert_icon-bridge | .github
ISSUE_TEMPLATE
bug.md
config.yml
task.md
test-scenario.md
user-story.md
pull_request_template.md
release-template.yml
release.yml
workflows
build.yml
codeql-analysis.yml
coverage.yml
dependency-review.yml
deploy-... | # BSC Private Network Setup
This directory contains docker image and predefined genesis required to run private Binance Smart Chain network. The
genesis file is based on BSC official testnet PoA genesis.
It's configured for one sealer account to allow running single node.
## Build docker image
```
docker build --t... |
lhtkamleshkulkrni_Task-Creator | .gitpod.yml
README.md
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
package-lock.json
package.json
frontend
App.js
Components
Task.js
Transaction.js
_... | near-blank-project Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code liv... |
MetaBUILD-III_MetaBUILD_III_contracts | Cargo.toml
README.md
build.sh
close_position_flow.sh
create_order_flow.sh
deploy.sh
src
big_decimal.rs
cancel_order.rs
config.rs
create_order.rs
deposit.rs
execute_order.rs
ft.rs
lib.rs
liquidate_order.rs
market.rs
metadata.rs
oraclehook.rs
price.rs
ref_finance.rs... | # Leverage trading over concentrated liquidity
Omomo leverage trading is a leverage trading protocol which utilizes feature of [concentrated liquidty](https://docs.uniswap.org/protocol/concepts/V3-overview/concentrated-liquidity) from [ref.finance](https://ref-finance.medium.com/ref-v2-unlock-concentrated-liquidity-fo... |
frol_near-devgov-badges | Cargo.toml
README.md
src
lib.rs
nft_interfaces.rs
types.rs
tests
happy_path.rs
| NEAR DevGov Badges
==================
[NEAR DevGov](https://neardevgov.org) Badges are designed to provide recognition incentives to the community contributors.
Currently, this repo hold the smart-contract implementation of [NEAR DevGov] Badges that is mainly going to be used on [GigsBoard on near.social](http://devg... |
omerfkaya_practices | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
genblk_genblk.github.io | .github
workflows
deploy.yml
test-deploy.yml
README.md
babel.config.js
docs
buidl
overview.md
smart-contracts
_category_.json
introduction.md
earn
intro.md
explore
intro.md
learn
getting-started.md
module-1
... | ## Installation
```console
yarn install
```
## Local Development
```console
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
yarn build
```
This command generates static content i... |
khanhhuy-bkdn_payment-shop-rust | Cargo.toml
build.sh
neardev
dev-account.env
src
enumeration.rs
lib.rs
payment.rs
util.rs
tests
sim
main.rs
| |
hdriqi_move-by-paras | .gitpod.yml
README.md
babel.config.js
dist
gray_near_logo.f4fe4645.svg
index.html
logo.b37d81ec.svg
models
ssd_mobilenetv1_model-weights_manifest.json
near.45fb95a6.svg
package.json
postcss.config.js
src
App.js
assets
tailwind.css
components
Image.js
Infin... | # MOVE by Paras
Share & show your support for the MOVEMENT that you believe in!
Here's how MOVE protect your privacy:
✔ Pseudonymous
✔ Everything happens on client-side
✔ Machine Learning to Pixelated Face
✔ Auto-strip Image Metadata
✔ Decentralized (IPFS + NEARprotocol)
[Try MOVE](https://move.paras.id)
## Dem... |
ilblackdragon_near-mappings | Cargo.toml
README.md
build.sh
src
lib.rs
| # NEAR Mappings
## Overview
Protocol to maintain mappings between NEAR account and various other blockchain accounts, ip addresses and an
## Protocol
Maintains map of `<account_id, label> -> <content>`
Contract supports delegating updates to another account via `<account_id> -> <account_id>`
Protocol has next met... |
LuisCuevaBayBay_Honduvoto-blockchain | honduvoto
.gitpod.yml
README.md
contract
README.md
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
... | # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```ts
@NearBindgen({})
class HelloNear {
greeting: string = "Hello";
@view // This method is read-only and can be called for free
get_greeting(): string {
return this.greeting;
}
... |
kalloc_rust-counter-cross-contract | README-Gitpod.md
README.md
contract
Cargo.toml
src
lib.rs
tests
sim
main.rs
package.json
src
config.js
index.html
loader.html
main.js
test-setup.js
test.js
| Cross-Contract Counter example in Rust
=================================
- Deploy first [original rust-counter contract](https://examples.near.org/rust-counter).
- Deploy second counter using this contract and specify `FIRST_COUNTER_CONTRACT`
- Second counter can't be greater then the first one.
Run `increment_with_b... |
ameliejyc_near-enough | .gitpod.yml
README.md
babel.config.js
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
utils.ts
compile.js
package-lock.json
p... | # NEAR enough
Here are the available contract API call methods.
- ### **startGame** - Starts a new game for a given animal and at a given time.
`startGame(animalIndex: i32, timestamp: u64): void`
The contract owner can call this method to start a new game using ./scripts/start-game.sh.
- ### **makeGuess** - Adds a... |
near-everything_dashboard | .eslintrc.json
README.md
app
api.js
components
DetailsModal.js
Footer.js
MediaUpload.js
Navbar.js
Table.js
ThingTable.js
UploadModal.js
icons
CheckmarkIcon.js
DeleteIcon.js
ImageIcon.js
containers
Layout.js
graphql
queries.js
next.config.js
package-loc... | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your br... |
near-x_awesome-nft | README.md
| # awesome-nft
Awesome NFTs Projects and Toolkits built with NEAR
## Build with NEAR
1. [What is NEAR? https://near.org/ ](https://near.org/)
2. [NEAR Developer Docs](https://docs.near.org): NEAR SDKs, APIs, tools, best practices, etc.
3. [Learn NEAR Protocol](https://near.org/learn/): Learn more about NEAR in details... |
KCY-G_Near-example | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
builder.c
code.h
contract.js
methods.h
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
index.html
index.js
near-wal... |
near-ts-template
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you hav... |
jackysense_decentralized_service_transaction_platform | .eslintrc.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
babel.config.js
contracts
as_types.d.ts
rating
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
model.ts
task
... | Decentralized Service Transaction Platform
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!... |
makarovas_near-cra | .env
README.md
package.json
public
index.html
manifest.json
robots.txt
src
components
Nav
Nav.module.css
near-logo.svg
react-logo.svg
contracts
guest-book.ts
index.css
react-app-env.d.ts
setupTests.ts
utils
near.ts
tsconfig.... | ## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `yarn test`
Launches the... |
Patrick1904_KnowledgeSharer | .eslintrc.js
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
guestbook.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.js
neardev
default
dev-1582817300252.json
shared-test-staging
... | Guest Book
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
NEARBuilders_discoverbos | .eslintrc.js
.github
ISSUE_TEMPLATE
bug_report.md
feature-request.md
workflows
release.yml
README.md
apps
discoverbos
bos.config.json
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
package.... | # Discover BOS
Discover the ecosystem home of BOS. Community driven BOS curation platform.
## Setup & Development
Install packages:
```
yarn
```
Start development version:
```
yarn dev
```
This will start both the gateway and http server for loading your local components.
To view your local developments, either v... |
nearprotocol_near-node-debug | prometheus
core.py
prometheus.py
requirements.txt
simple_dashboard
README.md
app.py
start.sh
stop.sh
| # Network dashboard
Install dependency using:
```bash
pip install -r requirements.txt
```
## Start dashboard
```bash
python3 app.py https://<node_ip>:<rpc_port>
```
If you are running network locally using:
```bash
python3 app.py https://127.0.0.1:3030
```
|
PriteshKiri_near-calculator | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
as_types.d.ts
index.ts
tsconfig.json
package.json
| # **Calculator Example in Assemblyscript**
## **Description**
This contract includes a simple Calculator. Contract in assembly/index.ts provides operations to add, subtract, multiply and divide the input value. Test files are available in assembly__test__.
## **To Run**
git clone https://github.com/PriteshKiri/near... |
GiongNetwork_pristorage | .env
.gitlab-ci.yml
.gitpod.yml
GUIDE.md
README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
deploy
deploy.sh
dist
avatar.svg
doc.svg
logo.svg
package.json
src
App.js
__mocks__
fileMock.js
assets
avatar.svg
doc.svg
logo-black.... | PriStorage
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for a
... |
pagoda-gallery-repos_loyalty-example | .eslintrc.yml
.github
ISSUE_TEMPLATE
01_BUG_REPORT.md
02_FEATURE_REQUEST.md
03_CODEBASE_IMPROVEMENT.md
04_SUPPORT_QUESTION.md
config.yml
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
codeql.yml
deploy-to-console.yml
labels.yml
lock.... | <h1 align="center">
<a href="https://github.com/near/boilerplate-template-rs">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png">
<source media="(prefers-color-scheme: light)" srcset="ht... |
keremOzerdem_NearDeveloperCourse-practice-II-4th-task | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | # `near-sdk-as` Starter Kit
This is a good project to use as a starting point for your AssemblyScript project.
## Samples
This repository includes a complete project structure for AssemblyScript contracts targeting the NEAR platform.
The example here is very basic. It's a simple contract demonstrating the followin... |
ImranDemirci_NearProtocol_Pratice-Part | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
gauravvrajj_Votebooth | .gitpod.yml
README.md
contract
README.md
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
assets
globa... | # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```ts
@NearBindgen({})
class HelloNear {
greeting: string = "Hello";
@view // This method is read-only and can be called for free
get_greeting(): string {
return this.greeting;
}
... |
klyvechen_near-hack-contract | FT
Cargo.toml
README-Windows.md
README.md
build.bat
build.sh
ft
Cargo.toml
src
lib.rs
rustfmt.toml
test-contract-defi
Cargo.toml
src
lib.rs
tests
sim
main.rs
no_macros.rs
utils.rs
... | Fungible Token (FT)
===================
Example implementation of a [Fungible Token] contract which uses [near-contract-standards] and [simulation] tests. This is a contract-only example.
[Fungible Token]: https://nomicon.io/Standards/FungibleToken/Core
[near-contract-standards]: https://github.com/near/near-sdk-... |
luispimenta_ecotech | mintbase-marketplace
.eslintrc.json
README.md
config
constants.ts
global.d.ts
hooks
useNearPrice.ts
useStoreNfts.ts
useStores.ts
useTokenListData.ts
lib
numbers.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
post... | ---
name: Simple Minter
slug: simple-minter
description: Simple Minter on Mintbase
framework: Next.js
css: Tailwind
deployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FMintbase%2Fexamples%2Ftree%2Fmain%2Fsimple-minter
demoUrl: https://examples-simple-minter.vercel.app/
---
# Simple Minter... |
hermes1108_near-coinflip-smart-contract | Cargo.toml
build.sh
neardev
dev-account.env
online_test.sh
src
lib.rs
test.sh
| |
esaminu_test-js-boilerplate-123 | .eslintrc.yml
.github
ISSUE_TEMPLATE
01_BUG_REPORT.md
02_FEATURE_REQUEST.md
03_CODEBASE_IMPROVEMENT.md
04_SUPPORT_QUESTION.md
config.yml
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
codeql.yml
deploy-to-console.yml
gh-pages.yml
lab... | <h1 align="center">
<a href="https://github.com/shelegdmitriy/test-boilerplate-template-js">
<!-- Please provide path to your logo here -->
<img src="docs/images/pagoda_logo.svg" alt="Logo" width="100" height="100">
</a>
</h1>
<div align="center">
Test Boilerplate Template JS
<br />
<br />
<a href=... |
etasdemir-practice_patika-practice1 | README.md
as-pect.config.js
asconfig.json
neardev
dev-account.env
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
gs-pro-engineer_amber-web-game | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package-lock.json
package.json
src
App.js
__mocks__
fileMock.js
app.css
assets
amber-logo.svg
logo-black.svg
logo-white.svg
config.js
global.css
i... | holy-cube-amber
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for ... |
pholophus_near-tutorial-guest-book | Monetize-NEAR-Smart-Contracts.md
NEAR-STAKE-Pool-Ground.md
README.md
Registry-dApp-NEAR.md
Stake-Account-Storage-Standard-(NEP-145)-implementation.md.md
cross-contract-calls.md
crowd-funding-dapp-NEAR.md
| Guest Book
==========
Our Guest Book example is a simple app composed by two main components:
1. A smart contract that stores messages from users, allowing to attach money to them.
2. A simple web-based frontend that displays the last 10 messages posted.

[Contract](contract/src/lib.rs)
## Example Call
### Deploy
```
env NEAR_ENV=local near --... |
near_openweb-profiles | .github
ISSUE_TEMPLATE
BOUNTY.yml
candidate-profile.md
company-project-profile.md
config.yml
README.md
| # Profiles board
This repository hold profiles of [NEAR Protocol](https://near.org) ecosystem members and organizations. All profiles organized in [its issues](https://github.com/near/openweb-profiles/issues).
DO NOT USE THIS REPOSITORY ISSUES DIRECTLY, for fully-featured access to profiles and its management sign-in... |
hermes1108_near-mighty-kernel-republic-nft-frontend | .env
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
common
config.js
index.css
index.js
logo.svg
page
Main.js
coin.css
reportWebVitals.js
setupTests.js
| # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view... |
mikenevermindng_-Challenge-3-awesome-open-source | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
build.sh
src
lib.rs
deploy.sh
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
components
Create.js
Navbar.js
config.js
global.css
index.htm... | awesome-open-source
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` ... |
near_bos-loader | .devcontainer
devcontainer.json
.github
ISSUE_TEMPLATE
BOUNTY.yml
workflows
release.yml
.vscode
launch.json
CHANGELOG.md
Cargo.toml
README.md
src
main.rs
test
.bos-loader.toml
replacements.json
replacements.wrong.json
webengine
WithStyle.module.css
| # BOS Component Loader
Serves a local directory of component files as a JSON payload properly formatted to be plugged into a BOS `redirectMap`. When paired with a viewer configured to call out to this loader, it enables local component development—especially when working on multiple components in parallel.
Works best... |
L-tech_near-charity | .env
README.md
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
Wallet.js
donations
AddCharity.js
Charities.js
Charity.j... | # Near Charity
This project is a MVP Dapp built on Near Protocol for making donations and contributions to charitable projects.
## Link
You can view the [website](https://l-tech.github.io/near-charity/)
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to vi... |
krz4991_dice-game | README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
config.js
firebaseConfig.js
index.css
index.js
logo.svg
reportWebVitals.js
setupTests.js
| # dice-game
|
Mujhtech_near-protocol-dapp | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
shero.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
package.json
public
index.html
manifest.json
robots.txt
src
index.css
logo.svg
react-app-env.d.ts
reportWebVitals.ts
se... | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view... |
near_pagoda-docs | .github
ISSUE_TEMPLATE
BOUNTY.yml
workflows
build.yml
spellcheck.yml
test-links.yml
README.md
babel.config.js
docs
alerts
_category_.json
intro.md
setup.md
webhooks.md
decision-tree-lt.md
decision-tree.md
intro.md
lake
_... | # Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having t... |
jonathantcrawford_dynamic-nft-example | .github
ISSUE_TEMPLATE
issue-template.md
pull_request_template.md
README.md
components
mint
rarible-contract-artifact.ts
next-env.d.ts
package.json
pages
api
persist.ts
postcss.config.js
public
logo-ceramic.svg
vercel.svg
styles
Home.module.css
globals.css
lay... | This is an example application that uses [Ceramic](https://ceramic.network), based on [Next.js](https://nextjs.org/).
Fork it freely.
## Getting Started
1. Install dependencies.
2. Create local ENV file with your [web3.storage](https://web3.storage) and [INFURA](https://infura.io) access tokens:
```
WEB3STORAGE_TO... |
imdivyanshusingh_BOOM | .eslintrc.json
components
ActionButtons.js
DrawerContent.js
Header.js
NearAccount.js
NearLogin.js
NearLogo.js
Player.js
Roles.js
SongCard.js
context
DatabaseProvider.js
NearProvider.js
SoundProvider.js
near-contracts
README.md
market-contract
Cargo.toml
... | # TBD
# TBD
# Nearsound Contracts
|
Muzikanto_react-near | LICENSE.md
README.md
codegen-react-ts.js
codegen-ts.js
codegen.js
example
.eslintrc.json
abi
tournament_abi.json
near-api
game.ts
market.ts
nft.ts
tournament.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
public
vercel.svg
... | <h1 align="center">react-near</h1>
<div align="center">
<p align="center">
<a aria-label="NPM version" href="https://www.npmjs.com/package/react-near">
<img alt="" src="https://img.shields.io/npm/v/react-near.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="github issues" href="https://www.np... |
happyguy1212_nft-first-app | .gitpod.yml
README.md
babel.config.js
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
compile.js
package-lock.json
package.json
package.json
src
Ap... | first-app Smart Contract
==================
A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install [Node.js] ≥ 12
Exploring The Code
==================
1. The main smart contract code lives in `asse... |
Jilanixxx_Pokeplace-dapp | README.md
package.json
public
index.html
manifest.json
robots.txt
smartcontract
README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package-lock.json
package.json
src
App.css
App.js
App.test.js
components
... | # PokePlace Dapp
This is a very simple marketplace dapp where users can:
1. See pokemon cards hosted on the dapp
2. Create and Add new pokemon cards
3. Sell pokemon cards
4. Buy pokemon cards
5. Unlist pokemon cards
6. Remove pokemon cards
# Prerequsities
Install the next tools:
* `node`
* `yarn`
* `near-cli`
Also,... |
mikedotexe_inmemorykeystore-react | .cache
00
3b79702d91ad86fede7b244871f477.json
02
cb95bdeaf6b3c9aa0d116aca754810.json
03
09678dbfe823eead15be54e2292d4d.json
f6ebee71379ad1e90a600c53b3aebd.json
04
d4bdc736b35a24f73c0753c578e069.json
09
2597e8d1d4de092ca62c3d18a71e21.json
0a
... | hireact
==================
This app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for a
full list o... |
Learn-NEAR-Club_nearSwap | LICENSE-APACHE.txt
LICENSE-MIT.txt
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
token.spec.ts
as_types.d.ts
index.ts
token.ts
tsconfig.json
neardev
dev-account.env
shared-test-staging
test.near.json... | NEAR SWAP DAPP in AssemblyScript
================================
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This project contains an implementation of a token contract similar to [ERC20](https://theethereum.wiki/w/index.php/ERC20_Token_Standard) but simpler. We'... |
mucahittanacioglu_simple-sm | README.md
as-pect.config.js
asconfig.json
package.json
scripts
add_comment_on_topic.sh
create_topic.sh
get_comment_on_topic.sh
view_topics.sh
src
as_types.d.ts
simple
asconfig.json
assembly
index.ts
model.ts
tsconfig.json
utils.ts
| Here I tried to simulate simple social media.I have used [near-starter-sdk](https://github.com/Learn-NEAR/starter--near-sdk-as) project as template.
You can create topic and people can comment on that it is basic structure but can be extendable such as adding like,emotion,even multimedia if storing is not problem.
I us... |
Nearblocks_translations | en
404.json
about.json
address.json
blocks.json
charts.json
claim-address.json
common.json
contact.json
home.json
kb.json
terms.json
token.json
top-accounts.json
txns.json
es
404.json
about.json
address.json
blocks.json
charts.json
claim-ad... | |
khorolets_near-ledger-rs | .github
workflows
rust.yml
Cargo.toml
README.md
SECURITY.md
|
examples
common
lib.rs
get_public_key
display.rs
silent.rs
get_version.rs
get_wallet_id.rs
sign_nep_366_delegate_action.rs
sign_nep_413_message.rs
sign_transaction
add_key_fullaccess.rs
... | # near-ledger-rs
[](https://github.com/khorolets/near-ledger-rs/actions/workflows/rust.yml)
[](https://crates.io/crates/near-ledger)
[
Based on work by [theophoric](https://github.com/theophoric/near-core-contracts-as) in adapting NEAR core contracts
## Setup
1. run `./scripts/1.dev-deploy.sh` \
_(note that you will see s... |
Learn-NEAR_NCD--faucet | .gitpod.yml
.travis.yml
README.md
contract-rs
Cargo.toml
README.md
build.sh
src
lib.rs
frontend
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.js
App.test.js
index.js
setupTests.js
| # Account faucet with Proof of Work
A Faucet contract that creates and funds accounts if the caller provides basic proof of work
to avoid sybil attacks and draining balance too fast.
The new account always receives 1/1000 of the remaining balance.
Proof of Work works the following way:
You need to compute a u64 sal... |
Learn-NEAR_NCD.L1.sample--library | README.md
as-pect.config.js
asconfig.json
package-lock.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
library
__test__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts... | 📑 Exploring the NEAR library smart contract methods
==================
The following commands allow you to interact with the smart contract methods using the NEAR CLI (for this you need to have a provisional smart contract deployed).
Information: the command for rate will require especific data (AccountId, Rate)
... |
MusicFeast_bot_discord | README.md
app
controllers
botdiscord.js
routes
botdiscord.js
index.js
config
dataThegraph.js
postgres.js
gulpfile.js
package-lock.json
package.json
server.bundle.js
server.js
serverlocal.js
webpack.config.js
| # musicfeast_botdiscord
|
pujithagreddy_MiniProject_BCTVote | README.md
bctvote
.gitpod.yml
README.md
babel.config.js
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
... | ## Follow Redirects
Drop-in replacement for Nodes `http` and `https` that automatically follows redirects.
[](https://www.npmjs.com/package/follow-redirects)
[](ht... |
joshmuente_hashassine | .github
workflows
deploy.yml
README.md
contract
Cargo.toml
src
lib.rs
hashassine-frontend
.vscode
extensions.json
launch.json
tasks.json
README.md
angular.json
karma.conf.js
package-lock.json
package.json
src
app
add-has... | # Hashassine
Learning project and submission for the Advanced Near Developer Certificate.
Hashassine (pronounced like "hash" and "assasine" together) is a decentralized hash cracking service on the Near Blockchain.
 / [latest API](https://redocly.github.io/redoc/?url=https://github.com/keyko-io/near-contract-example/releases/latest/download/example-01-openapi.json).
### Live Contracts
#### SEAT
- `testnet`: [`todo.testnet`](https://explorer.testnet.nea... |
Post-Quantum-Team_DNS-over-Near | Cargo.toml
README.md
src
lib.rs
| # DNS over Near Protocol
This smart contract manage domain names and domain entries of NEAR accounts that call it.
:warning: This repository should be used for test purpose ONLY !!! :warning:
## Prerequisites
## Building this contract
cargo build -r --target wasm32-unknown-unknown
## Deployment
|
mangas_near-substream | Cargo.toml
package.json
rust-toolchain.toml
src
lib.rs
pb
mod.rs
receipts.v1.rs
sf.near.type.v1.rs
| |
nicolasgarcia214_iron-pig | .gitpod.yml
README.md
babel.config.js
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
compile.js
node_modules
.package-lock.json
@as-covers... | # minipass
A _very_ minimal implementation of a [PassThrough
stream](https://nodejs.org/api/stream.html#stream_class_stream_passthrough)
[It's very
fast](https://docs.google.com/spreadsheets/d/1oObKSrVwLX_7Ut4Z6g3fZW-AX1j1-k6w-cDsrkaSbHM/edit#gid=0)
for objects, strings, and buffers.
Supports pipe()ing (including mu... |
Learn-NEAR_NCD--near-enough | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
index.ts
models.ts
tsconfig.json
node_modules
@as-pect
assembly
README.md
assembly
index.ts
internal
Actual.ts
... | # ASBuild
A simple build tool for [AssemblyScript](https://assemblyscript.org) projects, similar to `cargo`, etc.
## Usage
```
asb [entry file] [options] -- [args passed to asc]
```
### Background
AssemblyScript greater than v0.14.4 provides a `asconfig.json` configuration file that can be used to describe the opti... |
near_near-icecream | .github
ISSUE_TEMPLATE
BOUNTY.yml
.gitpod.yml
.travis.yml
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
package.json
src
App.js
__tests__
main.test.js
assets
ic... | <br />
<br />
<p>
<img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240">
</p>
<br />
<br />
## Buying IceCream with near token
### Requirements
##### IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x
1. [Node.js](https://node... |
kiridharan_marketplace-NEAR | README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package.json
| # marketplace-NEAR
NEAR protocol based marketplace application
|
nearprotocol_hackathon | README.md
china-hackathon
code-of-conduct-CN.md
rules.md
ideas.md
privacy-gdpr.md
privacy.md
| # hackathon
This is created for “创世神” hackathon in China. For more information, please visit https://nearprotocol.com/china-hack/
|
evgenykuzyakov_social-homepage | contract
Cargo.toml
build.sh
src
lib.rs
package.json
public
index.html
manifest.json
robots.txt
src
App.js
data
account.js
near.js
utils.js
index.css
index.js
pages
MainPage.js
| |
pztask_mintbase-pzt-session-nft-demo | .eslintrc.json
README.md
doc
pzt-architecture.svg
pzt-workflow.svg
docker
README.md
docker-compose.yml
jest.config.js
next.config.js
package.json
pages
api
auth
[...nextauth].ts
user
[id]
wallet.ts
wallet
[ad... | # Mintbase Puzzletask Session-NFT Demo
## Introduction
This repo is meant to be used as a demo for the Mintbase Puzzletask Session-NFT use case and open-source lib.
The idea behind our use case is that an NFT will be bound to a puzzletask user and that use can manage it's NFTs without the need to be the NFT owner. W... |
goard_near-marketplace-NFT | README.md
blockchain
nft-simple
Cargo.toml
README.md
build.sh
neardev
dev-account.env
src
internal.rs
lib.rs
mint.rs
nft_core.rs
target
.rustc_info.json
release
.finger... | ### Marketplace NFT meme to near blockchain
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://l... |
kchia_NCD.L1.project--time-locked-wallet | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
KeystoneHQ_rust-crypto-core | README.md
blockchains
aptos
Cargo.toml
src
aptos_type
account_address.rs
chain_id.rs
identifier.rs
language_storage.rs
mod.rs
module.rs
parser.rs
safe_serialize... | # Rust Crypto Core
Rust Crypto Core is the Rust implementation of multiple blockchain application used on Keystone Wallet. It includes like transaction decoding, Signer implemenation etc.
## Struture
- [blockchains](https://github.com/KeystoneHQ/rust-crypto-core/tree/master/blockchains): different blockchain transact... |
mhassanist_near-transaction-creator-api | README.md
index.js
package-lock.json
package.json
| # NEAR Transaction Creator Api (beta)
## :no_entry: USE WITH CAUTION | Sharing Private Key Is A Security Issue!
A simple API to generate keys and create transaction on the NEAR Protocol. This can be useful if you are developing for platform that does not have supported SDK yet (for example a mobile app).
## Using this... |
iLavrenyuk_NCD.L2.sample--community | .eslintrc.json
README.md
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
assets
svg
cross.svg
nearLogo.svg
nearName.svg
constants
formData.js
index.css
index.js
router
routes.js
services
... | # 🎓 NCD.L2.sample--thanks dapp
This repository contains a complete frontend applications (React) to work with
<a href="https://github.com/Learn-NEAR/NCD.L1.sample--Communite" target="_blank">NCD.L1.sample--community smart contract</a> targeting the NEAR platform:
1. React (master branch)
The goal of this repository... |
NearDeFi_mantle-bos-gateway | .devcontainer
devcontainer.json
.eslintrc.json
README.md
next.config.js
package.json
public
next.svg
vercel.svg
src-tauri
Cargo.toml
build.rs
src
main.rs
tauri.conf.json
src
assets
images
near_social_combo.svg
near_social_icon.svg
vs_co... | # BOS Gateway Template
This repository contains a clean, light-weight gateawy for the [Blockchain Operating System](https://near.org/blog/near-announces-the-blockchain-operating-system) (BOS). It serves as a great starting point for launching a customized BOS gateway. Contributions are most welcome!
## Setup & Develo... |
marlonbarrios_votingdaapinnear | .gitpod.yml
README.md
babel.config.js
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
compile.js
package-lock.json
package.json
package.json
src
Ap... | blockvote
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for a
f... |
mohamed-baiba_Vote-Dapp | README.md
babel.config.js
contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
compile.js
package-lock.json
package.json
package.json
src
App.js
Components
... | # Vote-Dapp
Decentralized Web Application For Voting Based On Blockchain Technologie.
|
nearprotocol_near-fiddle-api | .eslintrc.yml
.gitlab-ci.yml
.travis.yml
README.md
app.js
build_image.sh
config
config.js
models
fiddle.js
fiddlefile.js
file.js
index.js
package.json
run_prod.sh
scripts
init_postgres.sh
run.sh
test
app.test.js
| # near-fiddle-api

Micro-service to save/load fiddles for [NEAR Studio](https://github.com/NEARProtocol/NEARStudio).
## Environment Variables
This micro-service depends on the following environment variables:
* `APP_URL` --... |
MusicFeast_front_end | .env
.eslintrc.js
.github
workflows
ci.yml
README.md
assets
logos
discord.svg
instagram.svg
logo-mobile.svg
logo.svg
my-near-wallet-icon.svg
near-orange.svg
near-wallet-icon.svg
near.svg
ramper.svg
sender-icon.svg
tw... | # STORE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.
Creating a file in this directory automatically activates the option in the framework.
More information about the usage... |
NearDeFi_misc | ft-free-storage.rs
| |
Learn-NEAR_NCD--help-a-paw | Cargo.toml
README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.init.sh
2.addAnimal.sh
2.donate.sh
2.getAnimals.sh
2.run.sh
3.reset.sh
README.md
report.sh
x-configure-fee.sh
x-configure-lottery.sh
simulation
Cargo.toml
README.md
src
contract.rs
... | # Help a Paw
A smart contract developed for NEAR Protocol to help sick and stray animals which are need of help.
## Consept
Shelters can give information about animals in need of help and how much funding each animal case require. Users can help these animals by donating an amount of money.
Contracts:
1- adding an an... |
ninjadev0706_near-coinflip | Cargo.toml
build.sh
neardev
dev-account.env
online_test.sh
src
lib.rs
test.sh
| |
gymnasy55_neargen-js | README.md
examples
ts-cra
README.md
contract
README.md
abis
HelloNear.abi.json
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
... | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view... |
mathwallet_math-nearjs | README.md
babel.config.js
package-lock.json
package.json
public
index.html
src
main.js
utils
CryptoUtils.js
| # For Math Wallet DAPP Developer
## Using Math Wallet Near JS API
### Wallet Api
```
class MathWalletSigner {
async getPublicKey(accountId, networkId) {
}
async signMessage(message, accountId, networkId) {
}
}
class NearWalletApi {
constructor(){
this.signer = new MathWalletSigner();
}
// fields = ... |
near-crowdfunding_monorepo | Cargo.toml
README.md
build_all_and_deploy.sh
deploy.sh
ft-neardev
dev-account.env
ido-neardev
dev-account.env
integration-tests
Cargo.toml
src
helpers.rs
tests.rs
run-test.sh
| # Near IDO
```bash
cargo build --all --target wasm32-unknown-unknown --release
```
```bash
export FT_TOKEN_ID=dev-1672478985876-45180344800441;
export IDO_TOKEN_ID=dev-1672479104776-29293708941738;
```
```bash
near dev-deploy --wasmFile ../target/wasm32-unknown-unknown/release/fungible_token.wasm --initFunction new_... |
GonzaloSatina_AlimentAR | .gitpod.yml
README.md
cargo.toml
contract
Cargo.toml
README.md
src
lib.rs
model.rs
utils.rs
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
nea... | near-blank-project
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `npm install`
3. Run the local development server: `npm run dev` (see `package.json`... |
Amira1502_flipC | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
... | Coin Flip is a game were the player tries to guess the outcome of a coin flip. It is one of the simplest contracts implementing random numbers.
near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm i... |
jedipython_files-array | .eslintrc.json
.vscode
settings.json
README.md
app
.gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
src
assets
logo-black.svg
logo-white.svg
config.js
global.css
... | app Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `src/lib.... |
OlexandrSai_NEAR--art-demo-frontend | .env
README.md
babel.config.js
package.json
postcss.config.js
public
index.html
src
composables
near.js
useAuth.js
index.css
main.js
router
index.js
services
near.js
tailwind.config.js
| # 🎓 NCD.L2.sample--art-demo dapp
This repository contains a complete frontend applications (Vue.js, React, Angular) to work with
<a href="https://github.com/Learn-NEAR/NCD.L1.sample--art-demo" target="_blank">NCD.L1.sample--art-demo smart contract</a> targeting the NEAR platform:
1. Vue.Js (main branch)
2. React (re... |
amalia20220301_near-blockchain | .env
.idea
inspectionProfiles
Project_Default.xml
modules.xml
vcs.xml
README.md
package.json
src
address.js
sig.js
tx.js
ur.js
| # Near Blockchain
```shell
yarn global add near-cli
```
## Mint NFT
```shell
export NEARID=demo0617.testnet
# 该操作会在本地生成一个credentials文件
near login
near call example-nft.testnet nft_mint '{"token_id": "demo0617", "receiver_id": "'$NEARID'", "token_metadata": { "title": "GO TEAM", "description": "The Team Goes", "media... |
hieple7985_near-318 | .github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
.vercel
README.txt
output
builds.json
config.json
project.json
README.md
back
README.md
package.json
src
index.js
index.test.js
near-contract.js
wrangler.toml
contract
READ... | # NEAR-318: Backend
- Simple Api by: Cloud Functions w/ Cloudflare Workers
## Prerequisites
```sh
node v16.18.1
npm v8.19.2
```
## Getting Start
Step 0: Pre-Config
-------------------------------
PRIVATE_KEY: Define Soon!
Step 1: Install dependencies
-------------------------------
Install all required d... |
Meowomen_NEARYou_contract | .travis.yml
Cargo.toml
README.md
build.sh
src
lib.rs
| # NEARYou Contract
## 🗝 Table of Contents
- [About NEARYou](https://github.com/Meowomen/NEARYou_contract#-about-nearyou)
- [Getting Started](https://github.com/Meowomen/NEARYou_contract#%EF%B8%8F-getting-started)
- [How NEARYou Contract Works](https://github.com/Meowomen/NEARYou_contract#-how-nearyou-contract-works)
... |
kquan99dk_Challenge-1-Hello-world-smart-contract | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-9e3c62115074b9cf
lib-inflector.json
autocfg-cd255646c4ed3339
... | HelloWorld Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `s... |
lamtran8401_ts-nft | .github
workflows
tests.yml
README.md
|
|
__tests__
test-template.ava.js
babel.config.json
commands.txt
jsconfig.json
neardev
dev-account.env
package.json
src
market-contract
index.ts
internal.ts... | # NEAR NFT-Tutorial JavaScript Edition
Welcome to NEAR's NFT tutorial, where we will help you parse the details around NEAR's [NEP-171 standard](https://nomicon.io/Standards/NonFungibleToken/Core.html) (Non-Fungible Token Standard), and show you how to build your own NFT smart contract from the ground up, improving yo... |
esaminu_console-donat-template-saf | .github
scripts
runfe.sh
workflows
deploy-to-console.yml
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
integration... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
near-examples_bos-components | .github
workflows
deploy-prod.yml
README.md
| # Collaborative Component Template
This template enables multiple people to collaborate on [building BOS components](https://docs.near.org/bos/home) by automatically deploying the components in the `./src` folder when somebody `push` to `main`.
The template leverages [NEAR Access Keys](https://docs.near.org/concepts/... |
phoenixpulsar_vehicle-history-front-end | .eslintrc.js
README.md
babel.config.js
jest.config.js
package.json
public
index.html
src
assets
SVG_CARS
CAR-01.svg
CAR-02.svg
CAR-03.svg
CAR-04.svg
CAR-05.svg
CAR-06.svg
main.css
config.js
main.js
router
... | # vhfe
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Referen... |
modelomaker812_bug-free-pancake | .gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
frontend
.eslintrc.json
next-env.d.ts
next.config.js
package.json
pages
api
hello.ts
postcss.config.js
public
vercel.svg
styles
Home.module.css
gl... | Template for NEAR dApps using Rust - Nextjs - Tailwindcss
==================
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Go into frontend folder and run `yarn install` to install Typescript and Tailwind.
4... |
Holistic-Kingdom_main | FAQ.md
GAME-ECONOMIES.md
HOWTO.md
README.md
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
generatepng.ts
index.ts
marketplace.ts
model.ts
tsconfig.json
... | bananaswap Smart Contract
==================
A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install [Node.js] ≥ 12
Exploring The Code
==================
1. The main smart contract code lives in `ass... |
Learn-NEAR_NCD--magic-eightball | as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
index.ts
model.ts
create_account.js
execute.js
npm-shrinkwrap.json
package.json
| |
Narwallets_NW-light-near-api-test | .vscode
tasks.json
package.json
src
lib
near-rpc.ts
transaction.ts
tweetnacl
core
array.ts
core.ts
curve25519.ts
hash.ts
random.ts
verify.ts
sign.ts
util.ts... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.