Skip to content

Seva98/near-lucky-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR Lucky Quote - NEAR Blockchain example app for NEAR Certificated Developer I certificate

  1. Clone repo with git clone

  2. Install dependencies yarn

    --- Follow 3. to 6. or check scripts in ./scripts ---

  3. Build Web Assembly file yarn build:release

  4. Deploy to NEAR testnet near dev-deploy ./build/release/singleton.wasm and copy temporary account id

  5. Set CONTRACT env variable with that account id export CONTRACT=<dev-123-456>

  6. Call method from deployed smart contract near call $CONTRACT generateLuckyQuote --accountId $CONTRACT

Check out front end code from NEAR Certificated Developer II that this application is using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages