repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
near_nearorg_container
.eslintrc.json .github workflows update_submodules.yml README.md next.config.js package.json public blog category a-post-from-illia-polosukhin feed index.xml index.html case-studies feed ...
# nearorg_container top level container app for near.org marketing and the apps.near.org gateway.
near_near-workspaces-js
.github ISSUE_TEMPLATE BOUNTY.yml workflows lint.yml tests-sandbox.yml typedoc-generator.yml .near-credentials workspaces testnet ro3evqruqecmi7q4uwux1651245117258.json .vscode extensions.json settings.json README.md __tests__ 01.basic-transact...
# Simple project This is the simplest project setup example with workspaces-js. You can copy it as the starting point when setup your project. ## Usage ``` yarn yarn test ``` ## Setup your project Assume you have written your smart contract. Setup and write workspaces-js test as this project is easy: 1. Build the...
EVANSMUOKI_Quadartic_Equation_Calculator
.vscode launch.json Cargo.toml README.md build.bat build.sh src lib.rs test.sh
# Near certification smart contract # Quadratic_equation_calculator The Smart Contract code is in the src lib.re. The Smart Contract involves a quadratic_equation_calculator which takes input from the user. The input is the coefficients for three terms of a quadratic equation. The Smart Contract the prorgram uses the ...
esaminu_test-rs-boilerplate-10
.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...
kopfadam_near_testnet
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...
# `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...
ing-waldoat_CodingHope
.cache 00 c62409ca3d86638b58edc3bca7c937.json 01 cb1e1cc5f502bc59e2ff7c009a6cff.json 02 960fe6f943f643207e5758e927c5b6.json 9e41a704a7ebc97c68c5f4606bac50.json 03 1d87e942581dd7e561b25b0f2147aa.json 3f6e2cef26ee95ce0d8ce1ac0f1568.json 04 906dcc...
semver(1) -- The semantic versioner for npm =========================================== ## Install ```bash npm install semver ```` ## Usage As a node module: ```js const semver = require('semver') semver.valid('1.2.3') // '1.2.3' semver.valid('a.b.c') // null semver.clean(' =v1.2.3 ') // '1.2.3' semver.satisfi...
ketyung_tm_ticket_mints_contract
Cargo.toml LICENSE.md build.sh readme.md src lib.rs mints_manage.rs mints_view.rs models.rs tests.rs term_tests1.txt
metaguild_nearbox
README.md contract Cargo.toml build.js src lib.rs index.html jsconfig.json package.json postcss.config.js public font inter.css logo-ceramic.svg near-logo-bug.svg near-logo.svg near_token_icon.svg src main.js routes.js store actions.js getters....
<br /> <br /> <p> <img src="https://near.org/wp-content/themes/near-19/assets/img/neue/logo.svg?t=1600963474" width="200"> </p> <p> <img src="https://ceramic.network/images/ceramic-logo-p-500.png" width="200"> </p> <br /> <br /> # Near Ceramic Vue A quick start setup for a dApp in NEAR, Ceramic, Vue 3, Tailwind CS...
Mhezron_blood-donation-dApp-on-NEAR-protocol
.gitpod.yml README.md contract Cargo.toml README.md neardev dev-account.env src lib.rs target .rustc_info.json debug .fingerprint Inflector-4a8c8a7e9339386c lib-inflector.json ahash-45d0474d3a50e669 ...
NEAR BLOOD DONATION APP ================== The smart contract was written in Rust About =========== The blood donation application that makes it easy for patients who are in need of blood donations to be able to make blood appeal. The application ensures the process is easy , fast and secure. A user logs in can c...
near_dev-calendar
.github ISSUE_TEMPLATE BOUNTY.yml README.md index.html package.json public vite.svg src App.css assets react.svg index.css vite.config.js
# React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast ...
mattlockyer_create-account-example
.dependabot config.yml .gitpod.yml .theia settings.json .travis.yml README-Gitpod.md README.md contract Cargo.toml src lib.rs neardev dev-account.env shared-test-staging test.near.json shared-test test.near.json package.json src config.js index.html loader...
Counter example in Rust ================================= [![Open in Gitpod!](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/rust-counter) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> # For Create Account Example ...
nearprotocol_assemblyscript-bson
.travis.yml README.md assembly decoder.ts encoder.ts index.ts tsconfig.json index.js package-lock.json package.json tests assembly decoder.spec.as.ts encoder.spec.as.ts tsconfig.json decoder.spec.ts encoder.spec.ts types webassembly index.d.ts ...
# assemblyscript-bson BSON encoder / decoder for AssemblyScript somewhat based on https://github.com/mpaland/bsonfy. Special thanks to https://github.com/MaxGraey/bignum.wasm for basic unit testing infra for AssemblyScript. # Limitations This is developed for use in smart contracts written in AssemblyScript for htt...
nearprotocol_react-template
.travis.yml README.md assembly main.ts model.ts tsconfig.json dist index.html public gray_near_logo.svg gulpfile.js neardev devkey.json out main.near.ts model.near.ts package-lock.json package.json src config.js frontend.css main.js test.js webpack.config.js
<br /> <br /> <p align="center"> <img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240"> </p> <br /> <br /> ## Template for NEAR dapps * Create NEAR dapps with a React frontend 🐲 * We got Webpack! 💥 * We got Gulp! 💦 * We got Corgis? [🐶](https://near.ai/corgis)...
jester91_SnapCash
.github workflows node.js.yml rust.yml .gitpod.yml README.md actions-runner bin Runner.Common.deps.json Runner.Listener.deps.json Runner.Listener.runtimeconfig.json Runner.PluginHost.deps.json Runner.PluginHost.runtimeconfig.json Runner.Plugins.dep...
# path-parse [![Build Status](https://travis-ci.org/jbgutierrez/path-parse.svg?branch=master)](https://travis-ci.org/jbgutierrez/path-parse) > Node.js [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) [ponyfill](https://ponyfill.com). ## Install ``` $ npm install --save path-par...
gyan0890_Near-Rust
.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 build.yml deploy-to-console.yml labels.yml lock.yml pr-...
<h1 align="center"> <a href="https://github.com/near/boilerplate-template-rs"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="ht...
NEAR-Edu_eslint-config-near
.eslintrc.js .github workflows release.yml .vscode settings.json README.md package-lock.json package.json release.config.js src index.ts lib default.ts tsconfig.json
# eslint-config-near This library is an ESlint configuration for NEAR projects. ## Installation To install this configuration run the following command: ```sh npm install -D eslint-config-near ``` or ```sh yarn add -D eslint-config-near ``` ## Usage ``` touch .eslintrc.cjs mkdir .vscode touch .vscode/settings.jso...
Learn-NEAR-Club_ncaptcha-contact7-addon
Controllers NCaptchaController.php Model Config.php Constructor Constructor.php Readme.md composer.json index.php readme.txt vendor autoload.php composer ClassLoader.php InstalledVersions.php autoload_classmap.php autoload_namespaces.php autoload_psr4....
here-wallet_promotion-sdk
README.md dist index.cjs.js index.esm.js index.js example index.html images here-logo.svg promotionstar.svg package-lock.json package.json src index.js nft-styles.css nft-view.html
# @here-wallet/promotion Promotion toolkit for HERE wallet parthners ### Support commonjs or esmodule ```ts import HerePromo from '@here-wallet/promotion'; HerePromotion.init({ appendTo: '.header' }) ``` ### Or just as script! ```html <script src="https://www.unpkg.com/@here-wallet/promotion@0.2.0/dist/index.js"><...
icerove_corgi3d
README.md package.json public index.html manifest.json robots.txt src App.js App.test.js assets images arrow.svg egg.svg good-bye.svg icon-nav.svg icon-sell.svg icon-send.svg icon-share.svg ra...
# 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...
maxhr_near--docs-generator
README.md action.yml builder .eslintrc.yml babel.config.js docusaurus.config.js near-api-js.sh near-sdk-js.sh package.json dev-attach.sh dev.sh docker-compose.yml docs-bot README.md api on-release.js app.yml package.json entrypoint.sh shell-scripts funcs.sh test.sh
# docs-generator This is: - A GitHub Action that should run on the docs repo (`near/docs`) - A GitHub app (`./docs-bot`) that should be installed on the docs repo (`near/docs`) ### GitHub Action This is a containerized action (see `Dockerfile`). Inputs: - `source_repo`: Source repo to generate docs for (`near/near-...
MichaelOdumosu57_proof_of_vibes_near_hackathon
.circleci config.bak.yml config.heroku.yml config.main.yml config.template.yml config.template2.yml config.yml .vscode settings.json README.md apps zero backend flask dev app.py configs.py hea...
--- name: Simple Minter slug: simple-minter description: Simple Minter on Mintbase framework: Next.js css: Tailwind deployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FMintbase%2Fexamples%2Ftree%2Fmain%2Fsimple-minter demoUrl: https://examples-simple-minter.vercel.app/ --- # Simple Minter...
kuutamolabs_rust-lightning
.github workflows build.yml ARCH.md ^ \ CHANGELOG.md CONTRIBUTING.md Cargo.toml GLOSSARY.md LICENSE.md README.md SECURITY.md bench Cargo.toml README.md benches bench.rs ci check-compiles.sh check-each-commit.sh ci-tests.sh codecov.y...
# lightning-invoice [![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/) This repo provides data structures for BOLT 11 lightning invoices and functions to parse and serialize these from and to bech32. **Please be sure to run the test suite since we need to check assumptions ...
NEAR-Analytics_devSnoopy
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh generate_data.sh src lib.rs docs readme.md integration-tests Cargo.toml src tests.rs package-lock.json package.json rust-toolchain.toml
Dev Snoopy ================== This is a proxy smartcontract that functions as a metadata holder for exsiting transactions from external contracts. This project aims to provide a way to track the impact of events created on the NEAR blockchain. Head over to docs to learn more about the project. - [docs](/docs/readme.m...
Juarsh_Vote-in-Blocks
Backend config db.js controllers conductedController.js index.js loginController.js passportGoogleCallback.js registerController.js totalElectionController.js updateController.js votingController.js votingElectionController.js i...
# URI.js URI.js is an [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt) compliant, scheme extendable URI parsing/validating/resolving library for all JavaScript environments (browsers, Node.js, etc). It is also compliant with the IRI ([RFC 3987](http://www.ietf.org/rfc/rfc3987.txt)), IDNA ([RFC 5890](http://www.ietf.org...
jeremiah66_NFT-surety
CONTRACT cargo.toml src lib.rs tests sim main.rs PLAN.md Package-lock.json README.md near dev dev account.env shared test test.near.json shared-test-staging test.near.json package.json src config.js main.js test-setup.js test.js
Counter example in Rust ================================= ``` near keys contract.spread.testnet - если удалить тут ключ то контракт будет залоченным и уже не изменяемым export CONTRACT_NAME=contract.spread.testnet echo $CONTRACT_NAME near view contract.spread.testnet get_num '{}' near call contract.spread.testnet i...
MetacraftDAO_build-token-contract
Cargo.toml README.md build.sh dev_deploy.sh src lib.rs test.sh
# Commands Use `./build.sh` to build [optional] if you want to deploy a new dev contract, delele neardev/ folder. Then use `source .dev_deploy.sh` to deploy dev contract Example intialization `near call $CONTRACT_NAME new '{"owner_id": "katesona6.testnet", "total_supply": "10000000000000"}' --accountId $CONTRACT_NAME...
makerst_sample--nearly-neighbors
Cargo.toml README.md _config.yml as-pect.config.js asconfig.json package.json simulation Cargo.toml src factory.rs lib.rs project.rs proposal.rs src as-pect.d.ts as_types.d.ts factory __tests__ index.unit.spec.ts asconfig.json assem...
# Nearly Neighbors A family of smart contracts developed for NEAR Protocol to enable crowd-sourced civic development. Think Kickstarter for neighborhood projects. ## Concept The contracts provided here enable users to propose neighborhood development projects and crowd-source funding for them. Think of it like Kick...
near_wasi-stub
.github ISSUE_TEMPLATE BOUNTY.yml README.md build.sh run.sh wasi-stub.c
# WASI-STUB This tool takes a wasm file, replace all `wasi_snapshot_preview1` import to (stub) functions defines in the same module. This is useful when executing wasm in sandbox enviroment where wasi is not available. ## Build First build binaryen with `cmake . && make -j`. Then: ``` ./build.sh ``` ## Use ``` ./r...
phoenix-token_pnx_token
Cargo.toml README.md node_modules .package-lock.json base-x LICENSE.md README.md package.json src index.d.ts index.js bn.js CHANGELOG.md README.md lib bn.js package.json borsh .eslintrc.yml ...
# u3 - Utility Functions This lib contains utility functions for e3, dataflower and other projects. ## Documentation ### Installation ```bash npm install u3 ``` ```bash bower install u3 ``` #### Usage In this documentation I used the lib as follows: ```js var u3 = require("u3"), cache = u3.cache, eachCo...
NEARFoundation_transaction-tracking-app-original
.vscode settings.json README.md backend data benchmarkTheSqlQueries.ts cleanTheSql.sh csvToJson.ts defineTransactionHashesInSql.ts seedLocalDatabase.sh tableDefinitions.sql updateLocalSeedFile.sh docker-compose.yml dropActionsAndTasksAndTypes.ts ...
# 🛑 IMPORTANT! Please see the newer repo at https://github.com/NEARFoundation/transaction-tracking-app instead of this repo, which is legacy. # NEAR Transaction Tracker App (also known as "Transactions Accounting Report") Transaction Tracker App (TTA) produces a report that helps teams across the ecosystem to see a...
OSTOLEX-Technologies_room-contract
.gitpod.yml .idea modules.xml vcs.xml README.md contract Cargo.toml README.md build.sh deploy.sh src account.rs enumerable.rs lib.rs storage_tracker.rs integration-tests Cargo.toml src tests.rs package-lock.json package.json
# room-contract # 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 Con...
hwnprsd_near-scaffold
.gitpod.yml README.md 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 config.js u...
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...
Ouch-Metaverse-Dao_quickjs-rust-near
.github workflows main.yml Cargo.toml README.md build.rs buildanddeploy.sh e2e e2e.test.js music.test.js musicscript.js meta-dce.json package.json src jslib.rs lib.rs tests musicscript.rs testenv.rs viewaccesscontrol.rs wasimock.rs web4.rs web4 ...
Rust WebAssembly smart contract for NEAR with Javascript runtime ================================================================ This is a Proof of Concept of embedding QuickJS with https://github.com/near/near-sdk-rs for being able to execute custom JavaScript code inside a smart contract written in Rust. First of ...
farukbaktas_Near_Web3
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...
mcshel_near_guestbook
.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 ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
nearprotocol__archived_todomvc
.travis.yml app-spec.md bower.json bower_components bootstrap .bower.json Gruntfile.js README.md bower.json dist css bootstrap-theme.css bootstrap-theme.min.css bootstrap.css bootstrap.min.css ...
iron-icons ========= ## Building Running `update-icons.sh` will checkout [material-design-icons](https://github.com/google/material-design-icons), reduce the fileset to 24px svgs, and compile the iconsets. # font-roboto # iron-menu-behavior `Polymer.IronMenuBehavior` implements accessible menu behavior. iron-pages ==...
evgenykuzyakov_upgradability-example
.dependabot config.yml .gitpod.yml .travis.yml Cargo.toml README-Gitpod.md README-Windows.md README.md package-lock.json package.json src lib.rs
Status Message ============== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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...
indeavr_dynamic-dapp
README.md css bootstrap-grid.min.css bootstrap-reboot.min.css global.css magnific-popup.css owl.carousel.min.css select2.min.css index.html package-lock.json package.json public img arrow.svg arrow2.svg breadcrumb.svg checkmark.svg close.svg so...
# UI for the Dynamic NFTs
linhai0212_test-near-wallet-example
.github dependabot.yml 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 shar...
Example of NEAR Wallet integration ================================== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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...
JMario1_election-is-near
.gitpod.yml README.md contract Cargo.toml README.md compile.js src election.rs lib.rs package.json src App.css App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg components AddElection.js Cover.js Election...
Voting Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `src/l...
N1ghtSe7en_hellomint-main
README.md babel.config.js 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 config.js global.css index.html index.js jest.init.js main.test.js util...
hellomint 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 `sr...
ligebit_BURROW
README.md burrow.js config.js demultiplicator.js multiplicator.js near.js package-lock.json package.json
Заполните config.js Для мультипликации: `node multiplicator` Для демультипликации: `node demultiplicator`
Fabulousugo_guest-book-js-master
.github workflows tests.yml .gitpod.yml README.md contract README.md build.sh deploy.sh package-lock.json package.json src contract.ts model.ts tsconfig.json frontend .cypress cypress.config.js e2e guest-book.cy.ts tsconfig....
# Guest Book Contract The smart contract stores messages from users. Messages can be `premium` if the user attaches sufficient money (0.1 $NEAR). ```ts this.messages = []; @call // Public - Adds a new message. add_message({ text }: { text: string }) { // If the user attaches more than 0.1N the message is premium ...
imsks_learning-polygon
.gitpod.yml .prettierrc.json README.md __test__ avalanche.test.ts polygon.test.ts secret.test.ts solana.test.ts components protocols avalanche components index.ts lib index.ts celo components index.ts...
Based on: MetaCoin tutorial from Truffle docs https://www.trufflesuite.com/docs/truffle/quickstart SimpleStorage example contract from Solidity docs https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html#storage 1. Install truffle (https://www.trufflesuite.com/docs/truffle/getting-started/insta...
i3ima_nep-246
Cargo.toml README.md examples approval-receiver Cargo.toml scripts build.sh src lib.rs multi-token Cargo.toml rustfmt.toml scripts build.sh src lib.rs src event.rs lib.rs multi_token appro...
# WIP Implementation of [NEP-246](https://github.com/near/NEPs/issues/246) for NEAR Protocol ## What's done * Approvals, Metadata, Enumeration extenstions * Transfers * Resolvers & receivers ## What's not * Tests * Burn
Mykhail_NCD.recruitment
.idea encodings.xml jsLibraryMappings.xml libraries NCD_nomination_node_modules.xml misc.xml modules.xml vcs.xml workspace.xml README.md as-pect.config.js asconfig.json package.json scripts 1.recruitement-deploy.sh 2.post-vacancy.sh 3.get-all-vacancies.sh 4.post-candi...
## 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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
open-web-academy_thegraph
README.md generated schema.ts package.json src mapping.ts tsconfig.json
# NCAR The Graph Example En este apartado encontrarás toda la información necesaria para la implementaicón de un nodo de The Graph que permita indexar la información generada por un contrato inteligente. https://ow-academy.notion.site/Creaci-n-de-un-nodo-en-The-Graph-9ac3f2c4745c479c8c629901e580439b
prakhar728_Medibridge
.gitpod.yml README.md client about.html doctors doctor.html patients.html home.html patients logPatients.html thepatient.html styles.css contract Cargo.toml README.md build.sh deploy.sh neardev dev-account.env src lib.rs fronten...
MediBridge =========== <p align="center"> <img src="frontend/assets/MediBridge_logo.png" alt="Image"> </p> The goal of MediBridge is to develop a decentralized system that facilitates the connection between patients and doctors in the healthcare domain. By leveraging blockchain technology, the project aims to create ...
linhleba_ecommerce-platform
Cargo.toml README.md buid.sh src lib.rs order.rs
# ecommerce-platform
maxhr_near--near-sdk-js
.github workflows standalone-examples.yml standalone-unit-test.yml CODE_OF_CONDUCT.md CONTRIBUTING.md README.md cli builder builder.c cli.js post-install.js save_bytecode.js utils.js wasm_to_bytes.js examples __tests__ test-clean-state.ava.js test-...
# NEAR-SDK-JS (Standalone) ## Installation It is tested on Ubuntu 20.04, M1 Mac and Intel Mac. Other linux should also work but they're not tested. 1. Make sure you have make, cmake and nodejs. On Linux, also make sure you have gcc. 2. `make setup` ## Usage 1. Copy project layout including configurations from `exam...
Anand1337_anand
.buildkite pipeline.yml .cargo config.toml .config nextest.toml .github ISSUE_TEMPLATE bug_report.md PULL_REQUEST_TEMPLATE feature_stabilization.md weekly-digest.yml workflows book.yml mac_binary.yml mac_m1_binary.yml .gitpod.yml ATTRIBUTIONS.md CHANGE...
# Nightly tests lists The directory contains test list files which can be sent to NayDuck to request a run of the tests. Most notably, `nightly.txt` file contains all the tests that NayDuck runs once a day on the head of the master branch of the repository. Nightly build results are available on [NayDuck](https://na...
near_sdk-rs-gas-benchmark
.github ISSUE_TEMPLATE BOUNTY.yml deploy-contract Cargo.toml build.sh src lib.rs expensive-calc Cargo.toml build.sh src lib.rs highlevel-collection Cargo.toml build.sh src lib.rs highlevel-minimal Cargo.toml build.sh src lib.rs ...
near_dkim-auth
.github ISSUE_TEMPLATE BOUNTY.yml README.md control-delegator Cargo.toml build.sh deploy.sh src lib.rs dkim-controller Cargo.toml build.sh deploy.sh src lib.rs dkim Cargo.toml src bytes.rs canonicalization.rs dns.rs erro...
# Proof-of-Concept for email-based authentication for NEAR The goal of this repo is to show the Proof of concept of using the DKIM signatures (added by default to emails) 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...
Learn-NEAR_NCD--redirector-extension
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts main.ts model.ts tsconfig.json babel.config.js manifest.json neardev shared-test-staging test.near.json shared-test test.near.json package-lock.json package.js...
# Redirector Browser Extension ## Concept Redirector is an extension suggesting possible forwards for user-generated resources. It is like HTTP 301/302 (Redirect) but initiated by extension, not by the server. It allows creating a redirect for some URL even if the hoster doesn’t provide this functionality. In the M...
mehul-da_Near-CyberTicket
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-421fec9da2450b13 lib-inflector.json autocfg-10f050a60f0851d4 ...
cyber-ticket 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 ...
amirsaran3_guest-book-example
.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 ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
PrimeLabCore_group
.github workflows ci.yml CHANGELOG.md Cargo.toml README.md src cofactor.rs lib.rs prime.rs tests mod.rs wnaf.rs
# group [![Crates.io](https://img.shields.io/crates/v/group.svg)](https://crates.io/crates/group) # `group` is a crate for working with groups over elliptic curves. ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)...
gabarod_near-CareConnect
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh neardev dev-account.env src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-interface.js near-wallet.js packa...
near-care-connect-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...
NEARBuilders_weighted-voting
Cargo.toml readme.md src lib.rs
Hashimdev-spec_We3-NEAR-Blockchain-Dapp
.gitpod.yml README.md contract README.md babel.config.json build.sh deploy.sh package.json src contract.ts tsconfig.json frontend assets global.css logo-black.svg logo-white.svg index.html index.js near-wallet.js package-lock.json 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; } ...
mhassanist_wallet-selection-guestbook
.env 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 test.near.json shared-test test.near.json package.json src environment...
# wallet-selection-guestbook
nearvndev_staking-contract-rs
Cargo.toml README.md build.sh src account.rs core_impl.rs enumeration.rs internal.rs lib.rs util.rs tests simulation-tests main.rs
# Staking FT Contract ## Roadmap - [ ]
hdriqi_near-textile-indexer-example
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts memento.spec.ts user.spec.ts as_types.d.ts event.ts main.ts tsconfig.json example-query.js gen-account.js index.js package.json
# 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...
joelvaiju_Near-Challenge-2-NFT-Frontend
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src approval.rs enumeration.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs target .rustc_info.json debug .finge...
near-spring-NFT-challenge3 ================== 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...
Mycelium-Lab_crisp-frontend
.eslintrc.js README.md babel.config.js docs README.md jsconfig.json package.json public index.html src assets icons ArrowsClockwise.svg arrow-down.svg arrow-twin.svg burger.svg expand.svg isActive active.svg ...
### Documentation ### Layout: The parent component is the /App.vue file, it contains the router-view, where the components from the /views folder are stored. It also contains header, notifications-wrapper and socials-wrapper. The layout uses scss, some basic styles are placed in /assets/scss/main.scss file, for examp...
marco-sundsk_near_rust_contract_example
README.md storage-analyser data eg_whole.json ncdl2_ex01.py near_rpc.py requirements.txt storage-demo Cargo.toml build.sh src lib.rs note.rs
# near_rust_contract_example
khorolets_keyvalue-contract
Cargo.toml README.md build.sh src getters.rs internal.rs lib.rs owner.rs
# keyvalue-contract
NEAR-Edu_solidity-vs-rust
README.md rust Cargo.toml build.sh deploy.sh dev-deploy.sh init-args.js src contract.rs lib.rs
# Solidity vs. Rust Smart Contract Comparison # Dependencies - Rust 1.56 - Node.js 14 - NEAR CLI 3.1 # Authors - Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
near_nitro
.github ISSUE_TEMPLATE BOUNTY.yml bug_report.md feature_request.md codeql codeql-config.yml workflows arbitrator-ci.yml arbitrator-skip-ci.yml ci.yml codeql-analysis.yml docker.yml waitForNitro.sh .golangci.yml .nitro-tag.txt RE...
<br /> <p align="center"> <a href="https://arbitrum.io/"> <img src="https://arbitrum.io/assets/arbitrum/logo_color.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">Arbitrum Nitro</h3> <p align="center"> <a href="https://developer.arbitrum.io/"><strong>Next Generation Ethereum L2 Technol...
MozyOk_learn-web3-dapp-solana
.gitpod.yml .prettierrc.json README.md __test__ avalanche.test.ts polygon.test.ts secret.test.ts solana.test.ts components protocols avalanche components index.ts lib index.ts celo components index.ts...
Based on: MetaCoin tutorial from Truffle docs https://www.trufflesuite.com/docs/truffle/quickstart SimpleStorage example contract from Solidity docs https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html#storage 1. Install truffle (https://www.trufflesuite.com/docs/truffle/getting-started/insta...
anbork_go-near
.github workflows main.yml README.md package.json public index.html robots.txt src assets fonts Poppins OFL.txt images light.svg helpers api.ts config.ts hooks.ts mappers.ts media.ts near....
# 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...
klimoza_lab3-klimoza-hex-game
Cargo.toml README.md build.sh src board.rs cell.rs external.rs game.rs game_with_data.rs lib.rs roketo.rs
The Game of Hex =============== Hex is a two player abstract strategy board game in which players attempt to connect opposite sides of a rhombus-shaped board made of hexagonal cells. Hex was invented by mathematician and poet Piet Hein in 1942 and later rediscovered and popularized by John Nash. ## Description This c...
jennifertrin_VRAccessToken
NEAR VR Scene.txt README.md
# VR Access Token VR Access Token Project for the Open Web Community Hackathon ## Our Project This solution demonstrates how an NFT published on Mintbase.io can be used as a ticket to a browser-based VR experience. Artists Liminallogic and Renderedflesh collaborated to create an immersive artwork inspired by the NEA...
nticket_nticket-dapp-frontend-testnet
css app.1451efa9.css chunk-vendors.c93eadbc.css index.html js app.9985d681.js chunk-vendors.772b4d0c.js
PinkiNice_roketo-encode
README.md contract-api.md craco.config.js package-lock.json package.json public index.html manifest.json robots.txt src index.css near config.ts index.ts react-app-env.d.ts reportWebVitals.ts roketo config.ts helpers.ts index.ts interfaces ...
# Good Luck to hack everyone! Roketo Testnet contract: dev-1635510732093-17387698050424 ROKE-TO testnet token: dev-1635511395820-24328868660221 Discord Roketo Channel: [https://discord.com/invite/CHmAPQmH](https://discord.com/invite/CHmAPQmH) ### Run project with `npm start` Runs the app in the development mode.\ Op...
keypom_fydp
.vscode settings.json Cargo.toml README.md __tests__ claims constants-tweaking.ava.ts create-account-and-claim.ava.ts ft-claim.ava.ts near-claim.ava.ts nft-claim.ava.ts null-claim.ava.ts testing-utils.ava.ts config-tests OLD-config-tests.ava.ts...
<p align="center"> <img src="assets/claimed-linkdrop.png" alt="Logo" style="width: 35%; height: 35%"> <br /> </p> <div align="center"> <h1> Keypom </h1> Limitless possibilities in the palm of your hand. </div> <div align="center"> <br /> [![made by BenKurrek](https://img.shields.io/badge/made%20by-BenKur...
glonlas_Learn-blockchains-Web3-dApps
README.md
# Crypto/DeFi/Web3.0 learning content **Welcome to this Crypto/DeFi/Web3.0 ramp-up page** This page provides information on Crypto / DeFi / Web3.0 / and Tokenomics. It is a list of curated articles and videos you can follow at your own pace. ## How to contribute? Feel free to send your pull-requests to add new cont...
kulapio_kulap-near-token-airdrop-poc
README.md babel.config.js package-lock.json package.json public index.html src config.js main.js router index.js vue.config.js
# kulap-near-token-airdrop-poc ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
manhdevit_gmail.near
.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 node_modules .bin acorn.cmd acorn.ps1 ...
### esutils [![Build Status](https://secure.travis-ci.org/estools/esutils.svg)](http://travis-ci.org/estools/esutils) esutils ([esutils](http://github.com/estools/esutils)) is utility box for ECMAScript language tools. ### API ### ast #### ast.isExpression(node) Returns true if `node` is an Expression as defined in...
Pranav543_metabuild-hackathon-project
DEVELOPMENT.md README.md contracts Cargo.toml build.sh contract-element-token Cargo.toml src lib.rs contract-invest Cargo.toml src investment.rs lib.rs location.rs response.rs deploy.sh data-platform READ...
<h1 align="center"> Data Platform </h1> Near Metabuild Hackathon Entry Realtime data apps for emmission data from ESA satellites Project Organization ------------ ├── LICENSE ├── Makefile <- Makefile with commands like `make data` or `make train` ├── README.md <- The top-level README...
laponte243_NEAvataR
README.md neavatar Cargo.toml build.sh src enumeration.rs internal.rs lib.rs metadata.rs mint.rs
<div id="top"></div> <div align="center"> <h3 align="center">NEAvataR</h3> <p align="center"> Obten tu Nft unico por cuenta NEAR <br /> <a href="https://docs.near.org/docs/develop/basics/getting-started"><strong>Aprende más de Near »</strong></a> <br /> <br /> <a href="https://www.figma.com...
esaminu_near-social-donations-template
.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...
OllieMurray_subgraph-refinery-kudos-r-strawser
README.md subgraphs tenkbay debug-collection-metadata README.md src mapping.ts extinctheroes-collection src mapping.ts template-collection src mapping.ts utils README.md package copy.json ...
# **NEAR Query Tooling** Indexing mrbrownproject.near https://thegraph.com/hosted-service/subgraph/r-strawser/debug-collection-metadata?selected=playground # **NEAR Subgraphs** ## **What is a Subgraph?** Put simply, a subgraph is an index of specific events, actions, and data on the blockchain. Creating a subgraph ...
near_near-hat
.github ISSUE_TEMPLATE BOUNTY.yml Cargo.toml README.md dns.py examples distribute-contract Cargo.toml README.md build.sh src lib.rs hasura migrations default 1691364619300_init down.sql up.sql install.sh ...
# NEARHat NEARHat is a NEAR Protocol local development environment. It allows you to run local development of dApps and create automated end-to-end tests from smart contracts to indexers. ![NEARHat-Logo](https://github.com/near/near-hat/assets/116191277/68326fa2-f9d9-45b4-a332-078b4733d376) Built by the Pagoda Engin...
marcosbitetti_js13k-2021
README.md back .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 ...
# JS 13K context 2021 # front ## install cd front yarn install ## run cd front yarn start and open bronwser in **http://localhost:8080** ## validate cd front yarn validate game-js13k-back ================== This app was initialized with [create-near-app] Quick Start =========== To run...
frol_near_enhanced_api
Cargo.toml DB_DESIGN.md README.md src config.rs db_helpers.rs errors.rs main.rs modules coin data_provider balance.rs history.rs metadata.rs mod.rs models.rs mod.rs resources.r...
# NEAR Enhanced API API for providing useful information about NEAR blockchain. Still under heavy development. ### Phase 1 goals: [development goes here now] - Provide NEAR balances information, recent history - Provide FT balances information, recent FT coin history for the contracts implementing Events NEP - Prov...
mileself_NDC-Practice-2
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 ...
# AssemblyScript Loader A convenient loader for [AssemblyScript](https://assemblyscript.org) modules. Demangles module exports to a friendly object structure compatible with TypeScript definitions and provides useful utility to read/write data from/to memory. [Documentation](https://assemblyscript.org/loader.html) # ...
JIC1816_Near-rent-a-car
near-rent-a-car-app README.md package.json public index.html manifest.json robots.txt src App.css App.js App.test.js components Wallet.js marketplace AddCar.js Car.js Cars.js ...
# lodash.sortby v4.7.0 The [lodash](https://lodash.com/) method `_.sortBy` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.sortby ``` In Node.js: ```js var sortBy = require('lodash.sortby'); ``` See the [documentation](https://l...
nearwatch_nearnftbot
.env README.md bot.js db .txt near.js package.json
## Introduction NEAR NFT viewer bot <a href="https://t.me/nearnftbot">@nearnftbot</a> helps you quickly access NFTs of your own and someone else's wallets. Inline mode allows you to share any NFT via Telegram. You can also transfer your wallet NFTs to another account. ### Supports - <a href="https://pluminite.com/#/...
gagdiez_loyalty-program-with-ft
.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 labels.yml lock.yml pr-labels.yml ...
<h1 align="center"> <a href="https://github.com/near/boilerplate-template-rs"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="ht...
jdnichollsc_my-first-near
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts counter.spec.ts example.spec.ts as_types.d.ts counter.ts index.ts tsconfig.json package.json
# NEAR CLI - [Setup](https://github.com/near/near-cli#setup) - [Examples from NEAR, Inc.](https://github.com/near-examples) - [NEAR Examples](https://examples.near.org/) - [NEAR Protocol Specification](https://nomicon.io/) - [NEAR Explorer](https://explorer.testnet.near.org/) - Explore the NEAR Blockchain ## Commands...
mrpejker_nearspring1
.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
nearspring1 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 `...
mint-nguyen_near-transaction-example
package.json send-tokens-deconstructed.js send-tokens-easy.js
mlibre_cheat-sheet
.github workflows npm.yml .vscode settings.json Contents Health.md Lovely Tools.md ai generative ai.md langchain.md lobe-chat.md prompt.md readme.md blockchain Bitcoin btc.svg readme.md Cryptography ...
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...
Hsien-HsiuLiao_near-crossword-ex
.gitpod.yml Cargo.toml README.md build.sh frontend README.md package.json public index.html src App.css App.js config.js hardcoded-data.js index.css index.js utils.js src lib.rs
https://www.near-sdk.io/zero-to-hero/basics/overview https://stackoverflow.com/questions/56227766/why-must-a-wasm-library-in-rust-set-the-crate-type-to-cdylib `chmod 744 build.sh` Run the build script and expect to see the compiled Wasm file copied to the res folder, instead of buried in the default folder structure...
ilblackdragon_near-contribute
Cargo.toml README.md build.sh contract Cargo.toml src contribution.rs contributor.rs dec_serde.rs entity.rs events.rs lib.rs dirty_deploy.sh seed.sh seed Cargo.toml src main.rs widgets README.md package-lock.json package.json types....
## Web3 Combinator UI # NEAR Contribute This smart contract serves as an extension to SocialDB to maintain the entity <> contributor relations. One can relate this to the LinkedIn graph of employment in Web2. ## Project structure This repository contains multiple key directories, namely: - **contract:** this is whe...
iOchando_fork_musicfeast_front
README.md assets sources icons account-mobile.svg account.svg advance-track.svg back-track.svg cancel.svg chats copy.svg chats-active.svg chats.svg close.svg faq copy.svg faq-a...
# Music Feast ## Build Setup ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` For detailed explanation on how things work, check out the [do...
mhmtacikel_ShortFilmFunding
App.js README.md as-pect.config.js asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json config.ts index.html neardev dev-account.env node_modules .bin acorn.cmd asb.cmd asbuild.cmd asc.cmd asinit.cmd asp.cmd aspect.cmd ...
bs58 ==== [![build status](https://travis-ci.org/cryptocoinjs/bs58.svg)](https://travis-ci.org/cryptocoinjs/bs58) JavaScript component to compute base 58 encoding. This encoding is typically used for crypto currencies such as Bitcoin. **Note:** If you're looking for **base 58 check** encoding, see: [https://github.c...
Peersyst_dhealth-paper-wallet
README.md index.ts package-lock.json package.json resources encodedBasePdf.js encodedBasePrivateKeyPdf.js encodedFont.js tsconfig.json
# dHealth Paper Wallets dHealth paper wallet generator 1. [Installation](#installation) 2. [Usage](#usage) ## Installation <a name="installation"></a> To install the npm module on your typescript or node project run: `npm install dhealth-paper-wallet --save` And install plugin dependencies: `npm install dhealth-...
joeymach_reputation-social-network
README.md _near account-dev.txt account-state-dev.json reset-account.sh backend ormconfig.json package-lock.json package.json src controller.ts db.ts near.ts server.ts service.ts tsconfig.json docker-compose.yml lens-protocol-frontend .eslintrc...
# Javascript Error Polyfill [![Build Status](https://travis-ci.org/inf3rno/error-polyfill.png?branch=master)](https://travis-ci.org/inf3rno/error-polyfill) Implementing the [V8 Stack Trace API](https://github.com/v8/v8/wiki/Stack-Trace-API) in non-V8 environments as much as possible ## Installation ```bash npm inst...