repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
near_near-ledger-app | README.md
build.sh
install_compiler.sh
run.sh
workdir
near-ledger-app
.vscode
c_cpp_properties.json
HACKING.md
README.md
src
crypto
base58.c
base58.h
ledger_crypto.c
ledger_crypto.h
... | # REPO MOVED
New Location: https://github.com/near/app-near
# near-ledger-app
NEAR wallet application for Ledger Nano S
# Introduction
This is a Ledger Nano S wallet app for NEAR platform.
Thanks to Waves Platform for their [Ledger app](https://github.com/LedgerHQ/ledger-app-waves) serving as a base for this proje... |
Learn-NEAR_json-to-md-helper | Cargo.toml
README.md
input-files
cross-contract-low.json
fungable-token.json
input.json
input.txt
lockable-fungable-token.json
lockup.json
presentation.json
starter.json
output.md
src
csv_format.rs
formatter.rs
hackmd_formatter.rs
json_format.rs
main.rs
util.rs
| # presentation-formater
## introduction
used to format input in json or csv or any other dotos (toml,yaml)
to [hackmd](https://hackmd.io/) or any other dotos for presentation.
## how to use it
- clone the repo
- build using `cargo build --release ,` or install it using `cargo install`
- run the executable as cli ... |
gadillacer_babylon-contracts | Cargo.toml
README.md
_rust_setup.sh
babylon-finance
Cargo.toml
src
account_deposit.rs
action.rs
admin_fee.rs
custom_keys.rs
errors.rs
legacy.rs
lib.rs
multi_fungible_token.rs
owner.rs
pool.rs
simple_pool.rs
storage_i... | # Babylon Swap
Concentrated AMM Protocol on Near Blockchain
Comming soon!
##
Developed by yoshitoke
|
NEAR-Edu_vue-components | .eslintrc.json
.prettierrc.js
README.md
commitlint.config.js
jest.config.js
lerna.json
package.json
packages
vue-near-api-js
README.md
package-lock.json
package.json
src
index.ts
init.ts
near-account
account-types.ts
... | # Installation
```sh
# install with yarn
yarn add @neardev/vue-use-near-api
# install with npm
npm install @neardev/vue-use-near-api
```
# Usage of wallet component
## Initialize near connection
near api require [initialization](https://docs.near.org/docs/develop/front-end/introduction#connection) to connect to ne... |
nearwatch_nearseedbot | .env
README.md
bot.js
package.json
words.txt
| ## Introduction
Telegram bot <a href="https://t.me/nearseedbot">@nearseedbot</a> helps you to correct seed phrase with misprints
### Installation
```
$ npm install
```
### Usage
```
$ node bot.js
```
Send to the bot your wallet address and seed phrase with misprints and bot will try to fix it
### Video
https://yout... |
NakshOrg_naksh-marketplace-react | .github
workflows
development.yml
production.yml
README.md
package.json
public
index.html
src
App.css
App.js
assets
svgs
camera.svg
connect-near-gradient.svg
connect-near.svg
discord.svg
facebook.svg
hamb... | <h2>Naksh Marketplace Web App</h2>
<h3>How to setup the project?</h3>
<div>1. Run git clone https://github.com/NakshOrg/naksh-marketplace-react.git in your terminal at a suitable directory.</div>
<div>2. Run cd naksh-marketplace-react and go into the project root directory.</div>
<div>3. Run yarn install or npm i as p... |
kontext-app_roadmap | .eslintrc.json
.github
ISSUE_TEMPLATE
bug_report.md
bug_report.yml
config.yml
feature_request.md
README.md
jest.config.js
next-env.d.ts
next.config.js
package.json
postcss.config.js
public
vercel.svg
src
config.ts
features
api-routes
api
... | # Better
[](https://vercel.com/new/kontext/clone?teamCreateStatus=hidden&repository-url=https%3A%2F%2Fgithub.com%2Fbetter-feedback%2Froadmap&demo-title=Better%20Board%20Demo&demo-description=Check%20our%20Roadmap%20board%20for%20inspiration&demo-url=https%3A%2F%2Froadmap... |
LTcolombo_near-hackaton | README.md
bees-wax-client
Assets
BootstrapApi.cs
DisplayBalance.cs
DisplayNFTEffect.cs
DisplayWalletId.cs
EscrowNotify.cs
FSM
Input
BaseTouchBehaviour.cs
TouchInputMove.cs
TouchInputTap.cs
Tou... | Nakama Unity
===
> Unity client for Nakama server.
[Nakama](https://github.com/heroiclabs/nakama) is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much [more](https://heroiclabs.com).
This client is built on the [.NE... |
FarmGameVillas_farmme-token | .github
workflows
test.yml
.gitpod.yml
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
with_macros.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.html
[near-contract-standards]: https://github.com/near/near... |
Learn-NEAR-Club_near_crowdfunding_ncd | Cargo.toml
README.md
neardev
dev-account.env
src
actions_of_project.rs
actions_of_reward.rs
actions_of_supporters.rs
constants.rs
lib.rs
project.rs
utils.rs
| # Crowdfunding
What make it different?
We will implement vesting approach for distribute funding.
With each interval, every supporter need to vote to release or cancel this funding
## TODO
- Implement DAO for each interval
- admin fns to control this dapp
### new
```sh
near call $ID new '{}' --accountId $ID
```
###... |
near-hackathon-luciferius_challenge-5-social-good-hunt | .github
workflows
node.js.yml
README.md
contract
Cargo.toml
README.md
build.bat
build.sh
neardev
dev-account.env
reset-contract.bat
src
lib.rs
test.sh
dist
App.03fbd8d8.css
App.03fbd8d8.js
index.css
index.html
materialize.11fed4d9.css
m... | # Rust Smart Contract Template
## Getting started
To get started with this template:
1. Click the "Use this template" button to create a new repo based on this template
2. Update line 2 of `Cargo.toml` with your project name
3. Update line 4 of `Cargo.toml` with your project author names
4. Set up the [prerequisites... |
gagdiez_near-drop | README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
claim.rs
constants.rs
drop_types.rs
ft.rs
lib.rs
token.rs
integration-tests
package-lock.json
package.json
src
ft.ava.ts
near.ava.ts
package.json
|
near-blank-project
==================
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 h... |
Evan-Piro-LLC_0ve | README.md
contract
Cargo.toml
src
lib.rs
elm.json
package-lock.json
package.json
public
fonts
fira-mono
SIL Open Font License.txt
liberation-mono
SIL Open Font License.txt
imgs
add-small.svg
add.svg
close.svg
corgi.svg
... | 0ve
=================================

# Description
0ve is a means for connecting people across decentralized computing networks.
# Try on Testnet
[0ve.life](https://0ve.life)
# Development
The contract code is compiled from rust to wasm
## Build and deploy rust... |
iamochuko_contract-source-metadata | Cargo.toml
README.md
src
lib.rs
| # A follow up for Standard for Smart Contracts To Allow Auditing
## and make for open source
|
pagoda-gallery-repos_keypom-dev-1 | .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
lint.yml
lo... | <h1 align="center">
<a href="https://github.com/near/boilerplate-template-keypom">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-keypom/main/docs/images/pagoda_logo_light.png">
<source media="(prefers-color-scheme: light)" sr... |
kobby-pentangeli_cedi | Cargo.toml
README.md
src
lib.rs
| Cedi
A simple ERC20 (fungible) token implementation for NEAR
|
Mikodin_communion-scratchpad | README.md
frontend
.eslintrc.json
README.md
next-env.d.ts
next.config.js
package-lock.json
package.json
pages_util
near-util
near-config.ts
near-contract-util.ts
near-wallet-util.ts
postcss.config.js
public
vercel.svg
styles
... | # communion-scratchpad
A Grimy, dirty, sloppy, quick, playground for interfacing with NEAR api's
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:
```bas... |
mosesfinlay_near-tip-button | README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.js
App.test.js
TipButton.js
index.css
index.js
logo.svg
reportWebVitals.js
setupTests.js
| # How to Add a Tip Button to Your Near Dapp
### This tutorial will show you how to add tipping functionality to your decentralized application on Near.
All the source code for this tutorial can be found on Github: [https://github.com/mosesfinlay/near-tip-button](https://github.com/mosesfinlay/near-tip-button)
Check o... |
Priyal1610_BlockChainVote | .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 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... |
i-am-stark_voteforyou | .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
.bin
acorn.cmd
... | [](https://travis-ci.org/isaacs/rimraf) [](https://david-dm.org/isaacs/rimraf) [](https://david-dm.org/isaacs/rimraf... |
Made-For-Gamers_Near-Wallet-Integration | Examples
nearUnityClient.Android
Near Unity Client
Assets
Fonts
Jupiter
LICENSE.txt
MFG
Scripts
API
Near_API.cs
Post Dat... | # near-client-unity
## Author
NEAR Inc
## License
near-client-unity is available under the MIT license. See the LICENSE file for more info.
|
Graate-Org_kcc-grants | Graate_KCC_Education.md
Open Grant Proposa Content Template.md
Projects
Combo.md
Infura for KCC: API Service.md
KsfSwap Finance.md
PADD_FINANCE.md
Pentonium.md
Polrare.md
boltrswap.md
cowswap_dex.md
foolstoolskcc.md
forkswap.md.md
kcc_scan.md
kusale.md
paprprintr.md
... | # KCC-Grants
## 👏 Summary
Sponsored by KCS Foundation, the Grant Program focuses on technological grants. For each project, the highest grant can be $500,000 worth of KCS.
All the grants are in the form of cryptocurrency and the applications can be tracked on GitHub. For larger grants, please feel free to contact us... |
mutalex_near_vcard | .eslintrc.yml
.github
workflows
deploy.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.js
neardev
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!... |
near_Pagoda-Roadmap | .github
ISSUE_TEMPLATE
BOUNTY.yml
initiative-template.md
okr-template.md
README.md
| # Pagoda Roadmap
Repo for all Pagoda's product and engineering roadmap inclsuive of OKRs and initiatives across Near.org, Near BOS, and more.
|
jainsaksham24_VoteCast | .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... | # VoteCast - Blockchain Based Secure Voting System
## VoteCast is an Ethereum Blockchain based decentralized application which ensures secure and transparent voting scheme for organizing public and private elections.
https://user-images.githubusercontent.com/57556534/168043810-80422b1b-8bba-4331-ba6f-5b8d49def5cd.mp4... |
nearprotocol_Protect-Privacy-Hack | README.md
| # Protect-Privacy-Hack
This is the repo for the NEAR Protect Privacy Hackathon challenges.
>
Join the hackathon at https://gitcoin.co/hackathon/privacy/onboard on June 15th- June 29th 2020.
|
EvrenUstun_Near-web-3.0-bootcamp | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
Maadhav_NEARnovel | .eslintrc.json
README.md
contracts
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models.ts
tsconfig.json
compile.js
package-lock.json
package.json
lotties
books.json
cryp... | # NEAR Novel
This platform is built for all those writer who wants to write a short story that makes people move. Built this app for a hackathon. This app is built on top on near blockchain to reduce transaction cost and deployed on near testnet. Anyone wanting to explore needs to have an near testnet wallet.
<img wi... |
puzzleVerma_voteVerifiedV2.0 | .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-lock.json
packa... | blockvote 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... |
LukeZhang0826_Taxparency | .github
scripts
runfe.sh
workflows
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
db_sqlite.ts
model.ts
utils.ts
tsconfig.json
frontend
.cypres... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
Learn-NEAR_factory-example | .github
workflows
tests.yml
.gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
deploy.rs
lib.rs
manager.rs
integration-tests
package-lock.json
package.json
src
main.ava.ts
package-lock.json
package.json
| # Factory Example
This example presents a factory of [donation contracts](https://github.com/near-examples/donation-rust). It allows to:
1. Create a sub-account of the factory and deploy the stored contract on it (`create_factory_subaccount_and_deploy`).
2. Change the stored contract using the `update_stored_contract... |
programmiana_nextjs | .eslintrc.json
README.md
config.ts
contract-interactions.ts
contracts.ts
contracts
README.md
factory
Cargo.toml
README.md
build.sh
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-5ed77... |
# Todos
- [ ] Implement burning
- [ ] Implement revoking
- [ ] EVENT_JSON needs updating
# Smart contracts
"factory" is the creator of NTT token contracts.
"token" is the actual NTT token contract being deployed by "factory"
Both are rust based smart contracts for the NEAR blockchain
# Smart contract source basis... |
jasperdg_nearyswap | Cargo.toml
build.sh
src
lib.rs
mintable_fungible_token.rs
pool.rs
tests
pool_test.rs
test.sh
| |
nearprotocol_near-wallet-ios | NEARWallet
AppDelegate.swift
Assets.xcassets
AppIcon.appiconset
Contents.json
Contents.json
SceneDelegate.swift
ViewController.swift
| |
near-examples_xcc-advanced | .github
workflows
tests.yml
.gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
batch_actions.rs
lib.rs
multiple_contracts.rs
similar_contracts.rs
integration-tests
package-lock.json
package.json
src
main.ava.ts
p... | # Complex Cross-Contract Calls
[](https://github.com/near-examples/xcc-advanced/actions/workflows/tests.yml)
This contract presents 3 examples on how to do complex cross-contract calls. Particularly, it show... |
noemk2_storange_as | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
index.ts
package.json
| Entendiendo Storange de near con AssemblyScript
==================
Introducción a storange en near (assemblyScript)
==================
Storange en near protocol, este contrato te perminte:
1. Guardar datos en la blockchain
👨💻 Instalación en local
===========
Para correr este proyecto en local debes seguir... |
ntx50_hello-world-blockchain | .cache
00
71226d422ef11545847220dbbced48.json
7d22c5485b97a3f93a3b16d305533c.json
01
8da59e892e97ef367ff501c7c62504.json
04
3ebd752b29bf9541105bb3bf58be09.json
05
16b3312a96a832e5b4c8b40c8d6623.json
30548961f2817132cfc5aa4a148f51.json
a538f39136518... | hello-world-interface
==================
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.js... |
PhucLeon_PA2K_ENS_Aura_Contest_OpenCulture | open-culture
fe-near-simple-auction
package.json
parcel-bundle-reports
default.html
src
config.js
index.html
index.js
kmain.css
main.css
public-1
skyper.svg
vector-1.svg
... | |
NearSocial_SEPs | README.md
sep-0001-template.md
| # SEPs
NEAR Social Enhancement Proposals
This repository hosts SocialDB Enhancement Proposals (SEPs) - design documents that specifies a request to evolve the Near socialDB standard accompanied by an end-to-end prototype which demonstrates the use of the proposed enhancement.
|
near-examples_near-lake-raw-printer-js | .github
workflows
tests.yml
README.md
index.ts
package-lock.json
package.json
tsconfig.json
| # near-lake-raw-printer-js
A simple indexer built on top of the [NEAR Lake Framework JS](https://github.com/near/near-lake-framework-js).
This is a source code for the tutorial [JavaScript NEAR Lake indexer basic tutorial](https://near-indexers.io/tutorials/lake/js-lake-indexer)
|
klyvechen_near-secret-letter | sl-contract
Cargo.toml
README.md
build.sh
nft
Cargo.toml
src
lib.rs
payouts.rs
royalty.rs
test-approval-receiver
Cargo.toml
src
lib.rs
test-token-receiver
Cargo.toml
src
lib.rs
tests
... | # 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... |
gabsong_near-delegation-contract | .gitpod.yml
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
context.json
main.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.json
dist
gray_near_logo.f4fe4645.svg
index.html
logo.b37d81ec.svg
near.45fb95a6.svg
src... | ## Near decentralized app: token delegation app
### Requirements
##### IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x
1. [Node.js](https://nodejs.org/en/download/package-manager/)
2. (optional) near-shell
```
npm i -g near-shell
```
### To run on NEAR testnet
```bash
npm ins... |
JonathanLogan_near-price-oracle-bot | .docker
README.md
README.md
bot.js
config.js
feeds
binance-futures.js
binance.js
chainlink.js
coingecko.js
crypto.com.js
ftx.js
gate.js
huobi.js
kucoin.js
pyth.js
refExchange.js
uniswap-v3.js
functions.js
index.js
install.sh
near.js
package.json
run.sh
tests
func.... | # Near Price Oracle bot
### Hot to run a Near Price Oracle bot as a service (Linux)
- Update `/service/near-oracle.service` to specify user and path (ExecStart)
- Install service: `./install.sh`
- Check logs: `sudo journalctl -u near-oracle.service -f`
- Stop Service `sudo systemctl stop near-oracle.service`
- Start ... |
Priyankanehra_votingDapp | .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... |
kujtimprenkuSQA_guest-book-vue | .github
workflows
deploy.yml
.vscode
extensions.json
README.md
index.html
package.json
src
constants.ts
interfaces
account.ts
messageType.ts
main.ts
shims.ts
style.css
types
index.d.ts
vite-env.d.ts
tsconfig.json
tsconfig.node.json
vite.config.ts
| ## Guest Book + NEAR Wallet Selector with Vue and Vite 3
Install dependencies:
```bash
yarn
```
Run locally:
```bash
yarn dev
```
Build for production:
```bash
yarn build
```
Preview the build result:
```bash
yarn preview
```
Deploy to gh-pages:
```bash
yarn deploy
```
|
jozefhruska_NearPass | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
firebase.json
frontend
App.js
assets
global.css
images
logo
logo-black.svg
... | NearPass
==================
You can view the app at https://near-pass.com/.
## Building frontend
First navigate to the `frontend` folder in terminal:
cd frontend
afterwards install dependencies via
npm install
afterwards you can run the frontend via
npm run start
MIT
# PasswordManager Smart Contrac... |
near_DX | .github
ISSUE_TEMPLATE
config.yml
🐞-bug-report.md
💡feature-request.md
🔹-Epic.md
README.md
|
_config.yml
| # NEAR Protocol Developer Guide
[](https://neardevhub.org/)
[](https://bit.ly/near-dev-calendar)
[](https://t.me/addlist/VyVjNaP190JlOGMx)
[![NEW... |
hectorbenitez_near-poll-example | .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-lock.json
packa... | near-voting-system 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... |
johnedvard_turn-based-contract | .github
workflows
tests.yml
.gitpod.yml
README.md
contract
babel.config.json
jsconfig.json
package.json
src
index.ts
tsconfig.json
frontend
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
index... | # Hello Near JS Example
## Overview
This simple example will demonstrate how to integrate a smart contract into a decentralized application, and how to store and retrieve information to and from the NEAR blockchain with `call` and `view` methods.
## Installation & Setup
To clone run:
```bash
git clone https://gith... |
MusicFeast_back_django | backend
__init__.py
admin.py
apps.py
migrations
0001_initial.py
0002_carousel_name.py
0003_alter_artist_about_alter_news_desc_long_and_more.py
0004_alter_artist_about_alter_artist_description_and_more.py
0005_alter_address_city_alter_address_country_and_more.py
... | |
Peersyst_opensea-js | CHANGELOG.md
README.md
buffer-override.d.ts
docs
assets
css
main.css
js
main.js
search.js
classes
openseaapi.html
openseaport.html
enums
assetcontracttype.html
asseteventtype.html
auctiontype.html
eventtype.h... | <p align="center">
<img src="https://storage.googleapis.com/opensea-static/opensea-js-logo-updated.png" />
</p>
# OpenSea.js <!-- omit in toc -->
[](https://opensource.org/licenses/MIT)
<!-- [](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
Multi-DAO_reporting | README.md
index.js
package-lock.json
package.json
| # reporting
Create CSV from proposals
## Install
```bash
npm i
```
## RUN!!!!!!!!
```bash
npm start
```
Once you run the above command, look for a file named something like: `DAO_REPORT_ecosystem.sputnik-dao.near_2021-12-03T20:27:40.869Z.csv`
If you need to make adjustments to this script, open index.js and edit ... |
muskbuster_Joba_landing | .gitpod.yml
README.md
joba
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.js
App.module.css
App.test.js
components
builder.svg
calendar.svg
navbar.css
navbar.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... |
Learn-NEAR-Club_neatar-dapp | .cargo
audit.toml
config.toml
.docker
builder
builder.sh
.github
workflows
contract.yml
Cargo.toml
package.json
readme.md
src
contract
build.sh
neatar
Cargo.toml
identicon.rs
neatar.js
neatar.rs
web
asset
... | |
esaminu_console-donation-template-r2523 | .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 Contract
The smart contract exposes methods to handle donating $NEAR to a `beneficiary`.
```ts
@call
donate() {
// Get who is calling the method and how much $NEAR they attached
let donor = near.predecessorAccountId();
let donationAmount: bigint = near.attachedDeposit() as bigint;
let donatedSoFa... |
NEAR-Edu_near.training | README.md
index.html
| near.training is an intake funnel for NEAR Certified Developer
|
Learn-NEAR_workshop--berry-club-bot | Cargo.toml
README.md
rect::tests::test_rect_complex stdout
README_RU.md
README_Windows.md
build.sh
build_for_real.sh
call.sh
deploy.sh
draw_art.sh
src
art.rs
circle.rs
hardcore.rs
invert.rs
lib.rs
rect.rs
test.sh
win
build.bat
build_for_real.bat
call.bat
deploy.bat
draw_art.b... | # Berry Club Bot Workshop
This is a workshop to cover basics of NEAR Protocol smart-contracts written in Rust.
## Support
* Telegram: [https://t.me/neardev](https://t.me/neardev)
* Discord [https://near.chat](https://near.chat)
* Docs: [https://docs.near.org/](https://docs.near.org/)
## Preparation
### Install req... |
NFTET_near-marketplace1 | .vs
VSWorkspaceState.json
README.md
package.json
public
index.html
manifest.json
robots.txt
src
.vs
VSWorkspaceState.json
App.css
App.js
App.test.js
components
.vs
VSWorkspaceState.json
Wallet.js
marketplace
.vs
... | # 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... |
oysterpack_oysterpack-smart-near | .idea
misc.xml
modules.xml
runConfigurations
Test_FT.xml
Test_Stake_Contract.xml
Test_Staking_Pool.xml
Test_account_management.xml
Test_contract.xml
Test_near.xml
Test_workspace_with_coverage.xml
vcs.xml
README.md
docs
DEV.md
guildnet.md
... |
# OysterPack SMART - It's Time to Put a STAKE in the Ground!
The **vision** is to build a suite of financial services for the everyday person on the NEAR blockchain anchored on staking
and contract transaction fees.
The **mission** is to build the best staking solutions, products, and services on the NEAR blo... |
here-wallet_near-zmq-indexer | Cargo.toml
Cross.toml
README.md
src
configs.rs
main.rs
utils.rs
| NEAR Indexer ZMQ
==================================
Implementation of a NEAR Blockchein RPC node to publish all blocks by ZMQ.
Technical requirements for running
- 8+ Gb RAM
- 4+ CPUS
- 500+ Gb SSD
## Build indexer
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get update
sudo ap... |
hoangnhxda_NEAR_voting | Cargo.toml
README.md
build.sh
git_push.sh
neardev
dev-account.env
testnet
74b3a1f4a587b69f1dad3d0777b80cdda00ed2a3beaf0089a3ec72c1a2473c6d.json
dev-1636466060984-94129954663100.json
dev-1636466155669-94886381764521.json
dev-1636466342967-13972867406128.json
hoangnh_xda.te... | # Statuses
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
HTTP status utility for node.
This module provides a list of sta... |
guillaumnear_nearprofile | .dependabot
config.yml
.github
workflows
tests.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
main.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
neardev
... | Example of NEAR Wallet integration
==================================
[](https://gitpod.io/#https://github.com/near-examples/wallet-example)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This example dem... |
ilblackdragon_balancer-near | README.md
balancer-pool
Cargo.toml
build.sh
src
bconst.rs
bmath.rs
lib.rs
test.sh
tests
general.rs
utils.rs
*
near-lib-rs
Cargo.toml
src
lib.rs
token.rs
near-test-rs
Cargo.toml
src
context.rs
lib.rs
tes... | # Outdated, see https://github.com/ilblackdragon/contracts
|
LWSM_AMM-near | README.md
amm-contract
Cargo.toml
src
lib.rs
res
deploy.sh
test.sh
token-contract
Cargo.toml
src
lib.rs
| ## Vanilla AMM on testnet, Near-chain
A simple vanilla AMM on Near-chain. This is a simple example of how AMM works.
Two smart contracts are used in this example, token_contract and amm_contract.
**token_contract:**
* mainly derived from offical token contract example.
* basic functions like `mint`, `burn`... |
mashharuki_BikeShareDApp | FTDapp
.github
scripts
readme.sh
workflows
readme.yml
tests.yml
.gitpod.yml
README-Windows.md
README.md
README2.md
ft
Cargo.toml
src
lib.rs
integration-tests
rs
Cargo.toml
src
... | 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: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` f... |
humanman_near-magic-eightball-smart-contract | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
index.ts
model.ts
executables
execute.js
npm-shrinkwrap.json
package.json
| Magic Eight Ball Smart Contract
-------------------------------

Will I become a NEARionaire?
Should I make pasta tonight?
Are my TikToks pretentious?
These are some of the pressing questions we face everyday. Luckily, we finally have Magic Eight Ball... |
Qalamar_my-other-self | README.md
appmanifest.json
box2d.wasm.js
data.json
index.html
offline.json
scripts
dispatchworker.js
jobworker.js
main.js
offlineclient.js
opus.wasm.js
register-sw.js
supportcheck.js
style.css
sw.js
| <h1 align="center">My Other Self - Decentralized Platformer Game</h1>
<p align="center">
This is a decentralized platformer game hosted on <a href="https://ipfs.io">IPFS</a> and integrated with <a href="https://near.org/">NEAR Protocol</a>.<br/> It was created as an entry to <a href="https://gamedevjs.com/jam/2021... |
gummi-vp_near-draco-card-game | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.play-game.sh
3.get-card.sh
4.stand-card.sh
5.get-streak.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
... | ## Environment
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
```sh
export CONTRACT= # depends on deployment
export OWNER= # any account you control
# For example
# export CONTRACT=dev-1615190770786-2702449
# export OWNER=gu... |
jayendramadaram_Near-Protocol-Projects | learning
contract
Cargo.toml
README.md
src
lib.rs
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
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... |
Lightency-io_LightencyCron | .github
workflows
node.js.yml
index.js
package-lock.json
package.json
routes
api
addCouncil.js
borrowFromBurrow.js
fundEnergy.js
fundWallet.js
mainnet
addCouncil.js
borrowFromBurrow.js
fundEnergy.js
fundWallet.js
uti... | |
hdriqi_paras-backend-indexer | Cron.js
Mail.js
MailTemplate
notifyEmail.js
verifyEmail.js
walletEmail.js
State.js
Storage.js
config.js
controllers
Balance.js
Explore.js
Feed.js
Transaction.js
Verification.js
index.js
middleware
admin.js
authenticate.js
package-lock.json
package.json
utils
common.js
| |
hack-a-chain_tokonami-lending-nft-collateral | contract_standards
Cargo.toml
src
event.rs
fungible_token
core.rs
core_impl.rs
macros.rs
metadata.rs
mod.rs
receiver.rs
resolver.rs
storage_impl.rs
lib.rs
non_fungible_token
... | |
Learn-NEAR_NCD.L1.sample--cold-chain-delivery | Cargo.toml
README.md
build.sh
neardev
dev-account.env
src
lib.rs
test.rs
| # Cold chain smart contract
The purpose of this smart contract is for a cold chain deliveries tracker. It's completely developed in RUST.
# Considerations
This is a project done in a UNIX-based system, as linux or MacOS.
If you are running Windows consider to install WSL for command terminal.
# How to run the smart ... |
mashharuki_NearLearning | FT
.github
scripts
readme.sh
workflows
readme.yml
tests.yml
.gitpod.yml
README-Windows.md
README.md
ft
Cargo.toml
src
lib.rs
integration-tests
rs
Cargo.toml
src
tests.r... | # Guest Book 📖
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/guest-book-rust)
[](https://docs.near.or... |
near_near-wallet-roadmap | .github
ISSUE_TEMPLATE
BOUNTY.yml
new-roadmap-item.md
README.md
| # Heads up!
The wallet roadmap has moved at this new link: https://portal.productboard.com/lnpb6dhpyz225uxhuo74d32p
_Old version below_
# NEAR Wallet public roadmap
In this repository, you can find the official [NEAR Wallet product roadmap](https://github.com/near/near-wallet-roadmap/projects/1). Our product roadma... |
near_send-json | .eslintrc.yml
.github
ISSUE_TEMPLATE
BOUNTY.yml
.gitlab-ci.yml
.travis.yml
index.js
package.json
test
test.js
| |
L-meck_hi | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-0ecab8b3702817d3
lib-inflector.json
ahash-389331fa4126e6bb
lib-ahash.json
... | near-blank-project
==================
This [React] app was initialized with [create-near-app]
<!-- //SHORTS NOTES -->
<!-- //============ -->
<!-- //yarn create near-app kukulana -->
<!-- //NAVIGATION ubuntu (cd ../..) , (ls) , (cd mnt) , (ls) -->
<!-- // -->
<!-- // sudo apt remove cmdtest -->
<!-- sudo apt remove... |
isenilova_NEAR-Metabuild-front | .eslintrc.json
README.md
next-env.d.ts
package-lock.json
package.json
postcss.config.js
src
constants.ts
data
index.ts
interfaces.ts
images
badge_icon.svg
badge_star1.svg
badge_star2.svg
community_icon.svg
doll.svg
error_doll.svg
star2.... | zkp community toolkit frontend for NEAR Metabuild hackathon 2022
Users are able to:
- create community
- join community
- get & verify proof-of-membership
|
lewisjacobs_cocktails | contract
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
node_modules
.bin
acorn.cmd
acorn.ps1
asb.cmd
asb.ps1
asbuild.cmd
asbuild.ps1
asc.cmd
asc.ps1
... | # assemblyscript-regex
A regex engine for AssemblyScript.
[AssemblyScript](https://www.assemblyscript.org/) is a new language, based on TypeScript, that runs on WebAssembly. AssemblyScript has a lightweight standard library, but lacks support for Regular Expression. The project fills that gap!
This project exposes a... |
idea404_gas-buddy | .github
workflows
tests.yml
README.md
docker-compose.yml
package-lock.json
package.json
src
api.js
asserts.js
index.js
logger.js
profiler.js
tests
integration
api.ava.js
interface.ava.js
| # GasBuddy 😉🛠️
Get gas prices and gas estimates for your smart contract function on NEAR ⛽️📄
Sample cURL command:
```bash
curl --location --request POST 'https://api.gasbuddy.tech/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract_account_id": "smallgb.idea404.testnet",
"metho... |
lazy-wangxl_learn-near-community | README.md
cn
resources
glossary
README.md
guides
NEAR_Protocol_and_Solana.md
README.md
near-account-express-guide.md
what-is-near-protocol.md
ncd
level1
README.md
| # learn-near-community
Learn NEAR Community
### NEAR Certified Developer Level 1
#### Course Content
Step |
--- |
Course Intro |
Intro – NEAR Certified Developer Level 1 |
Step 1 – Perceiving web3 – NEAR Certified Developer Level 1 |
Step 2 – Reading web3 NEAR Certified Developer Level 1 |
Step 3 – Writing web3 N... |
neojunsiang_near-dapp-marketplace | README.md
package.json
public
index.html
robots.txt
src
App.css
App.js
App.test.js
components
Wallet.js
marketplace
AddProduct.js
Product.js
Products.js
utils
Cover.js
Loader.js
Notifications.js
i... | # 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... |
iamfortune_NEAR-token-converter | contract
README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.init.sh
2.run.sh
README.md
src
as-pect.d.ts
as_types.d.ts
sample
README.md
__tests__
README.md
index.unit.spec.ts
... | ## Setting up your terminal
The scripts in this folder support a simple demonstration of the contract.
It uses the following setup:
```txt
┌───────────────────────────────────────┬───────────────────────────────────────┐
│ │ │
│ ... |
Graate-Org_NEAR-rock-paper-scissors-II | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.deploy.sh
10.get_rooms.sh
11.get_room.sh
12.get_room_requests.sh
13.get_room_members.sh
14.get_room_games.sh
15.get_game.sh
16.get_profile.sh
17.get_game_players.sh
18.get_game_stakers.sh
19.get_winner.sh
2.... | ## Deploying contract through your terminal
The `deploy.sh` file within the scripts folder demonstrates a simple way of deploying a smart contract to the testnet.
```sh
[ -z "$CONTRACT" ] && echo "Missing \$CONTRACT environment variable"
[ -z "$OWNER" ] && echo "Missing \$OWNER environment variable"
```
The above com... |
justiceotuya_near-starter-kit | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
Moses00074_AttendanceApp | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
| # SIMPLE CLI APPLICATION
Tools Required
Ensure `near-cli` is installed by running:
```
near --version
```
If needed, install `near-cli`:
```
npm install near-cli -g
```
Ensure `Rust` is installed by running:
```
rustc --version
```
If needed, install [Rust](https://www.rust-lang.org/tools/install):
# Descripti... |
Igor-Koniukhov_app-for-certification | .env
.gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
approval.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
subjects
chemistry.rs
... | app-for-certification
==================
- This [React] app was initialized with [create-near-app].
- The application for passing tests or exams and in a case, you succeed you get certificate which you could print in PDF
format or mint and get your certificate with information about your results as NFT.
Quick Start... |
near-rocket-rpc_rocket-rpc-service | README.md
config
default.js
helper.js
main.js
package-lock.json
package.json
src
db
checkpoint.js
sequelize.js
token_balance.js
transaction.js
lake
event_consumer.js
middleware
auth.js
dispatcher.js
ratelimit.js
socketio.js
... | # Rocket RPC Service
A backend service written in node.js that serves as a RPC proxy. This service handles all RPC calls from clients and forwards them to actual RPC nodes based on their subscirption level. It also charges the clients with RPC tokens for using premium RPC node.
## Setup
To run this service you first n... |
muammer-yilmaz_patika-near-exercises | README.md
near-academy-certificate
README.md
near-practice-1
README.md
near-practice-2
README.md
starter-near-sdk-as
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_... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
andrewwhitehouse_writing | 01-compass.md
02-attention.md
03-data-engineering.md
04-elements-of-programming.md
05-sicp-in-python.md
06-type-conversion.md
07-sicp-in-go.md
08-comparison.md
09-sicp-in-clojure.md
10-clojure-macros.md
11-clojure-ex1.3.md
12-tdd-in-python.md
13-reflection.md
14-sicp-in-rust.md
tests::should_return_first_two_if_in_desc... | # Python code samples
## Run All Tests
`python -m unittest discover -s . -p 'test_*.py'`
# sicp
A Clojure library designed to ... well, that part is up to you.
## Usage
FIXME
## License
Copyright © 2022 FIXME
This program and the accompanying materials are made available under the
terms of the Eclipse Public Li... |
guelowrd_non-fungible-pixels-as | as-pect.config.js
asconfig.json
contract
__tests__
as-pect.d.ts
index.unit.spec.ts
as_types.d.ts
asconfig.json
assembly
index.ts
model.ts
tsconfig.json
utils.ts
package.json
scripts
1.dev-deploy.sh
2.create-token.sh
3.clean-up.sh
| |
pagoda-gallery-repos_js-repo-12 | .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
deploy-to-console.yml
lock.yml
stale.yml
README.md
contract
READ... | <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://... |
philoniare_NearSupplyChain | .idea
modules.xml
vcs.xml
README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
3.cleanup.sh
src
as_types.d.ts
supply_chain
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
m... | # Coffee Supply Chain Tracker
This NEAR blockchain project simulates a real-world use case of tracking the supply chain for a product through different actors, such as farmers, distributors, retailers and finally, consumers.
## Contract
This repository includes a complete project structure for AssemblyScript contra... |
Minting-Music_near-multisender | README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
src
App.js
app-settings.js
app.css
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
jest.init.js
main.test.js
useDetectOutsideClick.... | multisender 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 `... |
humanman_sample--lottery | Cargo.toml
README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.init.sh
2.play.sh
3.reset.sh
README.md
report.sh
x-configure-fee.sh
x-configure-lottery.sh
src
as-pect.d.ts
as_types.d.ts
lottery
README.md
__tests__
README.md
fee-... |
# Lottery
This repository includes a complete project structure for AssemblyScript contracts targeting the NEAR platform.
The example here is playful. It's a toy involving a lottery.
The goal of this repository is to make it as easy as possible to get started writing unit and simulation tests for AssemblyScript co... |
near_rainbow-bridge-lib | .buildkite
pipeline.yml
CHANGELOG.md
README.md
config
index.js
eth-on-near-client
dag_merkle_roots.json
index.js
eth-on-near-prover
index.js
eth-proof-extractor
index.js
eth2near-relay
index.js
index.js
init
eth-contracts.js
index.js
near-contracts.js
near-token-factory.js
ne... | Ethereum to Near trustless, fully decentralized, bidirectional bridge
See https://github.com/near/rainbow-bridge for Installation, Usage, Documentation and Examples.
|
Giftea_NEAR-blog | .gitpod.yml
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
neardev
dev-account.env
package-lock.json
package.json
frontend
... | Hello NEAR!
===========
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] ≥ 16
Exploring The Code
==================
1. The main smart contract code lives in `assembly/index.ts`.
2. T... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.