Skip to content

kernel-community/essign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essign

To bear and not to own;
to act and not lay claim;
to do the work and let it go:
for just letting it go
is what makes it stay.

This is a simplified version of Signature Economies which enables anyone to highlight some text and mint it as an NFT, effectively signing the part that most resonates with them

To have without possessing,
do without claiming,
lead without controlling:
this is mysterious power.

Contributing

  1. We recommend using Node v16. You can manage node versions is with nvm.

  2. Make sure you have yarn and hardhat globally installed:

npm i -g yarn
npm i -g hardhat
  1. Clone this repo and install all the necessary dependcies:
git clone https://github.com/kernel-community/essign.git
cd essign
yarn
  1. Now you can begin running the various scripts in the package.json file. To run the React application found in packages/dapp:
yarn start