Git Product home page Git Product logo

aleo-deploy's Introduction

discord: mrcryptoo Aleo

Aleo-deploy-for-mrcryptoo

First prepare the prerequisites and enter the following codes after starting.

So let's go! step by step

I am using Bitvise SSH Client software to run the commands.

When you connected by SSH to your server I copy and paste the commands line by line to prepare prerequisites on our server, so let's do it.|

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

next

source $HOME/.cargo/env

next

rustup install stable

next

rustup update stable

next

rustup default stable

next

git clone https://github.com/AleoHQ/leo
cd leo

next

apt install clang gcc libssl-dev pkg-config

next

cargo install --path .

next

git clone https://github.com/AleoHQ/snarkOS.git --depth 1
cd snarkOS

next

./build_ubuntu.sh

And last one for this part

cargo install --path .

At this point, you must have received Faucet via Twitter or SMS.

so befor to get faucet you should visit this site to put your wallet address in green list.

When you done this step we can get our faucet by SMS, to do that we can throw a text message to number : +1867-888-5688

Send 10 credits to aleo... (Your wallet address)

to get faucet by Twitter twite below line :

@AleoFaucet send 10 credits to aleo... (Your wallet address)

So excited till now ๐Ÿ˜ when you received the faucet on your wallet try to run the final commands line by line. let's do it.

First command

cd $HOME

next

mkdir demo_deploy_Leo_app && cd demo_deploy_Leo_app

next, , be aware to put your wallet address in below

WALLETADDRESS="put-your-wallet-address-here"

next, be aware to put your wallet address in below

APPNAME=helloworld_"${WALLETADDRESS:4:6}"

next, here we create a new app

leo new "${APPNAME}"

next

PATHTOAPP=$(realpath -q $APPNAME)

next

cd $PATHTOAPP && cd ..

next, be aware to put your wallet private key in below

PRIVATEKEY="put-your-wallet-private-key-here"

Now go to aleo.tools and use the value & view key of your faucet transation that you received.

help to generate RECORD

RECORD="put-the-code-that-you-get-it-here"

finally run below command

snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query "https://vm.aleo.org/api" --path "./${APPNAME}/build/" --broadcast "https://vm.aleo.org/api/testnet3/transaction/broadcast" --fee 600000 --record "${RECORD}"

aleo-deploy's People

Contributors

mrcryptooo 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.