Skip to content

nearprotocol/alchemy

 
 

Repository files navigation

AL<C>HE<M>Y

Description

Add them together and see what you get!

To Run on local node

Step 1: Create an account for the contract

npm install
near create_account account_id

Step 2: modify src/config.js line that sets the ACCOUNT_ID. Set it to id from step 1.

const ACCOUNT_ID = "contractId"; /* TODO: fill this in! */

Step 3: Run the start script in the terminal, which will deploy the contract with default config and start a server for the static files.

npm start

Step 3: Open http://localhost:5000 That's it!

It has a live reloading server for the frontend, so anything that you change there will be immediately reflected.

To Test

npm install
npm run-script build
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 59.3%
  • JavaScript 37.5%
  • CSS 3.2%