GithubHelp home page GithubHelp logo

codingenchanter725 / alcor-nft-nuxt Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 10.26 MB

the Alcor NFT blockchain project

JavaScript 10.76% Dockerfile 0.02% SCSS 0.58% TypeScript 1.87% Vue 24.87% Shell 0.01% HTML 61.76% CSS 0.13%
blockchain chart css customcomponents html javascript nuxt trading vuesax web3

alcor-nft-nuxt's Introduction

Project is Hiring Smart Contract Dev NOW! Good payment in cryptocurrency(10k$/m+)! Contact: @avral

The first listing free decentralized exchange.

Documentation: docs.alcor.exchange

Alcor Exchange

With Alcor Exchange you can trade any EOS.IO tokens for system EOS tokens, atomically, without the participation of third parties! The token's contract should comply with the eosio.token standard or be a Simple Assets fungible token.

Props:

  1. Fully-onchain.
  2. Free CPU program.
  3. Open Source.

Join our telegram!

Chains:

  1. EOS Mainnet
  2. WAX
  3. Telos
  4. Proton

Technologies:

  1. Hyperion
  2. EOSIO Light API
  3. Bloks.io
  4. Greymass Full-History NODE API

Instructions for manual use.

Open new market:

Send 3.0000 EOS to eostokensdex with memo: "new_market|0.token_precision token_symbol@token_contract"

Example memo: "new_market|0.00000000 WEED@weedcashnt"

Submit order:

Send the amount you want to sell, and specify the amount you want to get in the memo, the price and market will be automatically determined in the contract. Memo format(ask token): token_amount token_symbol@token_contract

Example: transfer "0.7000 EOS" to eostokensdex with memo "1000.0000 TKT@eossanguotkt"

Order cancelation

Call action cancelsell or cancelbuy with parameters: executor: order owner market_id: order_id:

Example

executor: avral.pro
market_id: 32
order_id: 3

Cancelbuy

Cancelsell

Orders and markets possible to see at contact tables

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ NETWORK=wax DISABLE_DB=true yarn dev // Run using production API and Wax chain.

# build for production and launch server
$ NETWORK=<eos/jungle/local> yarn run build
$ yarn start

# generate static project
$ yarn run generate

# Docker run:
docker run -d --restart=unless-stopped -p 127.0.0.1:27017:27017 --name mongo -m=3g mongo:4.4 --bind_ip 0.0.0.0

docker run -it -p 7002:7000 --restart=unless-stopped -d --label=com.centurylinklabs.watchtower.lifecycle.post-check="rm -rf /data/nginx/cache/eostokens && service nginx reload" --label=com.centurylinklabs.watchtower.enable=true --name alcor-ui --add-host=host.docker.internal:172.17.0.9 avral/alcor-ui

Created:

Avral's digital lab

alcor-nft-nuxt's People

Contributors

luckystar0831 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

alcor-nft-nuxt's Issues

Can't load when render the dynamic images

Static image is rendered exactly.
<img class="ui-frame hidden absolute top-[90px] left-1/2 transform -translate-x-1/2 z-10" src="~/assets/images/hero/frame.png" />

I have to display the list based on the array data. ex: user profile list
but I have one issue when render the multi dynamic images.
Please check the code.

<div class="col-lg-2" v-for="pic in pics">
<img v-bind:src="'../assets/' + pic + '.png'" v-bind:alt="pic">
</div>

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.