Skip to content

AraBlocks/stream-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-page

This repo, stream-page, has the React site with components for connecting a wallet and minting tokens. Check out the other repo, stream-token, for the smart contract code and hardhat tasks.

Site deploys automatically to Amplify.

on github.com website, make a completely blank new repo
github will show commands you'll use below

$ npx create-react-app stream-page
$ cd stream-page
$ git remote add origin git@github.com:AraBlocks/stream-page.git
$ git branch -M main
$ git push -u origin main

$ npm start (build and host locally)
$ npm run build (build locally to static)
$ git push (and amplify builds and hosts the new site)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published