Git Product home page Git Product logo

zeropool-near's Introduction

ZeroPool smart contract for Near

Work with the contract

To interact with the contract, you can use the following methods:

  1. Call lock with deposit (the approve method in zeropoop-support-js). This is a primitive lockup function used to simulate the approve system in Ethereum.
  2. Prepare data for a new private transaction on the client (zeropoop-client-js can be used to prepare and send the transaction to the relayer).
  3. The relayer then can serialize the transaction and send it to the contract (transact).

Deploy

Step 0: Install near-cli

[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 yarn install, but for best ergonomics you may want to install it globally:

yarn 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. If you've already created an account such as your-name.testnet, you can deploy your contract to zeropool.your-name.testnet. Assuming you've already created an account on [NEAR Wallet], here's how to create zeropool.your-name.testnet:

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

    near login

  2. Create a subaccount (replace YOUR-NAME below with your actual account name):

    near create-account zeropool.YOUR-NAME.testnet --masterAccount YOUR-NAME.testnet

Step 2: Deploy

builds & deploys smart contract to NEAR TestNet:

./scripts/deploy-init zeropool.YOUR-NAME.testnet

zeropool-near's People

Contributors

voidxnull avatar gnull avatar

Stargazers

manza avatar  avatar

Watchers

Igor Gulamov avatar  avatar

Forkers

gnull

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.