Coder Social home page Coder Social logo

daily-move's Introduction

daily-move

Daily Move Snippets

This is part of a series written from @gregnazario, on a series of tweets on how to learn Move piece by piece.

It helps learn best practices and how to do things in Move.

Feel free to deploy this on your own using the aptos CLI with the instructions below

MY_ADDR=0x12345
aptos move publish --named-addresses deploy_addr=$MY_ADDR --package-dir snippets/19-01-2024

or if you've set up a profile in the Aptos CLI, you can simply use that instead

aptos init --profile my-profile
aptos move publish --profile my-profile --named-addresses deploy_addr=my-profile snippets/19-01-2024

Similarly, if the default profile is set, then it will also work.

aptos init
aptos move publish --named-addresses deploy_addr=default

You can then test it directly with a wallet on https://explorer.aptoslabs.com/account/

/modules/run?network=devnet

daily-move's People

Contributors

gregnazario avatar johnchanguk 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.