repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
near-examples_cross-contract-hello-js
.github workflows tests.yml .gitpod.yml README.md contract README.md build.sh deploy.sh package.json src contract.ts tsconfig.json integration-tests package.json src main.ava.ts package.json
# 📞 Cross-Contract Hello [![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/xcc-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near....
kquan99dk_challenge2-mintnft
.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...
my-nft ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` for a full...
Kikimora-Labs_gonear-name
.github workflows main.yml README.md economics rewards.py escrow_contract Cargo.toml build.sh compile_and_test.sh expensive.sh src action.rs lib.rs proposal.rs tests general.rs frontend README.md package.json public browserconfi...
# TBD # NEAR Protocol Accounts Marketplace dApp ## Quick start To run this locally: 1. Config envs: `cp .env.example .env` 2. Install dependencies via `yarn install` 3. Start the development server using `yarn start` 4. Open up http://localhost:8080 ## Running tests There are no any tests :–(. ## Deployment Proj...
ippishio_near-cat-nft
README.md browserconfig.xml index.html main.js near.js nft-contract Cargo.toml README.md build.sh src approval.rs enumeration.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs target .rustc_info.json relea...
# near-cat-nft Challenge #3 #### NEAR CATS NFT Collection contains 50 images of cats, personally drawn by my hand :) #### Because this isn't real NFT collection, you can mint tokens as many as you want. ## Project structure Repository contains two folders: - nft-uploader - nft-contract #### nft-uploader Contains scri...
Peersyst_xrp-evm-safe-client-gateway
.github ISSUE_TEMPLATE bug_report.md feature_request.md action-rs grcov.yml dependabot.yml landing_page index.html pull_request_template.md workflows cla.yml rust.yml Cargo.toml README.md add_rustfmt_git_hook.sh docker-compose.yml rust-toolchain.to...
# Safe Client Gateway [![Actions Status](https://github.com/safe-global/safe-client-gateway/workflows/safe-client-gateway/badge.svg?branch=main)](https://github.com/safe-global/safe-client-gateway/actions) [![Coverage Status](https://coveralls.io/repos/github/safe-global/safe-client-gateway/badge.svg)](https://coverall...
mustafabalci_near-smart-contract-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...
manognaaaa_blockyourvote
.gitpod.yml README.md contract README.md babel.config.json build.sh build builder.c code.h hello_near.js methods.h deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts tsconfig.json frontend App.js ...
# BlockYourVote # 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 thi...
EvmosGov_tracker
.eslintrc.json .github ISSUE_TEMPLATE config.yml new_issue.yml README.md jest.config.js next-env.d.ts next.config.js package.json postcss.config.js public js mobile.js vercel.svg src config.ts features api-routes api github ...
# Evmos Govnernance Issue Tracker ## Dev Checkout the repo and set the required environmental variables by copying `./.env.example` into `./.env.local`. Next, install the dependencies: ```bash npm install # or yarn install ``` Run the development server: ```bash npm run dev # or yarn dev ```
NEAR-Hispano_Artemis-Elearning
.history README_20220518134301.md README_20220518134317.md README_20220518134353.md README_20220518134426.md README_20220601130356.md README_20220601130813.md README_20220601130825.md README_20220601130829.md README_20220601130832.md README_20220601130834.md README_2022060113...
# ARTEMIS ## Artemis - Elearning Es una Dapp descentralizada para la realización de estudios mediante cursos en línea, utilizando como contrato inteligente el prot...
nearvndev_uit-ecommerce-contract-tests
Cargo.toml README.md src tests.rs
# uit-ecommerce-contract-tests Run test command ``` cargo run --example integration-test ```
makerst_Learn-Near
as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts example.spec.ts as_types.d.ts index.ts tsconfig.json package-lock.json package.json
esaminu123_console-boilerplate-template-rs-local-copy-8
.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...
near_data-platform
.github ISSUE_TEMPLATE BOUNTY.yml bug-report.md epic-template-.md feature-request.md secondary-focus-area-.md README.md
# This is a space of Data Platform team's issues Near.org Data Platform Initiatives and Epics: Recommendations, Search, Analaytics ## How to use GitHub - Roadmap: https://github.com/orgs/near/projects/80/views/3?sliceBy%5Bvalue%5D=Data+Platform - QueryAPI tickets in queryapi repo - General Data platform epics and ti...
phamvankhang_near-nft-back-to-code-challenge
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src approval.rs box.rs burn.rs collection.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty....
ezbox 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/li...
evstigneeff_near-stakewars-data
package-lock.json package.json src api_requests.js connect.js index.js
near-everything_bos-events
README.md package.json
# bos-events
near-examples_nft-tutorial-frontend
README.md contract Cargo.toml README.md build.sh src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs package.json src App.js Components InfoBubble.js Minting...
nft-mint-frontend ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` fo...
juno-labs_mars-minter-contract
.cargo config.toml .github workflows tests.yml .vscode settings.json Cargo.toml README.md __test__ marketplace.ava.ts marsMinter.ava.ts marsMinterUtils.ts payouts.ava.ts whitelist.ava.ts contracts mars_minter Cargo.toml src lib.rs payou...
# Mars Minter Contract # Setup ```sh # Install dependencies yarn # Run tests yarn test ```
Made-For-Gamers_NEAR-Unity-WebGL-API
Assets Scripts Auth WalletAuthenticate.cs JS API Near_API.cs NFT GetArweaveNFTMeta.cs GetMFGNFTMeta.cs GetNFTImage.cs NFT Data ArweaveNFTMeta.cs MFGNFTMeta.cs NearNFTMeta.c...
# NEAR-Unity-WebGL-API WebGL JSLIB intergration with the Near Javascript API (near-api-js) <p>&nbsp;</p> ## Features 1) Example scene for near-api-js function calls 2) Login to Near wallet 3) Check login status 4) Check account ID 5) Check account balance 6) Call a contract method 7) Retu...
NEARBuilders_NEARSletter
JAN2023.md | Q12023.md README.md
The NEAR developer = ecosystem updates # Table of contents * [JAN2023](README.md) * [Q12023] (Q12023.md) * [README](README.md)
nikbhintade_cf-sm-rust
Cargo.toml src lib.rs
noandrea_revocation-lists-2020-contracts
README.md casper .travis.yml client main.go contract .cargo config.toml Cargo.toml src main.rs model.rs tests Cargo.toml src integration_tests.rs fantom README.md hardhat.config.js package-lock.js...
# Ye ## References - https://oliverjumpertz.com/how-to-set-up-a-solidity-project-and-create-your-first-smart-contract/ # Rust Smart Contracts for WebAssembly (WASM) This repository contains implementations for WebAssembly (WASM) smart contracts written in Rust for different blockchain platforms. The primary goal of ...
near-explorer_near-explorer.github.io
Notes.md README.md library contracts aurora.json interfaces nep141.json transactions deploy_bridge_token.json ft_transfer_call.json wnear.deposit.json package.json public index.html manifest.json robots.txt scripts make_bundle.py src action...
# NEAR Mini Explorer Serverless explorer for [NEAR](https://near.org/). ## Roadmap - [ ] Host service using web4.near.page - [ ] Save downloaded data using [IndexedDB](https://developer.mozilla.org/es/docs/Web/API/IndexedDB_API) This will help to avoid downloading the same data multiple times. For each a...
near_hashbrown
.github ISSUE_TEMPLATE BOUNTY.yml .travis.yml CHANGELOG.md Cargo.toml README.md benches bench.rs bors.toml ci miri.sh run.sh tools.sh clippy.toml src external_trait_impls mod.rs rayon helpers.rs map.rs mod.rs raw.rs ...
hashbrown ========= [![Build Status](https://travis-ci.com/rust-lang/hashbrown.svg?branch=master)](https://travis-ci.com/rust-lang/hashbrown) [![Crates.io](https://img.shields.io/crates/v/hashbrown.svg)](https://crates.io/crates/hashbrown) [![Documentation](https://docs.rs/hashbrown/badge.svg)](https://docs.rs/hashbro...
Learn-NEAR_NCD--creature-catcher
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 asconfig.json assembly index.ts model...
![image](https://user-images.githubusercontent.com/5507707/113234800-cf700580-9256-11eb-95e3-29923e5c0d86.png) # Sample 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 following c...
Learn-NEAR-Hispano_NCD2L1--songdao
README.md assembly __tests__ as-pect.d.ts example.spec.ts classes.ts index.ts tsconfig.json
# songdao Getting Started To create a new NEAR project with default settings, you just need one command Using npm's npx: npx create-near-app [options] new-awesome-project Or, if you prefer yarn: yarn create near-app [options] new-awesome-project Without any options, this will create a project with a vanilla JavaScri...
evgenykuzyakov_wonderland
README.md contract-rs wonderland Cargo.toml README.md build.sh src account.rs board.rs fungible_token.rs internal.rs lib.rs liquidity.rs types.rs frontend README.md package.json public ...
# Wonderland A fork of berryclub designed to create a zero-sum ecosystem for custom fungible tokens. ## Definitions: - `FT` - an instance of a fungible token used for this version of the Wonderland. E.g. wUSDC, wDAI or Banana. - `L` - an inner fungible token used to track liquidity of this version of the Wonderland. ...
joe-rlo_90s-Name-Generator-Web4Hackathon
Cargo.toml README.md res index.html src lib.rs utils.rs web4.rs
90s Wallet Name Generator ========================== A totally rad site that let's you generate a killer name. You can then check if it already exists before trying creating it or whatever. Just don't have a cow if its already taken. Party on dawg! Uses: * [Web4](https://web4.near.page) is a gateway to the smart c...
kcole16_sputnik-dao-2-ui-mainnet
README.md babel.config.js package.json src Navbar.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 utils.js utils Loading.js funcs.js store.js w...
sputnik-dao-ui ================== coming soon....
JoseGabriel-web_NearBook
README.md contract as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models Comment.ts Post.ts tsconfig.json package-lock.json package.json scripts bu...
# NearBook La idea de nuestro proyecto es el de conectar a la comunidad Near en su propio social media, nuestro contrato permite crear articulos, darle like, quitar el like, conseguir los articulos creados, eliminar articulos creados estas son algunas de las funcionalidades, si tuvieramos mas tiempo agregariamos poder...
k1ryl_dacade-near-marketplace-contract
README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package.json
https://dacade.org/communities/near/courses/near-101/learning-modules/b52ba9f1-caac-4339-96ed-fad3b1ab6bbd
Loozr-Protocol_milestones
README.md
# Milestone Completion This is a straightforward explanation of how to use the Loozr platform based on the NF agreed milestones. #### Briefing: The platform that sets musicians loosed to INDEPENDENTLY establish their own economy in seconds by leveraging NEAR Protocol's cutting-edge Blockchain technology - Loozr is t...
Learn-NEAR-Hispano_NCD4L1--block-transfer
README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts as_types.d.ts index.ts tsconfig.json compile.js package-lock.json package.json package.json src App.js Components Metadata....
rollingrps Smart Contract ================== A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install [Node.js] ≥ 12 Exploring The Code ================== 1. The main smart contract code lives in `ass...
KazanderDad_DonationSplitter
README.md rust .cargo config.toml lib.rs
# PaymentSplitter
loayei_Near-Patika-dev
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
KenMan79_NEAR-Pet-Shop-Template
README.md migrations 1_initial_migration.js 2_deploy_adoption.js package-lock.json package.json src css bootstrap.min.css custom.css fonts glyphicons-halflings-regular.svg index.html js app.js bootstrap.min.js pets.json test testAdoption.test.js tr...
# NEAR Pet Shop This project is based on Truffle's [Pet Shop Tutorial](https://www.trufflesuite.com/tutorials/pet-shop) but uses NEAR's custom provider called [near-web3-provider](https://github.com/nearprotocol/near-web3-provider) and deploys the Solidity contracts to the [NEAR EVM](https://github.com/near/near-evm)....
htafolla_initial-contracts
README.md lockup Cargo.toml README.md build.sh src lib.rs staking-pool Cargo.toml README.md build.sh src lib.rs test_utils.rs test.sh tests general.rs quickcheck.rs utils.rs
# Initial contracts *In the process of refactoring to add more contracts here* - [Staking Pool / Delegation contract](./staking-pool/) - [[WIP] Lockup / Vesting contract](./lockup/) # Staking / Delegation contract This contract provides a way for other users to delegate funds to a single validation node. Implements...
jerry1ye10_blocfrens
README.md party-bid .gitpod.yml README.md babel.config.js contracts compile.js factory Cargo.toml src lib.rs neardev dev-account.env party Cargo.toml src lib.rs ...
# near-party-bid party-bid ================== 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...
near_core-contracts-as
.github ISSUE_TEMPLATE BOUNTY.yml bounty-template.md bounty.md workflows test.yml .travis.yml README.md as-pect.config.js asconfig.json exchange-deposit-receiver __tests__ exchange.spec.ts asconfig.json assembly __tests__ as-pect.d.ts ...
# core-contracts-as The [core contracts](https://github.com/near/core-contracts) implemented in AssemblyScript. ## build ```bash yarn build # or npm run build ``` Add `--target debug` for a debug build. ## test ### setup To setup the repo for testing using the Rust contracts and for reference use `yarn setup` or...
amiyatulu_nearprotocol_learning
README.md babel.config.js contract Cargo.toml README.md build.js src lib.rs package.json src App.css App.js App.test.js __mocks__ fileMock.js assets gray_near_logo.svg logo.svg near.svg config.js index.html index.js jest.init.js...
<br /> <br /> <p> <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 ### Requirements ##### IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x 1. [Node.js](https://nodejs.org/e...
esaminu_donation-boilerplate-template-rs-2234
.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://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/donation-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near.org/dev...
Garfield550_qstn-dct2
.github dependabot.yml workflows actions.yml dependency-review.yml .vscode extensions.json settings.json README.md app api auth [...nextauth] _route.ts hello route.ts components ui use-toast.ts config site.ts env...
# QSTN Developer Code Test 2 ![GitHub Actions](https://img.shields.io/github/actions/workflow/status/Garfield550/qstn-dct2/actions.yml?logo=github&style=for-the-badge) ![Vercel Deployment](https://img.shields.io/github/deployments/Garfield550/qstn-dct2/production?label=vercel&logo=vercel&style=for-the-badge) ![Version...
mamad-1373_nft_escrow_sc_near
Cargo.toml README.md ft_token Cargo.toml build.sh commands.txt deploy.sh dev-deploy.sh init-args.js src lib.rs owner.rs nft_collection Cargo.toml build.sh deploy.sh dev-deploy.sh init-args.js src lib.rs owner.rs nft_escrow Cargo.tom...
# escrow_sc_near Escrow smart contract on Near network for Theia protocol # Required Software - Rust 1.61 + cargo - Node.js - NEAR CLI 3.2 # Usage ## Scripts ### Build #### 1. Build Fungible Token ``` $ cd ft_token $ cargo install $ ./build.sh $ cd .. ``` Compiles "Fungible Token" smart contract to a WebAssembl...
near_multisig-tool
actions.js base.js index.html issue_template.md ledger.js lockup.js multisig.js package-lock.json package.json script.js scripts create-multisig.js staking.js style.css utils.js
MarmaJFoundation_pixeldapps-backend
.babelrc.js .vscode launch.json README.md assets css style.css js main.js components Footer.js Header.js Navbar.js Navbar2.js jsconfig.json next-env.d.ts next.config.js package-lock.json package.json pages _app.js _document.js api admin ch-bani...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your bro...
mfornet_small_near_admin
Cargo.toml README.md build.sh src lib.rs
# Small Admin NEAR Contract to test admin interface. Admin can be set to any NEAR account, including a [DAO](https://astrodao.com/). ## Compile ``` ./build.sh ``` [Contract builder](https://github.com/near/near-sdk-rs/tree/master/contract-builder) is recommended for reproducing the same binary while compiling on di...
max-mainnet_guest-book-js
.github workflows tests.yml .gitpod.yml README.md contract README.md babel.config.json build.sh deploy.sh package.json src contract.ts model.ts tsconfig.json frontend App.js index.html index.js near-interface.js near-wallet.js package.json ...
# 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.01N the message is premium ...
near-0x_dino-nft-marketplace
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-09b64bba0943a9b1 lib-inflector.json autocfg-b608a474fcfc7e2d ...
nft-marketplace ================== 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 ...
Peersyst_NIP
CODE_OF_CONDUCT.md ISSUE_TEMPLATE.md | NIPs nip-0001.md nip-0002.md nip-0003.md nip-0004.md nip-0005.md nip-0006.md nip-0007.md nip-0008.md nip-0008 exchanges-custom-mosaics.md exchanges-list.md nip-0009.md nip-0010.md nip-0011.md nip-0012.md nip-0...
# NEM2 Improvement Proposal NEM2 Improvement Proposals (NIPs) is the process for submitting improvements to Symbol. This process aims to evolve Symbol openly and collaboratively. The NIP process cover the core protocol, API, SDKs, applications, and official libraries. ## Contributing Get familiar with [NIP-0001](NI...
jon-lewis_js-test-3
.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://...
NEARBuilders_embeds
.github workflows release-mainnet.yml release-testnet.yml README.md aliases.mainnet.json aliases.testnet.json bos.config.json data.json package-lock.json package.json
# embeds.near ## Getting started 1. Install packages ```cmd yarn install ``` 2. Start dev environment ```cmd yarn run dev ``` This will start a gateway at [127.0.0.1:8080](http://127.0.0.1:8080) which will render your local widgets. The entry point for this app is [embeds.near/widget/Feed](http://127.0.0.1:8080/e...
iLifetruth_near-workspace-test
Cargo.toml README-Gitpod.md README-Windows.md README.md borsh.js frontend App.js config.js index.html index.js integration-tests rs Cargo.toml src tests.rs ts main.ava.ts package.json src lib.rs
Status Message Forked from 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 messages of NEAR accounts that call it. Windows users: please visit the [Wi...
jackytank_near-food-marketplace
README.md package.json public index.html manifest.json robots.txt smartcontract README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package-lock.json package.json src App.css App.js App.test.js components ...
# Prerequsities Install the next tools: * `node` * `yarn` * `near-cli` Also, you'd need a code editor of choice. In this course we are going to use Visual Studio Code. ## Create project structure The next directories and files must be created to proceed with smart contracts: * assembly/ - this directory contains sm...
Learn-NEAR-Club_be_positive_public
contract .rustfmt.toml Cargo.toml compile.js src lib.rs standards .cargo_vcs_info.json Cargo.toml README.md src fungible_token core.rs core_impl.rs macros.rs ...
# NEAR library for Rust contract standards This cargo provides a set of interfaces and implementations for NEAR's contract standards: - Upgradability - Fungible Token (NEP-141). See [example usage](../examples/fungible-token) ## Changelog ### `3.1.1` - Fixed FT macro compilation for Rust `1.51.0`
JILeXanDR_nearcoffee
.env README.md contract Cargo.toml build.sh src coffee.rs interface.rs lib.rs profile.rs utils.rs tests sim main.rs netlify.toml package.json postcss.config.js src assets logo.svg config.ts index.css index.html near....
# Buy me a coffee in NEAR ## development - to be able to get some coffee need to submit new account, for this is needed: - click to "login with NEAR" - it includes single contract written in Rust ### design - use NEAR logo on a cap of coffee! ## Usage ### Setup ```shell export CONTRACT=dev-1618250281091-903...
Motzart_vesing-test
README.md declaration.d.ts package.json public index.html manifest.json robots.txt src config.ts hooks useLockup.ts useTokenBalance.ts useUserLockups.ts index.html services NearWallet.ts account.ts ft-contract.ts near.ts setupTests....
# 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...
mammothtraining_JavaScript-Smart-Contract-NEAR
hello-near .gitpod.yml README.md contract README.md babel.config.json build.sh build builder.c code.h hello_near.js methods.h deploy.sh neardev dev-account.env package-lock.json packag...
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 ha...
OlexandrSai_NEAR--mail-frontend
README.md babel.config.js contract NCD--messagebox contract as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts tsconfig...
# near-mail-frontend ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/...
kaanarslan1990_patika-near
README.md aasignment.md as-pect.config.js asconfig.json package-lock.json package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md src as_types.d.ts simple __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly ...
## Setting up your terminal The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project. It uses the following setup: ```sh # set your terminal up to have 2 windows, A and B like this: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
GoldenEagle1035_marketplace-api_NEAR
.gitlab-ci.yml .vscode c_cpp_properties.json app controllers Albums.js Auth.js Followers.js Marketplace.js Near.js NominationVotes.js Nominations.js Playlists.js PlaylistsSongs.js Search.js Showcases.js Songs.js ...
lubkoll_near-simplified-nft
.github dependabot.yml scripts readme-quick-deploy.sh workflows readme-ci.yml tests.yml .gitpod.yml Cargo.toml README-Windows.md README.md integration-tests rs Cargo.toml src tests.rs ts package.json src main.ava.ts ...
# Folder that contains wasm files Non-fungible Token (NFT) =================== >**Note**: If you'd like to learn how to create an NFT contract from scratch that explores every aspect of the [NEP-171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md) standard including an NFT marketplace, check out the NFT [Ze...
lhvietanh_Near_first_contract
.rustc_info.json Cargo.toml README.md debug .fingerprint Inflector-c436f7f0ac4cac71 lib-inflector.json ahash-1967cc04c22c18c6 lib-ahash.json ahash-9f755501bff2d7f3 lib-ahash.json aho-corasick-7ba58e1c9363d81e lib-aho_corasick.json ...
# Near_first_contract
nearprotocol_near-reserve
.travis.yml README.md assembly main.ts model.ts tsconfig.json gulpfile.js package.json setup.js src config.js index.html loader.html main.js test-setup.js test.html test.js
# Example of NEAR Wallet integration ## Description This example demonstrates how to integrate your application with NEAR Wallet. The contract is quite simple. It can store the account_id of last sender and return it. It also shows how you can debug contracts using logs. ## To Run *In NEAR Studio (https://studio.ne...
amiyatulu_shivarthu_old
README.md approval-voting Cargo.toml build.js src lib.rs contract Cargo.toml build.js src lib.rs package.json public index.html manifest.json robots.txt sortitionsumtree Cargo.toml build.js src lib.rs src App.css App.js App.test.js ...
# Shivarthu ### Decentralized democracy with experts as leaders. https://shivarthu.reaudito.com/#/ Whitepaper https://shivarthu.reaudito.com/paper/Shivarthu_whitepaper.pdf Decentralized Democracy UI https://gateway.ipfs.io/ipfs/QmUTMU4ndH6TpjYZkuES78wDNbMKLr1d2eSjE6SMh4nmwJ/ Video: [![Shivarthu](https://img.youtu...
noemk2_holamundo_as
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts index.spec.ts as_types.d.ts index.ts tsconfig.json package.json
Hola mundo en near con AssemblyScript ================== Introducción a holamundo en near (assemblyScript) ================== un holamundo en near protocol, este contrato te perminte: 1. print "Hello world" 2. print "Hello " + $USER 👨‍💻 Instalación en local =========== Para correr este proyecto en local d...
onehumanbeing_WaverFinance
README.md license.md src contract client Cargo.toml build.sh neardev dev-account.env scripts create_strategy.sh data create_buy.json create_grid.json cr...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your br...
nicosup98_near-example-1
.github dependabot.yml workflows tests.yml .gitpod.yml .travis.yml Cargo.toml README-Gitpod.md README-Windows.md README.md borsh.js frontend App.js config.js index.html index.js package-lock.json package.json src lib.rs test.bat test.js test.sh tests-ava README.md __tests__ ...
These tests use [near-workspaces-ava](https://github.com/near/workspaces-js/tree/main/packages/ava): delightful, deterministic local testing for NEAR smart contracts. You will need to install [NodeJS](https://nodejs.dev/). Then you can use the `scripts` defined in [package.json](./package.json): npm run test If ...
near_zkevm-rom
.eslintrc.js .github ISSUE_TEMPLATE BOUNTY.yml bug.yml feature.yml question.yml README.md counters README.md counters-executor.js docs opcode-cost-zk-counters.md usage-ecrecover.md package.json tools checker.sh gen-parallel-tests.js helpers helpers...
# zkevm-rom This repository contains the zkasm source code of the polygon-hermez zkevm ## Usage ```` npm i npm run build ```` The resulting `json` file will be created in the `./build` directory ### Advanced options - `-i ${input zkasm file}`: specify input source `zkasm` path - default value: `main/main.zkasm` - `...
esaminu_console-donation-template-2342sdfv
.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://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/donation-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near.org/dev...
gheja_js13k2022
.vscode launch.json settings.json tasks.json README.md TODO.md build.sh embed_gfx.sh experiments coil.html near_login.html near_send_money.html minimized_names.md ids classes css keyframes from css settings.json src 3rdparty ZzFXMicro.min.js bonus coil.js near.js ...
![Cooking for Skully](preview_v1_400x250.jpg) # Cooking for Skully An entry for the [js13kgames](https://js13kgames.com/) [2022](http://2022.js13kgames.com/) gamejam for the theme "death". Entry: https://js13kgames.com/entries/cooking-for-skully Branch for the jam version: [js13k2022-entry](https://github.com/gheja...
iovayurt_dm
README.md
demo ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` for a full l...
here-wallet_phone-access-contract
.env README.md contract Cargo.toml src lib.rs test.sh
NEAR access by phone number ==== Smart contract for send NEAR, NFT, FT by sms Sample send NFT ``` near call tonic_goblin.enleap.near nft_transfer_call '{"receiver_id": "phone.herewallet.near","token_id":"1780", "msg": "[phone number hash]"}' --accountId mydev.near --gas 242794783120800 --depositYocto 1 ``` Sample ...
here-wallet_btc-bridge-contract
README.md contract Cargo.toml src lib.rs scripts buy nwrap.sh
BTC Bridge contract ===== ## How to use bridge как получить NEAR за BTC 0. Init accounts ``` NEAR_ENV=mainnet near call 2260fac5e5542a773aa44fbcfedf7c193bc2c599.factory.bridge.near storage_deposit '{}' --gas 150000000000000 --deposit 0.1 --accountId bridge.mydev.near NEAR_ENV=mainnet near call v1.orderbook.near st...
esaminu_newTestProject
.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...
kingbsby_my-copyright
README.md contract Cargo.toml neardev dev-account.env src lib.rs frontend package.json public index.html manifest.json robots.txt src App.css App.js index.css index.js
# my-copyright near demo picture store ## concept This contract provides the function of a picture store. Users can upload and purchase pictures. The picture uses hash as the unique identifier. The same user uploads the same hash picture as a modification operation. Different users cannot modify other users' pictures,...
Learn-NEAR_NCD.L2.sample--promises
README.md babel.config.js package-lock.json package.json postcss.config.js public index.html src composables near.js index.css main.js router index.js services near.js store store.js tailwind.config.js
# near--promises ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/conf...
ifabrisarabellapark_ETHSF-scorebox-smartcontracts
README.md near README.md contract Cargo.toml build.sh deploy.sh src lib.rs package.json polygon README.md hardhat.config.js package-lock.json package.json requirements.txt scripts deploy.py
# Smart contracts This repo contains 2 smart contracts written in Rust and Solidity, respectively to store and query credit scores on either NEAR Protocol testnet or Polygon Mumbai testnet. Although the 2 contracts are written in different programming languages and are deployed on different blockchains their logic is ...
anbork_web4-svelte
README.md asconfig.json assembly as_types.d.ts index.ts tsconfig.json htmlto.js index.html package-lock.json package.json src main.ts utils near.ts vite-env.d.ts svelte.config.js tsconfig.json tsconfig.node.json vite.config.ts
# Svelte + Web4 This template should help get you started developing with Svelte and Web4 for Near Protocol. ## Recommended Setup [Node.js](https://nodejs.org/en/) + [Near Cli](https://docs.near.org/docs/tools/near-cli#installation). ## What is Web4 Framework? Check out [Web4](https://github.com/vgrichina/web4), w...
nearprotocol__archived_debugger
README.md api README.md bin start_gunicorn.sh setup.py src near __init__.py debugger_api __init__.py api.py db_objects.py models.py utils __init__.py ...
## Setup ### Install package ```bash yarn install ``` ## Running ```bash yarn start ``` ## Setup ### Install pipenv ```bash pip install --user pipenv ``` ### Install package ```bash pipenv install -e . ``` ## Running Note: Make sure to have local devnet running at localhost:3030 ```bash pipenv run python -m ...
esaminu_console-donation-template-324sdfsdf
.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...
Amarnath-Rao_Voting-System
.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...
near_near-public-lakehouse
README.md rust-extract-apis lockups .env Cargo.toml src account_details.rs lockup.rs lockup_types.rs main.rs src lakehouse notebooks BQ Writer Backfill from Genesis 2020-07-21 to 2023-08-28.py BQ Writer Strea...
# near-public-lakehouse NEAR Public Lakehouse This repository contains the source code for ingesting NEAR Protocol data stored as JSON files in AWS S3 by [near-lake-indexer](https://github.com/near/near-lake-indexer). The data is loaded in a streaming fashion using Databricks Autoloader into raw/bronze tables, and tr...
neon-tetra-labs_token-generator-contracts
.gitpod.yml Cargo.toml README-Windows.md README.md build.bat build.sh contract Cargo.toml src lib.rs nft_fractionalizer mod.rs sales mod.rs types.rs utils.rs flags.sh multi-token-standard-impl Cargo.toml README.md build.sh examples ...
# MultiToken Standard Experimentation This approach is to build a standard for erc-1155 for Near. This particular branch is to see the issues that arise from combining the FT Standard with the NFT Standard , and producing a collection of FT and NFTs. ## Build cargo build # Token Fractionalizing and Subsequent Sales ...
Peersyst_xrp-evm-bdjuno
.docs messages README.md bank.md crisis.md distribution.md gov.md slashing.md staking.md .github ISSUE_TEMPLATE bug_report.md feature_request.md PULL_REQUEST_TEMPLATE.md dependabot.yml workflows docker-build.yml ...
# BDJuno [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/forbole/bdjuno/Tests)](https://github.com/forbole/bdjuno/actions?query=workflow%3ATests) [![Go Report Card](https://goreportcard.com/badge/github.com/forbole/bdjuno)](https://goreportcard.com/report/github.com/forbole/bdjuno) ![Codecov br...
PrinceDisant_Smart-Refrigerator
.history src simple assembly index_20220313164219.ts index_20220313165632.ts index_20220313165639.ts index_20220313165640.ts README.md as-pect.config.js asconfig.json package-lock.json package.json scripts 1.dev-deploy.sh 2....
# `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...
laitsky_decentralized-social-media
README.md package.json public index.html manifest.json robots.txt src App.js App.test.js components posts.js config.js index.css index.js pages Account.js Explore.js FollowList.js Home.js Login.js PostDetail.js Profi...
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Decentralized Social Media Fully on-chain Twitter-like social media built with on NEAR Protocol and NEAR Rust SDK, deployed on mainnet. **Click [here](sosmed-client.vercel.app/) to visit deployed app. (mainnet)** ...
HAPIprotocol_near-proxy-contract
CHANGELOG.md README.md | contract Cargo.toml build_docker.sh build_local.sh neardev dev-account.env src lib.rs tests sim main.rs neardev dev-account.env
# HAPI Protocol [HAPI Protocol] is a one-of-a-kind decentralized security protocol that prevents and interrupts any potential malicious activity within the blockchain space. HAPI Protocol works by leveraging both external and off-chain data as well as on-chain data accrued directly by HAPI Protocol and is publicly ava...
NEAR-Edu_contract-registry
.vscode settings.json Cargo.toml build.sh contract Cargo.toml README.md src contract.rs lib.rs ownership.rs utils.rs deploy.sh dev-deploy.sh docker-compose.yml init-args.js model Cargo.toml src code_hash.rs lib.rs sequential_id.rs v...
# NEAR Smart Contract Rust Template Project structure for writing smart contracts in Rust for NEAR Protocol # Dependencies - Rust 1.56 - Node.js 14 - NEAR CLI 3.1 # Authors - Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
On0n0k1_smart-contract-interaction
README.md lib db.js near_functions get_account.js get_block_hash.js get_fungible_tokens.js get_non_fungible_tokens.js get_transaction_from_hash.js get_transactions.js next.config.js package.json pages [network] [account].js _app.js api ...
# A simple NEAR Explorer ## About This is just a small webpage that loads information about a NEAR Account. Currently it only works for Testnet accounts. Intended for developers interested in learning how a wallet app works. ## How to run - Step 1: Install dependencies. ```bash yarn install ``` - Step 2: Run. ...
JobDAO_joba-MVP
.gitpod.yml 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...
joba Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `src/lib...
NEARFoundation_near-java-api
.github workflows build.yml generate-pages.yml gh-docs.yml publish.yml .idea codeStyles codeStyleConfig.xml compiler.xml encodings.xml jarRepositories.xml misc.xml vcs.xml .mvn local-settings.xml wrapper MavenWrapperDownloader.java .vsc...
# NEAR Java 8+ API This project implements the API to interact with a NEAR Node. It wraps the Json-RPC requests and maps the results to Java objects. ## Dependencies - Java 8+ - Maven (via wrapper) ## Build instructions ``` ./mvnw package ``` ## Using the Maven Central repository ### Using Maven ``` xml <depende...
near_boilerplate-template-rs-dev
.github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md BOUNTY.yml config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows build.yml deploy-to-console.yml labels.yml l...
<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...
N1ghtSe7en_NSevenChallenge-5
babel.config.js contract Cargo.toml 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 utils.js wallet ...
NearNet_nearapps-contracts
.cargo config.toml .github workflows build.yml Cargo.toml README.md app-counter Cargo.toml README.md build.sh src lib.rs tests test_counter.rs app-exec Cargo.toml build.sh src crypto.rs crypto ecdsa_secp256k1.rs ecds...
# Wallet App Creates near accounts, logging on success. # Nearapps Contracts ## Execute Contract - `testnet`: `v0.naps.testnet` https://explorer.testnet.near.org/accounts/naps.testnet - `mainnet`: `naps.near` https://explorer.mainnet.near.org/accounts/naps.near ### Interface methods: - `new` - `execute` - `add_ow...
Graate-Org_NEAR-rock-paper-scissor-ui
README.md netlify.toml package-lock.json package.json public game-bg.svg index.html manifest.json robots.txt room-bg.svg src components JSS.ts Spacing.ts config.ts config theme.ts types.ts icons index.ts index.css interfaces IAp...
# 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...
nmharmon8_TestNear
.eslintrc.js .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 ========== [![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!...
grv07_blockchain-poc
rust-counter-tutorial Cargo.toml src lib.rs
open-web-academy_Components-BOS
Contracts ToDoListAbi.txt README.md mpETH.css
# Components BOS This repository contains the codes used to implement BOS widgets in Near Protocol ## GuestBook Guestbook where you can add a new message. ## BookStore Book Store where you can register new books or buy books published by the community. ## TicTacToe Game of tic-tac-toe Player vs CPU. ## BurritoPets...
famemonsterx_near-test-task
README.md config-overrides.js config env.js getHttpsConfig.js jest babelTransform.js cssTransform.js fileTransform.js modules.js paths.js webpack.config.js webpack persistentCache createEnvironmentHash.js webpackDevServer.config.js package.json...
# Test task for Spin Used packages: create-react-app typescript near-api-js 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...
han0110_evilink
.chainlink secret api.txt passphrase.txt .postgres initdb.d create-database-chainlink.sh create-database-the-graph.sh .solhint.json .yarnrc.yml README.md | contracts chainlink package.json src artifact.ts chainlink-stack.ts ...
# @evilink/evilthereum EVILthereum (base on [trufflesuite/ganache-core](https://github.com/trufflesuite/ganache-core)) implements the attack to steal Chainlink node's `vrf_key` and tamper the randomenss by changing block extra data for favorable result. ## Development ### Start with Chainlink Mocker ```bash yarn de...