repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
litmus-zhang_Near-Submission | README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package.json
| # Near-Submission
This is an ecommerce dapp built on NEAR blockchain, where anyone can add product to sell, and also get paid directly to their account
Link to demo: https://litmus-zhang.github.io/near-marketplace/
|
kateincoding_duckychain | Cargo.toml
README.md
neardev
dev-account.env
src
lib.rs
test_deploy.sh
| # duckychain
yellow pages using rust with smart-contracts
# Presentacion de nuestro proyecto:
[Presentacion](https://www.canva.com/design/DAFH0rbSH0w/Za9FCwZD4FWsE-5fSdK3lA/view?utm_content=DAFH0rbSH0w&utm_campaign=designshare&utm_medium=link&utm_source=publishpresent)
# Colaboradores
* Katherine Soto | <img alt="Gi... |
Git-Leon_near-archive | near-project-template
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
index.ts
package-lock.json
package.json
tsconfig.json
near-protocol-notes
1-monday
content.md
2-tuesday
content.md
3-wednesday... | [React]: https://reactjs.org/
[create-near-app]: https://github.com/near/create-near-app
[Node.js]: https://nodejs.org/en/download/package-manager/
[jest]: https://jestjs.io/
[NEAR accounts]: https://docs.near.org/docs/concepts/account
[NEAR Wallet]: https://wallet.testnet.near.org/
[near-cli]: https://github.com/near/... |
esaminu_test-rs-boilerplate-1003 | .eslintrc.yml
.github
ISSUE_TEMPLATE
01_BUG_REPORT.md
02_FEATURE_REQUEST.md
03_CODEBASE_IMPROVEMENT.md
04_SUPPORT_QUESTION.md
config.yml
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
codeql.yml
deploy-to-console.yml
labels.yml
lock.... | # 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... |
harshD42_near-evoting | .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
... | # ts-mixer
[version-badge]: https://badgen.net/npm/v/ts-mixer
[version-link]: https://npmjs.com/package/ts-mixer
[build-badge]: https://img.shields.io/github/workflow/status/tannerntannern/ts-mixer/ts-mixer%20CI
[build-link]: https://github.com/tannerntannern/ts-mixer/actions
[ts-versions]: https://badgen.net/badge/ico... |
jciglesias_SharingShard | Cargo.toml
README.md
src
lib.rs
| # SharingShard
***
** Deploying contract **
***
Build contract:
`cargo build --target wasm32-unknown-unknown --release`
Use near-cli to deploy the smart contract to NEAR test network:
`near deploy --wasmFile target/wasm32-unknown-unknown/release/SharingShard.wasm --accountId <YOUR_ACCOUNT_HERE>`
***
** Initializin... |
gagdiez_near-gateway | .devcontainer
devcontainer.json
.env
.eslintrc.json
.github
ISSUE_TEMPLATE
bug_report.md
epic.md
feature_request.md
secondary-focus-area.md
workflows
continuous-integration-workflow.yml
promote-develop-to-main.yml
update-sprint-board.yml
.idea
jsLi... | # Toast
Implemented via Radix primitives: https://www.radix-ui.com/docs/primitives/components/toast
_If the current props and Stitches style overrides aren't enough to cover your use case, feel free to implement your own component using the Radix primitives directly._
## Example
Using the `openToast` API allows you... |
Learn-NEAR-Club_eco-near | .env
Persent.txt
asconfig.json
assembly
as_types.d.ts
controller
contract.controller.ts
index.ts
mock
gameCenter.ts
models
Account.model.ts
ContractInfomation.model.ts
SaleContract.model.ts
storages
contract.storage.ts
tsconfig.json
utils.t... | |
ibagwai9_react-near-web3 | .eslintrc.yml
.github
dependabot.yml
workflows
deploy.yml
tests.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
babel.config.js
contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
guestbook.spec.ts
as_types.d.ts
... | 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!... |
Jackson0007_web4socail | .env
.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
lib.ts
tsconfig.json
web4.ts
compile.js
model.ts
package-l... | ntik 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 `assembly/... |
near_docs | .github
ISSUE_TEMPLATE
bug_report.md
config.yml
documentation-request.md
epic.md
meta-improvement.md
workflows
build-check.yml
build-docs.yml
spellcheck.yml
test-links.yml
translation.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE-A... | <br />
<br />
<p align="center">
<img src="website/static/docs/assets/near_logo.png" width="240">
</p>
<br />
<br />
## NEAR Protocol - scalable and usable blockchain
[](http://near.chat)
[ as a way to authenticate transactions.
This would allow users to control their NEAR account via email - by setting the command that they would like... |
lucasmombello_nearCounter | Cargo.toml
src
lib.rs
main.rs
| |
Phonbopit_near-todos-crud | README.md
todos-crud-contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
index.html
package.json
tests
index.js
todos-crud-web
README.md
... | Building CRUD App
---
- [NEAR Docs](https://docs.near.org/docs/tutorials/apps/todos-crud-app)
* **Backend** - Assembly Script
* **Frontend** - Vite
## Issues
1. For Apple M1, If you cannot install `near-sdk-as` and get an `Unsupported platform: Darwin arm64` error - [Link](https://docs.near.org/docs/faq/developer-f... |
n1arash_dino-token | README.md
contract
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
... | 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... |
novilusio_NCD-Practice-1 | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | # `near-sdk-as` Starter Kit
This is a good project to use as a starting point for your AssemblyScript project.
## Samples
This repository includes a complete project structure for AssemblyScript contracts targeting the NEAR platform.
The example here is very basic. It's a simple contract demonstrating the followin... |
evgenykuzyakov_jumbo-exchange-contracts | Cargo.toml
README.md
docs.md
ref-exchange
Cargo.toml
build_docker.sh
build_local.sh
release_notes.md
src
account_deposit.rs
action.rs
admin_fee.rs
errors.rs
legacy.rs
lib.rs
multi_fungible_token.rs
owner.rs
pool.rs
simpl... | # Ref Finance Contracts
This mono repo contains the source code for the smart contracts of Ref Finance on [NEAR](https://near.org).
## Contracts
| Contract | Reference | Description |
| - | - | - |
| [test-token](test-token/src/lib.rs) | - | Test token contract |
| [ref-exchange](ref-exchange/src/lib.rs) | [docs](ht... |
luckchain007_Near-IDO-launchpad | .env
.vscode
settings.json
README.md
config-overrides.js
package.json
public
index.html
manifest.json
robots.txt
src
App.css
assets
img
dot_arrow.svg
icons
arrow-down.svg
arrow-green-short.svg
arrow-green.svg
... | # 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... |
khalifayakub_ezcharity | .eslintrc.yml
.github
dependabot.yml
workflows
deploy.yml
tests.yml
.gitpod.yml
.idea
inspectionProfiles
Project_Default.xml
modules.xml
vcs.xml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
ezcharit... | EZ Charity
==========
#Project Description
This project is a simple application that makes
use of smart contract written in assemblyscript and
frontend using react to deliver a charity application.
The user is able to donate to the dogs available on
the site so they be fed. Be kind :)
Sign in with [NEAR] and donate ... |
Peersyst_ethermint | .github
ISSUE_TEMPLATE
bug-report.md
feature-request.md
PULL_REQUEST_TEMPLATE.md
dependabot.yml
labeler.yml
workflows
build.yml
codeql-analysis.yml
dependencies.yml
deploy-contract.yml
goreleaser.yml
labeler.yml
lint.yml
... | <!--
order: false
parent:
order: 0
-->
# Architecture Decision Records (ADR)
This is a location to record all high-level architecture decisions in Ethermint.
You can read more about the ADR concept in this blog posts:
- [GitHub - Why Write ADRs](https://github.blog/2020-08-13-why-write-adrs/)
- [Reverb - Document... |
mikedotexe_near-simple-oracle | README.md
client-contract
README.md
babel.config.js
contract
Cargo.toml
README.md
build.sh
src
lib.rs
gulpfile.js
package.json
src
App.css
App.js
App.test.js
__mocks__
fileMock.js
assets
g... | Status Message
==============
[](https://gitpod.io/#https://github.com/near-examples/rust-status-message)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This smart contract saves and records the status me... |
hyperfiles-org_hyperfiles | .github
ISSUE_TEMPLATE
bug_report.md
feature-request.md
workflows
release.yml
apps
hyperfiles
bos.config.json
build
bos-loader.json
data.json
data.json
bos.workspace.json
contracts
resolvers
AttesterResolver.rs
Expir... | |
Kariimayman_VerifiedProfile | __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
| |
nellanutellaa_Blockchain | .gitpod.yml
.travis.yml
README.md
contracts
assemblyscript
as-pect.config.js
as-pect.d.ts
as_types.d.ts
compile.js
nep4-basic
README.md
__tests__
main.unit.spec.ts
main.ts
tsconfig.json
rust
Cargo.toml
... | Non-Fungible Tokens (NFTs)
==========================
This repository includes NFT implementations in Rust and AssemblyScript for [NEP#4](https://github.com/nearprotocol/NEPs/pull/4)
Rust
====
AssemblyScript
==============
_Using Gitpod? You can skip these setup steps!_
To run this project locally:
1. Prerequisit... |
laitsky_near-z2h-tutorial | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
| # 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... |
iKuartz_Neartify-Front | .eslintrc.json
.github
workflows
linters.yml
README copy.md
README.md
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
App.js
assets
near
config.js
utils.js
components
Container.js
Navbar.js
Vaccines... | # Neartify-Front
|
NEARFoundation_near-lockups | .gitpod.yml
.idea
encodings.xml
misc.xml
modules.xml
php.xml
README.md
babel.config.js
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
jest.init.js
main.test.js
uti... | near-lockups
==================
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
... |
mariogarcia-ar_tcoin | .gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
src
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
main.test.js
utils.js
wallet
login
index.html
| near_tcoin Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `s... |
nativeanish_counter-near | contract
Cargo.toml
src
lib.rs
package.json
public
index.html
src
reducer
fs.ts
utils
init.ts
| |
Made-For-Gamers_WebA-Front-End | .prettierrc.json
README.md
docs
Iterium.md
README.md
_coverpage.md
_sidebar.md
gamejam.md
index.html
partnerIndex.md
support.md
userguide.md
|
|
index.html
package-lock.json
package.json
src
assets
images
metamask-icon.svg
... | # Made For Gamers WebAggregator Nexus Front-End
This is the front-end for the Made For Gamers WebAggregator Nexus project. It is built using Vue 3 and Vite.
It is also the MFG front-facing website.
To contribute to this project, please follow the instructions below.
## If you are a Tooling/Game Provider or protocol... |
NEARBuilders_NEARsocialwidgets | README.md
| # NEARsocialwidgets
NEARSocialWidgets
## Make your NEAR Social widget
- put folder with widget name
- add a readme.md in that folder with the name of widget, contributors, and link to NEAR social
- make sure to add #app tag to your widget and add proper image and metadata on NEAR social for visibility
|
onchainengineer_tested3 | README.md
athena_gallery
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.ts
constants.ts
styl... | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view... |
near-examples_donation-examples | .devcontainer
devcontainer.json
.github
workflows
tests-rs.yml
tests-ts.yml
README.md
contract-rs
Cargo.toml
README.md
rust-toolchain.toml
src
donation.rs
lib.rs
tests
workspaces.rs
contract-ts
README.md
package.json
sandbox-ts
main... | # 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... |
germangleza_stakedemy-Metapool | FinalModule (1).txt
README.md
stAurora
stakedemy-aur-main
README.md
foundry.toml
lib
forge-std
README.md
foundry.toml
lib
ds-test
package.json
package.json
... | # Stakedemy 📚
Stakedemy the first Learn-to-earn platform in the Aurora Ecosystem.
Stake your $Aurora and start learning all the Stakedemy content.
## Subscriber Contract
- This contract handle the user subscription within the Aurora EVM.
- Interface between Stakedemy and Metapool StakedAuroraVault contract.
## Tec... |
JuEnPeHa_contract_one | Cargo.toml
neardev
dev-account.env
src
external.rs
internal.rs
lib.rs
sell.rs
view.rs
| |
lindentree_true_neutral | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-0700cf75adb0ccec
lib-inflector-0700cf75adb0ccec.json
aho-corasick-8ec5c833fb978ac5
... | # Status Message
Records the status messages of the accounts that call this contract.
## Testing
To test run:
```bash
cargo test --package status-message -- --nocapture
```
# Status Message
Records the status messages of the accounts that call this contract.
## Testing
To test run:
```bash
cargo test --package stat... |
MiguelIslasH_nearbrary | README.md
as-pect.config.js
asconfig.json
package-lock.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
JheyBerry_near-pathway | asconfig.json
assembly
index.ts
connect.js
create_account.js
execute.js
package-lock.json
package.json
query.js
transfer.js
transfer_advanced.js
| |
kPatch_NEARCON23 | App
App
AppApp.swift
Assets.xcassets
AccentColor.colorset
Contents.json
AppIcon.appiconset
Contents.json
Assets
ARButton.imageset
Contents.json
AddButton.imageset
... | # NEARCON23
Hack for NEARCON23
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
# or
bun dev
```
Open [... |
joelvaiju_near-spring-challenge2 | .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
... | near-spring-challenge2
==================
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.jso... |
Kouprin_contracts-one | README.md
cli
index.js
near.js
package.json
contract
Cargo.toml
build.sh
compile_and_test.sh
expensive.sh
src
audit.rs
certificate.rs
contract.rs
lib.rs
primitives.rs
project.rs
user.rs
version.rs
tests
general.r... | # TBD
|
esaminu_console-donati-template-rsadf | .github
scripts
runfe.sh
workflows
deploy-to-console.yml
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
integration... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
Protocol-Pawns_chess-on-chain | .clippy.toml
.github
workflows
audit.yml
deploy.yml
test.yml
.vscode
extensions.json
launch.json
settings.json
Cargo.toml
README.md
abi-gen.sh
abi
index.d.ts
api
package.json
src
acounts.ts
batch.ts
events.ts
games.ts
index.ts
... | # Protocol Pawns
_Protocol Pawns_ is your very first turn based fully on chain chess game.
Try out the [dapp](https://near.org/chess-game.near/widget/ChessGameLobby)!
Features:
- play against an AI (3 difficulties)
- PvP
- ELO ranking, if [I-Am-Human](https://i-am-human.app/) verified
Upcoming features:
- gaming ... |
haoduoyu_safe-based-fungible-token | README.md
build.sh
neardev
dev-account.env
src
lib.rs
| # Safe Based Fungible token
Expected storage per account is `77 bytes = 40 (for a k/v record) + 1 (for a prefix) + 20 (for a key) + 16 (for a balance)`
Expected storage per safe `77 bytes = 40 (for k/v) + 1 (for a prefix) + 8 (for key) + 28 (for a value)` but it's temporary for the duration of the transaction.
The `7... |
hdriqi_near-textile-indexer | README.md
package.json
src
index.js
sync.js
textile.js
textile.js
| # near-textile-indexer-example
This repo is example on how to use [near-textile-indexer](https://github.com/hdriqi/near-textile-indexer)
This example is using AssemblyScript-based smart contract. The indexer is also available for Rust-based smart contract as long it is satisfy the required `methods` and the `Event ty... |
lovali-crypto_near-monitoring | account_balance
check_balance.js
package.json
rpc_check
package.json
rpc_node_check.js
validators_fee_change
package-lock.json
package.json
validator_fee_change.js
validators.json
| |
NearDeFi_hub | package.json
public
index.html
manifest.json
robots.txt
src
App.js
abi
erc20.js
components
Dashboard
Dashboard.js
data
account.js
aurora
token.js
tokenList.js
near.js
utils.js
index.css
index.js
p... | |
nearprotocol_assemblyscript-rlp | .gitlab-ci.yml
.travis.yml
README.md
as-pect.config.js
assembly
__tests__
as-pect.d.ts
dataTypes.spec.ts
index.ts
type.ts
package.json
| # assemblyscript-rlp
Assemblyscript implmementation of [RLP](https://github.com/ethereum/wiki/wiki/RLP) base on the [typescript implementation](https://github.com/ethereumjs/rlp). Mostly work in progress.
## Development
To build the project, run
```bash
npm install && npm run asbuild
```
To test, run
```bash
npm r... |
otgumedia_create-otgu-tip | .prettierrc.json
README.md
bin
cli.js
contract
README.md
babel.config.json
build.sh
deploy.sh
package.json
src
contract.ts
tsconfig.json
frontend
App.css
assets
global.css
logo-black.svg
logo-white.svg
components
BasicApp
Ba... | # 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;
}
... |
nnthienbao_near-nft-frontend | .gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
components
MintNftForm.js
Navibar.js
NftCollection.js
NftMintingDia... | nft-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` for a
... |
kita1603_voting_contract | README.md
contract
Cargo.toml
README.md
build.js
src
lib.rs
package.json
src
assets
gray_near_logo.svg
near.svg
config.js
index.html
main.js
wallet
login
index.html
| # Voting App
Allow voting upon a specific item on NEAR.
## Testing
To test run:
```bash
cargo test --package voting-app -- --nocapture
```
<br />
<br />
<p>
<img src="https://near.org/wp-content/themes/near-19/assets/img/neue/logo.svg?t=1600963474" width="240">
</p>
<br />
<br />
## NEAR Voting Application
### Req... |
near_workspaces-rs | .github
workflows
test.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.toml
README.md
examples
Cargo.toml
build.rs
manually-spawned-sandbox.md
noop-contract
Cargo.toml
src
lib.rs
res
adder.json
simple-contract
Cargo.toml
s... | <div align="center">
<h1>NEAR Workspaces (Rust Edition)</h1>
<p>
<strong>Rust library for automating workflows and writing tests for NEAR smart contracts. This software is not final, and will likely change.</strong>
</p>
<p>
<a href="https://crates.io/crates/near-workspaces"><img src="https://img.shi... |
MattHillWakatipu_blockchain-experimentation | README.md
docs
DeveloperInfrastructure.md
gitpractices.md
wallets.md
helloworld
Cargo.toml
README.md
compile.js
src
lib.rs
market-contract
Cargo.toml
README.md
build.sh
src
external.rs
internal.rs
lib.rs
nft_callbacks.rs
sale.rs... | # Blockchain-Experimentation
new-awesome-app Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The ma... |
iamyxsh_near-protocol-game | Readme.md
app
.eslintrc.json
assets
index.ts
components
atoms
index.ts
index.ts
organisms
index.ts
template
index.ts
constants
color.ts
index.ts
near.ts
context
index.ts
next.config.js
... | |
ExchangeAnn_near-python-sdk | README.md
near
__init__.py
api.py
network.py
pyproject.toml
requirements.txt
setup.py
| # near-python-sdk
[](https://www.python.org/)
[](https://github.com/psf/black)
## TODO
- [x] Browser Accounts / Contracts
- [ ] Block / Chunk
- [x] Browser Gas
- [ ]... |
lhtvikaschauhan_rust-cross-contracts | README.md
contract
Cargo.toml
README.md
src
external.rs
lib.rs
package.json
test
cross-hello.test.js
near_wrapper.js
| Donation Smart Contract
=======================
A [smart contract] written in [RUST]
Exploring The Code
==================
1. The main smart contract code lives in `src/lib.rs`. You can compile
by running `cargo build`.
2. Tests: You can run smart contract tests by doing `cargo test`.
[smart contract]: https:... |
Learn-NEAR_NCD--coin-toss | README.md
as-pect.config.js
asconfig.json
neardev
dev-account.env
node_modules
@as-pect
assembly
README.md
assembly
index.ts
internal
Actual.ts
Expectation.ts
Expected.ts
... | # Regular Expression Tokenizer
Tokenizes strings that represent a regular expressions.
[](http://travis-ci.org/fent/ret.js)
[](https://david-dm.org/fent/ret.js)
[](https://gitpod.io/#https://github.com/Motanovici/Student-Assembly)
Video Demo: [Student Assembly](https://youtu.be/z1FWUiJyfWQ)
Application page: https://motanovici.github.io/Student-Assembly/
Twitter post: [T... |
PinkDiamond1_Bridgenode | README.md
bridgeoin
cross.go
event.go
localdata.go
main.go
server.go
eth-oin
.github
CONTRIBUTING.md
ISSUE_TEMPLATE.md
no-response.yml
stale.yml
.golangci.yml
.travis.yml
README.md
SECURITY.md
accounts
abi
abi.go
... | # devp2p simulation examples
## ping-pong
`ping-pong.go` implements a simulation network which contains nodes running a
simple "ping-pong" protocol where nodes send a ping message to all their
connected peers every 10s and receive pong messages in return.
To run the simulation, run `go run ping-pong.go` in one termi... |
JoeHank9_FareFlow | README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src copy
deposit.rs
enumeration.rs
internal.rs
lib.rs
metadata.rs
xcc.rs
src
deposit.rs
enumeration.rs
internal.rs
lib.rs
metadata.rs
xcc.rs
... | # Donation Contract
The smart contract exposes multiple methods to handle donating money to a `beneficiary` set on initialization.
## 1. Build and Deploy the Contract
You can automatically compile and deploy the contract in the NEAR testnet by running:
```bash
./deploy.sh
```
Once finished, check the `neardev/dev-a... |
JMoss-spec_Guest-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!... |
near-examples_crossword-tutorial-chapter-2 | README.md
contract
Cargo.toml
build.bat
build.sh
src
lib.rs
test.sh
testnet-deploy.sh
dist
index.css
index.html
src.e31bb0bc.css
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
config.js
fonts
OFL.txt
READ... | # 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:
### `env CONTRACT_NAME=crossword.friend.testnet npm run start`
Runs the app in the development mode.\
Open [http:/... |
ingscjoshua_crud-near | README.md
package-lock.json
todos-crud-contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
index.js
neardev
dev-account.env
package-lock.json
... | # 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.