Skip to content

Simple front-end example interacting with `hello_blockchain` module on Aptos

Notifications You must be signed in to change notification settings

WayneAl/aptos-frontend-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

npm start

Publish hello_blockchain to your address

cd aptos-move/move-examples/hello_blockchain

aptos init

aptos move publish --named-addresses hello_blockchain=default

Then you can copy and paste your private key in aptos-move/move-examples/hello_blockchain/.aptos/config.yaml to your browser wallet

Reference

https://aptos.dev/tutorials/your-first-dapp#add-the-aptos-dependency-to-packagejson

About

Simple front-end example interacting with `hello_blockchain` module on Aptos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published