repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
Amarnath-Rao_Polling-Management | .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... | Polling Management
==================
This [React] app was initialized with [create-near-app]
Use "yarn build && yarn start" to start the page
Images
==========

![Screenshot 2023-04-... |
n1arash_near-challenge05 | .gitpod.yml
README.md
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
assets
log... | challenge05 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 `as... |
hack-a-chain-software_near-tipping-bot | .eslintrc.js
.github
ISSUE_TEMPLATE
bug-report.yml
feature-creation.yml
PULL_REQUEST_TEMPLATE.md
workflows
CI.yml
vercel_deploy.yml
.husky
commit-msg.sh
LICENSE.md
commitlint.config.js
cypress.config.ts
cypress
e2e
base.cy.ts
fixtures
example.json
... | # Database
This package contains the migrations needed in order to initialize the application's database.
## Migrations
They are located in the `migrations` folder and should be run sequentially in (lexicographical) order to achieve the correct state.
It's assumed they will run against a [Supabase](https://supabase... |
Learn-NEAR-Hispano_NCD4L1--rust-changeback | README.md
rust-changeback
Cargo.toml
src
lib.rs
main.rs
| # rust-changeback
Contrato inteligente para dar vuelto en comercios. El cliente que pague en efectivo y se transfiere el vuelto por medio de una plataforma de pago. Cuatro funciones básicas. Agregar saldo para tener vuelto disponible, dar cambio, resetear el monto y ver el disponible.
Actualmente sin Parámetros, con 4... |
Gomathi1806_peer-peer-payment-NEAR-pro | README.md
asconfig.json
contract
assembly
as_types.d.ts
index.ts
tsconfig.json
build
babel.config.js
package.json
| # peer-peer-payment-NEAR-pro
git clone
yarn install
create react app
create NEAR account
|
olga24912_bls-signature-example-contract | Cargo.toml
README.md
build.sh
data
light_client_updates_goerli_slots_3885697_3886176.json
next_sync_committee_goerli_period_473.json
next_sync_committee_goerli_period_474.json
src
lib.rs
test-utils
Cargo.toml
src
lib.rs
| # Example contract for bls signature verification
In contract function `verify_bls_signature` takes `LightClientUpdate` and `SyncCommittee` and verify sync committee signature of attested block.
## Dependencies
* https://github.com/olga24912/nearcore/tree/bls-sig
* https://github.com/olga24912/near-sdk-rs/tree/bls-sig... |
nearprotocol_Stories | Stories
ARStories
ContentViewController.swift
PreViewController.swift
Utils
ARModel.swift
ARSupport.swift
SegmentedProgressBar.swift
AppDelegate.swift
Assets.xcassets
AppIcon.appiconset
Contents.json
Contents.json
... | # Using duplex streams to add files to IPFS in the browser
If you have a number of files that you'd like to add to IPFS and end up with a hash representing the directory containing your files, you can invoke [`ipfs.add`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#add) with an array of object... |
lawcia_near-hello-world-smart-contract-rust | Cargo.toml
README.md
docker-compose.yml
src
lib.rs
| # NEAR Hello World Smart Contract
This project consists of two applications
1. A Rust SDK Smart Contract
2. A REACT frontend
## Requirements
1. Docker
2. A testnet account on Near, you can create one [here](https://wallet.testnet.near.org/)
## Commands
Build the contract
```
docker-compose run contract cargo bui... |
OmarRACHIDI_Lightency | lightency
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.js
components
Backdrop.js
Footer.js
Header.js
Main.js
NavigationBar.js
index.css
index.js
general
Heade... | nft-mint-frontend
==================
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` fo... |
NEARBuilders_create | .github
workflows
deploy-prod-mainnet.yml
release-editor-mainnet.yml
README.md
apps
create
bos.config.json
editor
bos.config.json
modules
QoL
Url.js
classNames.js
storage.js
widget.js
everything
sdk.js
utils
... | # Create App
Starter Kit for Builders
## Getting Started
To run locally, first install.
Then, run the command:
```bash
yarn dev
```
This will serve the widgets from `http://127.0.0.1:4040/api/loader`. (or 8080)
Go to [everything.dev/flags](https://everything.dev) and paste this value there.
Once set, see the l... |
muskbuster_vinyl_record-datalog | README.md
as-pect.config.js
asconfig.json
assembly
__test__
as-pect.d.ts
index.unit.spec.ts
as_types.d.ts
index.ts
models.ts
tsconfig.json
neardev
dev-account.env
package-lock.json
package.json
| # VINYL DATALOG
Vinyl datalog allows user to enter details of viyl records like the name of the album,artist,genre and its price. This contract is made with the idea that it can be used by stores that sell vinyls as collectibles.this contract can be used to log all the vinyls available in a store. There are three funct... |
phamminh0811_upgrade_contract | Cargo.toml
src
info.rs
lib.rs
| |
LucasLeandro1204_tonic-indexer-example | Cargo.toml
README.md
diesel.toml
migrations
00000000000000_diesel_initial_setup
down.sql
up.sql
2022-03-22-230442_init_indexer
down.sql
up.sql
2022-04-24-192617_add_fee_and_account_id_fields
down.sql
up.sql
2022-05-02-162037_add_lot_size_fields
dow... | [tonic-site]: https://tonic.foundation
[diesel-cli]: https://github.com/diesel-rs/diesel/tree/master/diesel_cli
[aws-cli]: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
[running-a-node]: https://near-nodes.io/validator/compile-and-run-a-node#testnet
[near-lake]: https://github.com/near/n... |
neoiss_near-api-go-back | .github
workflows
lint.yml
README.md
cmd
block
main.go
edkeypair
main.go
funcall
main.go
genesis
main.go
keys
main.go
transfer
main.go
nearnet
docker-compose.yml
entrypoint.sh
get_creds.sh
tail_logs.sh
pkg
client
... | # near-api-go
[](https://pkg.go.dev/github.com/eteu-technologies/near-api-go)
[](https://github.com/eteu-technologies/near-api-go/actions/wor... |
MiguelIslasH_L2.-Company-phone-directory | README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
login
description.js
header.js
login-button.js
login.js
login.module.css
main
comapnies-list.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:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to vie... |
Pixel8-LLC_near-tooling-frontend | .env
.vscode
settings.json
README.md
config-overrides.js
package.json
postcss.config.js
public
fa
css
all.css
all.min.css
brands.css
brands.min.css
duotone.css
duotone.min.css
fontawesome.css
fontawesome.min.... | 
# NEAR Tooling
The goal for NEAR tooling is to create a suite of open source tools that enables builders and users to streamline their experience on NEAR.
The goal is to create a suite of open source tools that you wish existed when start... |
mil-lesya_voting-app | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
lib.rs
frontend
App.js
__mocks__
fileMock.js
assets
constants
colors.js
css
global.css
img
arrow1.svg
arrow2.svg
bg1.svg
bg2.svg... | 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`... |
kuutamolabs_hyper-staticfile | .github
workflows
check.yml
Cargo.toml
README.md
examples
doc_server.rs
rustfmt.toml
src
body.rs
lib.rs
resolve.rs
response_builder.rs
service.rs
util
file_bytes_stream.rs
file_response_builder.rs
mod.rs
requested_path.rs
vfs.rs
tests
hyper... | # hyper-staticfile
[](https://docs.rs/hyper-staticfile)
[](https://crates.io/crates/hyper-staticfile)
[](https://travis-ci.o... |
everstake_NEAR-Stake-Pool-Smart-Contract | Cargo.toml
README.md
source
account_balance.rs
account_registry.rs
cross_contract_call
classic_validator.rs
mod.rs
data_transfer_object
account_balance.rs
aggregated.rs
base_account_balance.rs
callback_result.rs
delayed_withdrawal_details.rs
... | # Stake pool contract
This contract provides a way for other users to delegate funds to a pool of validation nodes.
There are some different roles:
- The staking pool contract. An account with the contract that staking pools funds.
- The staking pool is owned by the `owner` and the `owner` is the general manager of t... |
modelomaker812_team-boilerplate | .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
workflows
build.yml
lock.yml
stale.yml
README.md
contract
README.md
babel.config.json
... | <h1 align="center">
<a href="https://github.com/near/boilerplate-template">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template/main/docs/images/pagoda_logo_light.png">
<source media="(prefers-color-scheme: light)" srcset="https://... |
NEAR-Edu_welcome-track | .env
README.md
babel.config.js
docs
developers
01-react
01-getting-started
01-react-app-quickstart.md
02-react-tutorial.md
_category_.json
02-quick-reference
01-cheatsheet.md
02-cookbook.md
... | # Welcome Track - NEAR Education
> _Find your place in the NEAR ecosystem._
The Welcome Track is a website for introducing people to Web3 and NEAR.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
## Getting started
### Installation
```bash
npm install
npm run... |
larry-a4_near-token-amm | Cargo.toml
README.md
src
ft.rs
lib.rs
| # A simple AMM contract with the following methods:
## Initialization method
>Input is the address of the contract owner and the addresses of two tokens (token A and token B).
>The method requests and stores the metadata of tokens (name, decimals)
>Creates wallets for tokens А & В.
## View method
>The method for g... |
amel007_near-random-id | Cargo.toml
src
lib.rs
| |
GeFi-Team_MetaBUIDL | gefi_gomoku
.gitpod.yml
.prettierrc.json
README.md
babel.config.js
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
component
common
modal.js
switch.j... | # How to install
## Install dependencies
========================
```js
yarn install
```
## Deploy
===============
Every smart contract in NEAR has its [own associated account][NEAR accounts]. When you run `yarn dev`, your smart contract gets deployed to the live NEAR TestNet with a throwaway account. When you're rea... |
hasanozkul_nearzombies | .vscode
settings.json
README.md
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
prettier.config.js
public
images
bg-footer.svg
bg-navbar.svg
near_logo.svg
styles
globals.css
tailwind.config.js
tsconfig.json
| # Next.js + Tailwind CSS Example
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
## Preview
Preview the example live on... |
priyankads296_evote | blockvote
.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
com... | Railroad-diagram Generator
==========================
This is a small js library for generating railroad diagrams
(like what [JSON.org](http://json.org) uses)
using SVG.
Railroad diagrams are a way of visually representing a grammar
in a form that is more readable than using regular expressions or BNF.
I think (thoug... |
kaanarslan1990_ptk-starter-near-sdk-as | README.md
aasignment.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
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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
popudev_hackathon-near-contract | Cargo.toml
Makefile.toml
rust-toolchain.toml
rustfmt.toml
src
application
mod.rs
repository
internal_major.rs
internal_score.rs
internal_subject.rs
internal_user.rs
mod.rs
services
impl_degree.rs
impl_major.r... | |
Kiews-OU_NEAR-Bildr-Contract | asconfig.json
assembly
as_type.d.ts
index.ts
model.ts
tsconfig.json
package-lock.json
package.json
| |
kiskesis_pay-on-use | README.md
craco.config.js
package.json
pay-on-use-contract
.github
dependabot.yml
workflows
tests.yml
.gitpod.yml
.travis.yml
Cargo.toml
README-Gitpod.md
README-Windows.md
README.md
borsh.js
integration-tests
rs
Cargo.toml
s... | # Pay on use
<p>
An application contains that parts:
</p>
<ol>
<li>Login</li>
<li>Wrap Near</li>
<li>Add minutes</li>
<li>Start stream</li>
<li>Dont want to pay? Pause stream</li>
</ol>
<p>
But the idea is deeper, so:
<ol>
<li>
Create NPM module for React for pay on ... |
nearlog_nearlog-fe | .eslintrc.json
README.md
components
style.ts
next.config.js
package-lock.json
package.json
pages
api
hello.ts
public
checked.svg
close.svg
discord.svg
medium.svg
mobileMenu.svg
nearLogo.svg
plus.svg
telegram.svg
twiter.svg
vercel.svg
styles
Common.module.css
... | 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... |
keypom_keypom-app | README.md
package.json
src
App.js
components
Account.js
Blank.js
Claim.js
Contracts.js
Create.js
Deploy.js
Distro.js
Drops.js
Form.js
Header.js
Home.js
Loading.js
Message.js
Scanner.js
Sidebar... | # React 17, Parcel with useContext and useReducer
- Bundled with Parcel 2.0.1
- *Minimal all-in-one state management with async/await support*
## Getting Started: State Store & useContext
>The following steps are already done, but describe how to use `src/utils/state` to create and use your own `store` and `StateProv... |
keypom_keypom-docs-examples | README.md
advanced-tutorials
dao-onboarding-skeleton
configurations.js
createDaoDrop.js
package.json
view-roles.js
dao-onboarding
configurations.js
createDaoDrop-mainnet.js
createDaoDrop.js
package.json
pre-security
createDaoDro... | # keypom-docs-examples
Scripts referenced in the documentation tutorials
https://docs.keypom.xyz/
|
near_near-sdk-js-template-project | __tests__
test-template.ava.js
src
index.js
| |
hoangtrung18_zk-blue-tick | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
integration-tests
package-lock.json
package.json
src
main.ava.ts
package-lock.json
package.json
| # Zk Blue Tick NEAR Contract
<br />
# Quickstart
1. Make sure you have installed [node.js](https://nodejs.org/en/download/package-manager/) >= 16.
2. Install the [`NEAR CLI`](https://github.com/near/near-cli#setup)
<br />
## 1. Build and Deploy the Contract
You can automatically compile and deploy the contract in ... |
near_near-drop-demo | .github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
README.md
babel.config.js
gulpfile.js
package.json
src
App.css
App.js
App.test.js
Drops.js
__mocks__
fileMock.js
assets
gray_near_logo.svg
logo.svg
near.svg
config.js
index.html
index.js
jes... | <br />
<br />
<p>
<img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240">
</p>
## Linkdrop example with contract account deployment
## About the app
The app allows you to send funds to the Linkdrop contract which will create "Drops". You will have a list of these i... |
hdriqi_paras-sdk | README.md
examples
acceptBid.js
addBid.js
burnToken.js
buy.js
deleteBid.js
deleteMarketData.js
getActivity.js
getBid.js
getToken.js
mintAndList.js
mintAndSell.js
mintOnly.js
sell.js
transfer.js
index.js
package.json
| # Intro to Paras
Paras is an NFT marketplace that focuses on digital card collectibles. We thrive upon bringing conventional collectibles to crypto space. Trading cards have been bulletproof and forever lasting since they were introduced back in the 80s. We believe that every single physical art form needs to be store... |
paul-cruz_ConnectIoT-API | README.md
|
api.js
app.js
blockchain.js
near-api-server.config.json
package-lock.json
package.json
| # NEAR REST API SERVER FOR Connect IoT
> ### This repository is a specific implementation for the Connect IoT project based on the official [NEAR REST API SERVER repository](https://github.com/near-examples/near-api-rest-server) following its license, so if you use this code, keep in mind to check its protection.
---... |
ManuelenRed_NearOrbit-Airdrop | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
neardev
dev-account.env
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-d4369701b6f44cbc
lib-inflector.json
a... | NEAR Orbit
Comunidad startup con capacidad de accion colectiva mediante el uso de
smart contracts en el protocolo de NEAR.
INTRO:
Nuestra vision es bridar valor al protocolo de NEAR, dando poder a las comunidades o (DAOs),
mediante la creacion de smart contracts que faciliten conectar a los usuarios con metas u obje... |
leonsting_ta-book | .eslintrc.yml
.github
dependabot.yml
workflows
deploy.yml
tests.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
guestbook.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.j... | 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!... |
khanetor_blockipedia-near | .cargo
config.toml
.github
workflows
frontend-check.yml
github-pages.yml
rust-lint.yml
.gitpod.yml
.vscode
settings.json
Cargo.toml
README.md
frontend
README.md
gatsby-browser.js
gatsby-config.ts
package.json
postcss.config.js
src
assets
sv... | # Blockipedia-NEAR
A wikipedia on NEAR Protocol
[](https://gitpod.io/#https://github.com/nlhkh/blockipedia-near)
## Visit the Blockipedia page
https://nlhkh.github.io/blockipedia-near/
# How to develop locally
## Backend (smart contract on NEAR rust sdk)... |
narawitPtm_yeji-contract | README.md
token-contract-as
.dependabot
config.yml
.gitpod.yml
.travis.yml
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.... | Token Contract in AssemblyScript
================================
[](https://gitpod.io/#https://github.com/near-examples/token-contract-as)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This project cont... |
LasloMagnusen_minternear | IDEAS.md
NOTES.md
README.md
simple-gallery
.eslintrc.json
README.md
config
constants.ts
hooks
useStoreNfts.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
queries
queries.ts
services
providers
apollo... | <p align="center">
<a href="https://mintbase.io">
<img src="./assets/mb-logo.png" style="object-fit: cover">
<h3 align="center">Examples</h3>
</a>
</p>
## Index
- [Simple Login](./simple-login)
- [Simple Gallery](./simple-gallery)
- [Simple Marketplace](./simple-marketplace)
- [Simple Minter](./simple-min... |
Gungz_flux-bot | README.md
config
default.js
index.js
package-lock.json
package.json
scripts
check-markets.js
remove-webhook.js
| # Flux Bot
A Twitter bot that creates market when it is tagged in the tweet.
This is created to fulfill use-case mentioned in [Gitcoin Hackathon](https://gitcoin.co/issue/nearprotocol/ready-layer-one-hackathon/8/4311)
A Twitter bot that allows people to create a market by tagging a bot. E.g.: @flux_bot "Will Donald Tr... |
near_wasmtime | .github
ISSUE_TEMPLATE
blank-issue.md
clif-bug-report.md
fuzzbug.md
improvement.md
wasmtime-bug-report.md
actions
binary-compatible-builds
README.md
action.yml
main.js
github-release
README.md
act... | # wasmtime-wasi-threads
Implement the `wasi-threads` [specification] in Wasmtime.
[specification]: https://github.com/WebAssembly/wasi-threads
> Note: this crate is experimental and not yet suitable for use in multi-tenant
> embeddings. As specified, a trap or WASI exit in one thread must end execution
> for all thr... |
amiyatulu_avrit_uniswap | README.md
contract
Cargo.toml
build.js
src
lib.rs
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
index.css
index.js
logo.svg
reportWebVitals.js
setupTests.js
| # Uniswap Avrit
# 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://localhost:3000](http://local... |
lemonDAO_artist-dao | README.md
craco.config.js
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.test.js
index.css
index.js
logo.svg
reportWebVitals.js
services
index.js
setupTests.js
tailwind.config.js
| lemonDAO rethinks commissioned work. Artists visit lemonDAO to create a sub-DAO called an artistDAO. Everyone can join these artistDAOs and propose a task via a bounty. Artists can accept the task and create the requested artwork. Once done, the artist posts completed artwork and claims the bounty. The lemonDAO communi... |
Grants-Projects_distancia-contract | README.md
contract
Cargo.toml
src
distancia.rs
lib.rs
token.rs
| # Distancia Smart Contract
Smart Contract Implementation for Diatancia
|
legendaryangelist_near-zoo-memory-game | .env
README.md
package.json
public
browserconfig.xml
index.html
manifest.json
robots.txt
src
App.js
components
game-card
game-card.module.css
game-info
game-info.module.css
game-points
game-points.module.css
game-wins
... | # 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... |
HongThaiPham_near-todos-crud-app | as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
tsconfig.json
index.html
package.json
tests
index.js
todos-crud-web
README.md
package-lock.json
package.json
public
index.html
manifest.json
ro... | # 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... |
iraritchiemeek_learn_polygon | README.md
components
protocols
near
components
Steps
index.ts
context
index.ts
hooks
index.ts
lib
index.ts
types
index.ts
solana
... | # Pathway Smart Contract
A [smart contract] written in [Rust] for [figment pathway]
# 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.rs`. You can compile it with
the `./compile` script.
2. Tests... |
marco-sundsk_near_laboratory | README.md
cross-contracts
AcallBcallC
Cargo.toml
README.md
build.sh
src
lib.rs
| Smart Contract
==================
init contracts
```shell
near deploy nl_abc_a.testnet res/nl_abc.wasm --account_id=nl_abc_a.testnet
near deploy nl_abc_b.testnet res/nl_abc.wasm --account_id=nl_abc_b.testnet
near deploy nl_abc_c.testnet res/nl_abc.wasm --account_id=nl_abc_c.testnet
near call nl_abc_a.testnet new '{"... |
MusicFeast_graph | generated
schema copy.ts
schema.ts
package-lock.json
package.json
src
backend.ts
market.ts
tsconfig.json
| |
ItsRisingTide_test_near | README.md
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
Components
Wallet.js
marketplace
AddProduct.js
Product.js
Products.js
utils
Cover.js
Loader.j... | # 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... |
Peersyst_frontend-technical-challenge | README.md
craco.config.ts
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
assets
search-icon.svg
xrpl-logo.svg
components
Navbar
Navbar.css
Searchbar
Searchbar.css
Searchbar.types.ts
hooks
u... | # 🖥 Peersyst Frontend Technical Challenge
This is the challenge that frontend engineer applicants will have to face as a part of the hiring process at Peersyst. The idea is to make as much progress as possible under a given time constraint (4 hours).
## Summary
You will have to implement a simplified version of the... |
near_cargo-near-new-project-template | .devcontainer
devcontainer.json
.github
workflows
deploy-production.yml
deploy-staging.yml
test.yml
undeploy-staging.yml
Cargo.toml
README.md
rust-toolchain.toml
src
lib.rs
tests
test_basics.rs
| # cargo-near-new-project-name
cargo-near-new-project-description
## Quickstart Guide
You can start coding on the NEAR Rust stack in less than a minute, thanks to [NEAR Devcontainers](https://github.com/near/near-devcontainers). How?
1. Click **Use this template** > **Create a new repository**
<img width="750" alt=... |
quantox-dejan_near-shop-contract | docs
wallet.txt
src
.gitpod.yml
.idea
modules.xml
vcs.xml
README.md
contract
.env
Cargo.toml
README.md
diesel.toml
migrations
2022-08-22-143738_create_initial_tables
down.sql
up.sql
neardev
... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm run deps-install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
... |
frdomovic_near-login | README.md
next.config.js
package-lock.json
package.json
pages
api
hello.ts
postcss.config.js
public
next.svg
vercel.svg
styles
globals.css
tailwind.config.js
tsconfig.json
| 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
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000... |
mtoan2111_Gefi-Match | .vscode
settings.json
README.md
asconfig.json
assembly
__test__
as-pect.d.ts
main.spec.ts
as_types.d.ts
controller
history.controller.ts
match.controller.ts
swap.controller.ts
user.controller.ts
helper
pagination.helper.ts
response.help... | # How to install
## Install dependencies
========================
```js
yarn install
```
## Deploy
===============
Every smart contract in NEAR has its [own associated account][NEAR accounts]. When you run `yarn dev`, your smart contract gets deployed to the live NEAR TestNet with a throwaway account. When you're rea... |
My-GatewayApp_Gateway-Smart-Contracts | .gitpod.yml
README.md
commands.sh
contract
Cargo.toml
README.md
build.sh
deploy.sh
neardev
dev-account.env
src
approval.rs
burn.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
nft_core.rs
owner.rs
... | # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```rust
const DEFAULT_GREETING: &str = "Hello";
#[near_bindgen]
#[derive(BorshDeserialize, BorshSerialize)]
pub struct Contract {
greeting: String,
}
impl Default for Contract {
fn d... |
phongnguyen2012_create-token | Cargo.toml
README.md
build.sh
src
lib.rs
| ## Create-token
Fungible Token
Example implementation of a Fungible Token contract which uses near-contract-standards and simulation tests. This is a contract-only example.
<sup>
### 1. Prerequisites Install Rust
Building ./build.sh
### 2. Using this contract : Deloy contract
near deploy --was... |
near-examples_counter-rust | .devcontainer
devcontainer.json
.github
workflows
tests-rs.yml
tests-ts.yml
README.md
contract-rs
Cargo.toml
README.md
rust-toolchain.toml
src
lib.rs
tests
sandbox.rs
contract-ts
README.md
package.json
sandbox-ts
main.ava.ts
src
... | # Count on NEAR Contract Example
The smart contract exposes methods to interact with a counter stored in the NEAR
network.
## How to Build Locally?
Install [`cargo-near`](https://github.com/near/cargo-near) and run:
```bash
cargo near build
```
## How to Test Locally?
```bash
cargo test
```
## How to Deploy?
De... |
proyecto26_NeaRent | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
assets
global.css
logo-black.svg
logo-white.svg
index.html
index.js
near-wallet.js
packa... | # 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;
}
... |
metanear_chatbot-contract-rs | Cargo.toml
README.md
build.sh
src
lib.rs
| # Chat Bot Meta NEAR contract for mail app
Contract implements `mail` app messaging interface to receive and randomly send messages.
It's deployed on `chatbot` account on NEAR testnet. Try use [Meta NEAR](https://metanear.com) to send a mail to `chatbot`.
## Testing
To test run:
```bash
cargo test --package metanear... |
imdivyanshusingh_CrowdFund-Near | README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
frontend
App.js
assets
global.css
index.html
index.js
near-interface.js
near-wallet.js
package-lock.json
... | # 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;
}
... |
near-guildnet_autodelegation | Readme.md
auto-delegate-with-seat
Readme.md
key
shardnet
autodelegate.shardnet.near.json
log.txt
package.json
pool_delegate.js
pull_id.txt
near-delegation
Readme.md
collect.js
delegate.js
key
shardnet
autodelegate.shardnet.near.json
pac... | |
NEAR-P2P_p2p-subaccount | Cargo.toml
README.md
lib_old.rs
src
lib.rs
main.rs
| # p2p-subaccount
Smart Contract
This smart contract will be deployed on subaccounts of NEARP2P for each transactions
|
meinharrd_stellar-helpers | README.md
lib
stellar.js
package.json
stellar-create-account.js
stellar-keypair.js
stellar-payment.js
| # Stellar Helpers
A collection of scripts for managing Stellar accounts.
## Install
```bash
$ npm install
```
## Usage
**Generate a key pair:**
```bash
$ node stellar-keypair.js
```
Outputs a secret key followed by the corresponding public account ID, for example:
`SBXXXXXXXXXXXXYJWRXEER7W7ZVTFZBF3S3GJKXQ5PJNEARYS... |
PhantomOz_pixicle | .eslintrc.json
README.md
next.config.js
package-lock.json
package.json
public
images
group-2.svg
next.svg
vercel.svg
src
app
globals.css
page.module.css
utils
Data.ts
Wallet.ts
types.ts
upload.ts
tsconfig.json
| # Pixicle - NFT Marketplace Frontend
## Description
This is a frontend project for the Pixicle NFT Marketplace smart contract. It is built with Next.js, a React framework that enables server-side rendering and static site generation. It uses the NEAR-API-JS to interact with the smart contract on the Near blockchain.
... |
Mangoboxlabs_picasarts.io---Aurora | README.md
build
contracts
Address.json
CollectionFactory.json
Context.json
Counters.json
ERC165.json
ERC165Checker.json
ERC721Enumerable.json
ERC721URIStorage.json
IERC165.json
IERC2981.json
IERC721.json
IERC721Enumerabl... | # WARNING
This repository is a sample source code for NFT marketplace on [AURORA](https://aurora.dev/). It's not ready and need improvements for production.
# NFT Market Reference Implementation
A PoC backbone for NFT Marketplaces on Aurora.
- [ERC 171](https://eips.ethereum.org/EIPS/eip-721)
- [REEF NFT Marketplace... |
mel1huc4r_first-smart-contract-practice | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
jdnichollsc_my-first-near-nft | .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... | my-first-near-nft 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 ... |
Kariimayman_VerifiedProfileV2 | contract
__tests__
as-pect.d.ts
index.unit.spec.ts
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
tsconfig.json
package.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
com... | |
jelilat_kickstarterDapp | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
build.sh
compile.js
neardev
dev-account.env
src
lib.rs
models.rs
utils.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-e85997604b197eb8
... | kickstarterDapp
==================
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 ... |
novilusio_dacade-near-dapp | near-marketplace-contract
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
node_modules
@as-covers
assembly
CONTRIBUTING.md
README.md
index.ts
package.json
... | # color-convert
[](https://travis-ci.org/Qix-/color-convert)
Color-convert is a color conversion library for JavaScript and node.
It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, and CSS `keywor... |
Kishoraditya_near_hack2 | .env
.gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
JobsMarket.rs
ProfileNFT.rs
Revenue.rs
UserProfie.rs
UserRegistry.rs
lib.rs
target
.rustc_info.json
release
.fingerprint
Inf... | #ProfNet: Apply, Employ or Own
Traditional platforms like LinkedIn have amassed massive profits by capitalizing on your professional data, all while leaving you with limited control and compensation. Additionally, existing networks often perpetuate identity biases and nepotism, creating an uneven playing field in the ... |
pichtranst123_telegram-bot-near | README.md
bot.ts
package-lock.json
package.json
util.js
| # telegram-bot-near
Get api from contract
According to command:
cd to-your-mdir
npm start
|
jairerazodev_donation-jair_erazo_devops.testnet | .github
workflows
tests.yml
.gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
frontend
assets
global.css
logo-black.svg
... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
near_near-enhanced-api-server | Cargo.toml
DB_DESIGN.md
README.md
src
config.rs
db_helpers.rs
errors.rs
main.rs
modules
ft
data_provider
balance.rs
history.rs
metadata.rs
mod.rs
models.rs
mod.rs
resources.rs
... | # NEAR Enhanced API
API for providing useful information about NEAR blockchain.
Still under heavy development.
### Supported features
- Provide NEAR balances information, history
- Provide FT balances information, FT history (*)
- Provide NFT information and recent history for the contracts implementing Events NEP... |
jgmercedes_GrantaNear | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models
Proyecto.ts
tsconfig.json
neardev
dev-account.env
package.json
| # GrantaNear :handshake:
GrantaNear es un smart contract de Near protocol, el cual permite que los developers de el ecosistema Near puedan dar a conocer sus proyectos a fin de estar entre los mas votados para que lleguen a ser fondeados para el desarollo de estos. Este smart contract permite:
- Añadir un proyecto usa... |
Murat-Selim_Practice-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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
lhtdeepak_near-hotelroom | .gitpod.yml
README.md
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
package-lock.json
package.json
frontend
App.js
Components
addRoom.js
... | # Near Hotel Room #
- This Near Hotel Room consists of a Smart Contract and it is witten in assembly script.
- Ultimately, the purpose of this project was to build a simple contract to explore how persistent storage, unit tests, and contract calls interact when building on the NEAR ecosystem.
### Features ###
This pr... |
near-x_near-localize-dapp | README.md
| # near-localize-dapp
Localize your DApps on NEAR
|
oleksanderkorn_nearvember-challenge-9 | 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
etherium
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
near
... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
noemk2_uberdao | README.md
asconfig.json
package-lock.json
package.json
src
as-pect.d.ts
as_types.d.ts
dao
__tests__
README.md
index.unit.spec.ts
asconfig.json
assembly
index.ts
models.ts
tsconfig.json
utils.ts
viajes
__tests__
... | 🚕 Introducción a uberDao 🚕
==================
[Video Demo]
🚕 🚙Introducción a uberdao 🚗
==================
uberdao es un smart contract escrito bajo el protocolo NEAR que permite:
1. Crear solicitud de viaje.
2. Obtener una lista de las solicitudes de viajes que se han creado.
3. Votar por una propuesta.
4... |
GregTrifan_NEAR-Counter | Cargo.toml
src
lib.rs
| |
near_twiggy | .github
ISSUE_TEMPLATE
BOUNTY.yml
bug_report.md
feature_request.md
.rustfmt.toml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
README.md
analyze
Cargo.toml
analyses
diff.rs
dominators
emit.rs
mod.rs
garbage.rs
mod.rs
... | <div align="center">
<h1>Twiggy🌱</h1>
<strong>A code size profiler for Wasm</strong>
<p>
<a href="https://docs.rs/twiggy/"><img src="https://docs.rs/twiggy/badge.svg"/></a>
<a href="https://crates.io/crates/twiggy"><img src="https://img.shields.io/crates/v/twiggy.svg"/></a>
<a href="https://crates... |
kng14_NEAR_kng.testnet | README.md
as-pect.config.js
asconfig.json
package.json
| This project is about web3 and NEAR. I tried to practice at the same time as the Patika web3 course.

|
littlelittlebook_rust-helloworld | Cargo.toml
README.md
challenge_helloworld.txt
src
lib.rs
| #
The contract code and the build setup are derived from:
https://docs.near.org/docs/develop/contracts/rust/intro
#### contract code:
src/lib.rs
#### build setup
see cargo.toml
#### run test:
`cargo test -- --nocapture`
#### build release:
`cargo build --target wasm32-unknown-unknown --release`
#### deploy
```
... |
near-mezze_boilerplate | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.call-a-function.sh
README.md
o-transfer.sh
x-deploy.sh
x-remove.sh
src
as-pect.d.ts
as_types.d.ts
contract_name
__tests__
README.md
index.unit.spec.ts
asconfig.jso... | ## Setting up your terminal
The scripts in this folder support a simple demonstration of the contract.
It uses the following setup:
```txt
┌───────────────────────────────────────┬───────────────────────────────────────┐
│ │ │
│ ... |
nikoturin_etc-stack | README.md
bc
gtw
add.py
create.py
dhl.py
hyper
dhl
dhl-abc.py
dhl.py
network.json
near
NEAR.txt
README.txt
launch-local-near-cluster.sh
sc
Cargo.toml
alias-lnear.sh
lib
... | Problem
In order for a TAG device to be accepted on a highway, tunnel or bridge affiliated with interoperability, the operators have the task of exchanging data among themselves of any transaction registered in their Electronic Toll infrastructure, with the primary purpose of having an updated global pattern of TAGs.
... |
near_near-api-kotlin | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
app
src
main
AndroidManifest.xml
res
drawable-v24
ic_launcher_foreground.xml
drawable
ic_launcher_background.xml
layout
... | # Kotlin SDK
This is a open source project on kotlin for NEAR protocol.
# Description
Near Android SDK implemented in Kotlin to interact with the NEAR blockchain.
# Features
* Includes Login into Near wallet
* Send transactions
* Retrieve information about accounts and contracts
* Sign and send transactions
* View a... |
markeymark32_ragingRhinoCoinFlip | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-a8f4e37dd556cf0f
lib-inflector.json
autocfg-e8d96e7f2b762b9c
... | ragingRhinosCoinFlip 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 l... |
ngocducedu_guest-book-nearspring-hack | .eslintrc.yml
.github
dependabot.yml
workflows
deploy.yml
tests.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
guestbook.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.j... | 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!... |
near_bwe-demos | .bos-loader.toml
.github
workflows
deploy-mainnet.yml
README.md
globals.d.ts
package.json
| # bwe-demos
Demo components for BOS Web Engine
|
futurewitness_demon | .cache
05
324700d83f88b5efa82f1412b0179f.json
08
69bfb60e28d45c16c8cd070de514f0.json
09
d7e6b3d84fbc192033b044b3af760b.json
0b
ea080f2bb5b009d976518806fe9903.json
15
247a58d4891dfbecdfb90cacc60130.json
1a
8d2e00b77f1d6ebf9a568d3bc76abe.json
1c
... | hack-rainbow
==================
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: `npm install`
3. Run the local development server: `npm run dev` (see `package.json` for a
full... |
gaziz86_near-prj1 | .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
... | prj-1
==================
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
full ... |
kiskesis_nftzoo | .idea
modules.xml
README.md
craco.config.js
nft-zoo-contract
README.md
market-contract
Cargo.toml
README.md
build.sh
src
external.rs
internal.rs
lib.rs
nft_callbacks.rs
sale.rs
sale_views.rs
nft-contr... | # TBD
# 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://localhost:3000](http://localhost:3000) ... |
NEARWEEK_NEARWEEK-COMMUNITY-CONTENT | .github
ISSUE_TEMPLATE
BOUNTY.yml
bi-weekly-video-snippets.md
blogpost.md
bounty-idea-.md
bounty-template-for-external-production.md
marketing-request.md
newsletter.md
twitter-content--no-bounty-.md
twitter-contest--bounty-payout-.md
tw... | # NEARWEEK-COMMUNITY-CONTENT
A list of tings produced by NEAR contributors to be edited, curated and distributed by NEARWEEK.
|
johnedvard_js13kgames2021 | CHANGELOG.md
README.md
contract
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
tsconfig.json
compile.js
package-lock.json
package.json
entry
bundle.js
index.html
style.css
neardev
dev-account.env
package-lock.json
package.json
src
Bull... | ## Description
This game is inspired by Achtung, die Kurve!
It's a 4 player local multiplayer game. You control a spaceship and need to stay alive as long as possible before there's no space to navigate. You die if you hit a player's trail or any of the walls. Each player has one bullet they can fire to clear some sp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.