GithubHelp home page GithubHelp logo

andwa / ggquest-near-integration Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 106.07 MB

Smart contract for ggQuest near integration

Shell 0.02% Rust 68.82% Makefile 26.35% LLVM 3.90% C 0.01% JavaScript 0.01% TypeScript 0.90%

ggquest-near-integration's Introduction

near-ggQuest

Start

If you haven't installed dependencies during setup:

npm install

Build and deploy your contracts to TestNet with a temporary dev accounts:

npm run deploy

Run integration tests for your contracts:

npm test

Exploring The Code

Smart contract code is located in ggProfiles, ggQuest and ggQuests directories.

Integration tests are located in integration-tests directory.

Deploy

Every smart contract in NEAR has its own associated account. When you run npm run deploy, your smart contract gets deployed to the live NEAR TestNet with a temporary dev account. When you're ready to make it permanent, here's how:

Step 0: Install near-cli (optional)

near-cli is a command line interface (CLI) for interacting with the NEAR blockchain. It was installed to the local node_modules folder when you ran npm install, but for best ergonomics you may want to install it globally:

npm install --global near-cli

Or, if you'd rather use the locally-installed version, you can prefix all near commands with npx

Ensure that it's installed with near --version (or npx near --version)

Step 1: Create an account for the contract

Each account on NEAR can have at most one contract deployed to it.

You will need to have an account created on NEAR Wallet.

  1. Authorize NEAR CLI, following the commands it gives you:

    near login
  2. Create a subaccount (you should already have an account created):

    Example is using ggQuest.testnet as the master account.

    near create-account ggProfiles.ggQuest.testnet --masterAccount ggQuest.testnet
    
    near create-account ggQuests.ggQuest.testnet --masterAccount ggQuest.testnet

Step 2: deploy the contract

Use the CLI to deploy the contract to TestNet with your account ID. Replace PATH_TO_WASM_FILE with the wasm that was generated in contract build directory.

near deploy --accountId ggProfiles.ggQuest.testnet --wasmFile ./ggProfiles/target/wasm32-unknown-unknown/release/gg_profiles.wasm

near deploy --accountId ggQuests.ggQuest.testnet --wasmFile ./ggQuests/target/wasm32-unknown-unknown/release/gg_quests.wasm

Troubleshooting

On Windows, if you're seeing an error containing EPERM it may be related to spaces in your path. Please see this issue for more details.


ggquest-near-integration's People

Contributors

andwa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.